Home » RDBMS Server » Networking and Gateways » DB Link issue with different versions of Oracle
|
Re: DB Link issue with different versions of Oracle [message #238654 is a reply to message #238136] |
Fri, 18 May 2007 17:44  |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
Hey,
I had this problem but when i created a dblink from sql
its work fine.
heres an example
SQL> CREATE DATABASE LINK my_link
CONNECT TO oracle
IDENTIFIED BY password
USING '000.00000.0000.com';
SQL>insert into test
select * from test@my_link;
|
|
|
Goto Forum:
Current Time: Fri May 02 11:53:08 CDT 2025
|