> Hello Niall,
>
[quoted text clipped - 3 lines]
>
> Have someone one idea please ?
Double check everything you've done and compare it to the steps here:
http://download-west.oracle.com/docs/cd/A87860_01/doc/network.817/a76933/advcfg.
htm#474076
or on Niall's link, if either of those don't work log an iTar with Oracle.
hth
cjn - 23 Sep 2004 18:04 GMT
Hello,
Finally, I succeed to get this message bu it doesn't work :
drop public database link msql;
CREATE PUBLIC DATABASE LINK msql connect to "admin" identified by
"admin"
using '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)
(PORT=1521))(CONNECT_DATA=(SID=msql))(HS=OK))';
select * from toto@msql;
ERROR at line 1:
ORA-28500: connection from ORACLE to a non-Oracle system returned this
message:
[Generic Connectivity Using ODBC][S1000] [9013]General error in
nvITrans_BeginT - rc = -1. Please
refer to the log file for details.
ORA-02063: preceding 2 lines from MSQL
The log files doesn't tell more.
Thanks for help.
> > Hello Niall,
> >
[quoted text clipped - 9 lines]
>
> hth
cjn - 24 Sep 2004 07:22 GMT
Hello,
I check everything, and now I got this message :
SQL>
SQL> CREATE PUBLIC DATABASE LINK msql connect to "admin" identified by
"admin"
2 using '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)
3 (PORT=1521))(CONNECT_DATA=(SID=msql))(HS=OK))';
Database link created.
SQL>
SQL> select * from toto@msql;
select * from toto@msql
*
ERROR at line 1:
ORA-28500: connection from ORACLE to a non-Oracle system returned this
message:
[Generic Connectivity Using ODBC][S1000] [9013]General error in
nvITrans_BeginT - rc = -1. Please
refer to the log file for details.
ORA-02063: preceding 2 lines from MSQL
?????
> > Hello Niall,
> >
[quoted text clipped - 9 lines]
>
> hth
cjn - 24 Sep 2004 07:22 GMT
Hello,
I check everything, and now I got this message :
SQL>
SQL> CREATE PUBLIC DATABASE LINK msql connect to "admin" identified by
"admin"
2 using '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)
3 (PORT=1521))(CONNECT_DATA=(SID=msql))(HS=OK))';
Database link created.
SQL>
SQL> select * from toto@msql;
select * from toto@msql
*
ERROR at line 1:
ORA-28500: connection from ORACLE to a non-Oracle system returned this
message:
[Generic Connectivity Using ODBC][S1000] [9013]General error in
nvITrans_BeginT - rc = -1. Please
refer to the log file for details.
ORA-02063: preceding 2 lines from MSQL
?????
> > Hello Niall,
> >
[quoted text clipped - 9 lines]
>
> hth
Glen A Stromquist - 24 Sep 2004 15:28 GMT
> Hello,
>
[quoted text clipped - 21 lines]
>
> ?????
I can't help you here, except to say that sometimes tables in HS linked
databases do not always behave like "normal" db linked tables. IIRC in
my limited experience with this I could not do a select * from a table,
but if I just named all of the columns it worked. I can't rememeber if
the error was the same as yours or not. You might want to try metalink
forums and see if someone from Oracle can explain this better.