dblink through difference oracle versions [message #57189] |
Tue, 27 May 2003 09:19 |
Daniele Rattellini
Messages: 38 Registered: August 2002
|
Member |
|
|
Hi everybody,
I've two oracle instances
1) oracle 7.3.3.0.0 (sqlplus 3.3.3.0.0)
2) oracle 9.2.0.1.0
I created a database link from ora73 to ora92
> create public database link foo
connect to system identified by manager
using 'tns_entry';
If I try to execute the following query on ora73
> select * from dba_tablespaces@foo;
I get ORA-03113: end-of-file on communication channel
Furthermore, If I try to connect directly to ora92 through sql*plus (on ora73) I get this new error
ERROR: ORA-03106: fatal two-task communication protocol error
However, trying tnsping from ora73 to ora92 seems to work well.
I also tried to make the same thing using another oracle version (8.1.7) instead of 9.2.2, and everything works fine!
Maybe I should upgrade to newer version the database linker...
Any suggestion could be useful
Thanks
Daniele
|
|
|
|
Re: dblink through difference oracle versions [message #57195 is a reply to message #57192] |
Wed, 28 May 2003 02:47 |
Daniele Rattellini
Messages: 38 Registered: August 2002
|
Member |
|
|
Thanks for your help Maaher.
Unfortunately, no error log line has been written in the trace file, neither in the alert.log.
Why did you talk about V7 listener? I'm just trying to db linking from ora73 to ora93 using V92 listener.
Maybe, I did not understand what you ment.
Could you shred some light on this?
Thanks regards
Daniele
|
|
|
|
|