Viewing 8 posts - 1 through 8 (of 8 total)
Just wondering is your oracle listener service is up and running ?
start---->Run --CMD
>lsnrctl and enter
Is that giving some message saying that listener is listening following services etc
please...
March 15, 2010 at 3:53 pm
Hi
Thanks for getting back to me
I created created linked server by using MSDASQL provider and running that statement from TSQL
with current restrictioons i cant' change...
November 25, 2009 at 3:10 pm
Thanks for the information .But My issue is when i run my sql statement it is working fine but inserting blank data in longtext column field on MYSQL
SQL Table...
November 25, 2009 at 2:37 pm
Helo paul
In your query try with to_number(NumCol)
example
exec('select to_number(empno),ename from emp') at oralinksrv
Regards
Reddy
October 15, 2009 at 3:52 pm
Hi
In oracle there is file called TNSNAMES.ORA in client software
when you trying to connect to oracle server from clinet usually u do
>connect username/pwd@sidname
that sid will...
July 10, 2009 at 1:38 pm
I fixed it
@server = N'MySqLLinkedserver',
@srvproduct=N'mysqldb', @provider=N'MSDASQL',
@provstr=N'Driver={MySQL ODBC 3.51 Driver};
Server=myserver.com;UID=myuser;PWD=mypassword;Database=mydatabase;Option=3;'
By changing option=8
Regards
Reddy
July 9, 2009 at 9:57 am
I fixed it
@server = N'MySqLLinkedserver',
@srvproduct=N'mysqldb', @provider=N'MSDASQL',
@provstr=N'Driver={MySQL ODBC 3.51 Driver};
Server=myserver.com;UID=myuser;PWD=mypassword;Database=mydatabase;Option=3;'
By changing option=8
Regards
Reddy
July 9, 2009 at 9:57 am
@server = N'MySqLLinkedserver',
@srvproduct=N'mysqldb', @provider=N'MSDASQL',
@provstr=N'Driver={MySQL ODBC 3.51 Driver};
Server=myserver.com;UID=myuser;PWD=mypassword;Database=mydatabase;Option=3;'
The problem has been solved -- by changing the option =8 which is required for reading big results
Option=3 is not sufficient
July 7, 2009 at 7:50 am
Viewing 8 posts - 1 through 8 (of 8 total)