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 -> Problem with database link

Problem with database link

From: <michael_georg_at_my-deja.com>
Date: Mon, 31 May 1999 12:15:43 GMT
Message-ID: <7ituhf$cae$1@nnrp1.deja.com>


I tried to establish a database link between two Personal 8 Databases on different NT servers.

user scott/tiger on test_1 tries to create a database link to shema scott/tiger on test_2.

create database link test_2.world connect to scott identified by tiger using 'test_2.world';

When I like to query some data like:
select emp_at_test_2.world

I receive following error message:
ORA-02085: database link TEST_2.WORLD connects to ORACLE.WORLD I know this problem has something to do with the default domain 'ORACLE.WORLD' but I have no glue how to handle this problem.

Can anybody help me please?

Thank you, Michael

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Mon May 31 1999 - 07:15:43 CDT

Original text of this message

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