Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> problem with database link
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:46 CDT
![]() |
![]() |