Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Database Link

Database Link

From: <rljustice_at_techsoft.com>
Date: 1998/03/12
Message-ID: <6e9ija$vt8$1@nnrp1.dejanews.com>#1/1

I am tring to create a database link between two instances on the same NT
machine.

The Database Link is Created, but
I get an ORA error (ORA-02085).

Thanks in advance for any help..

SQL> create database link TESTLINK
  2
 using 'KOITEST'
  3 /

Database link created.

SQL> select * from
user_tables_at_testlink;
select * from user_tables_at_testlink
  *
ERROR at line 1:
ORA-02085: database link TESTLINK.WORLD connects to ORACLE.WORLD

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Thu Mar 12 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US