Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Question about IPC and SQLNET connection
This is a bug. A link table was not configured correctly. Contact Oracle
Support. They should have the fix.
Rick Rick Wessman Distributed Data Security Oracle Corporation rwessman_at_us.oracle.comsj_at_china.pages.com.cn writes:
>
> hello:
>
> I am facing such a problem:
>
> We have two database server installed seperately ( one on solaris and on on
> HP UX ).
> We want to exchange data between them automatically , so I create a database
> link on the server installed on solaris 2.5.1 . But we found if I login the
> server by using sqlplus it always show ora-12666 error .
>
> ---------------------------
>
> $ sqlplus
>
> SQL*Plus: Release 3.3.3.0.0 - Production on Fri May 29 13:17:37 1998
>
> Copyright (c) Oracle Corporation 1979, 1996. All rights reserved.
>
> Enter user-name: sj
> Enter password:
>
> Connected to:
> Oracle7 Server Release 7.3.3.0.0 - Production Release
> With the distributed and Spatial Data options
> PL/SQL Release 2.3.3.0.0 - Production
>
> SQL> select * from test_at_db_link; <-- db_link is the database link I create
> select * from test_at_db_link
> *
> ERROR at line 1:
> ORA-12666: Message 12666 not found; product=RDBMS; facility=ORA
>
<snip>
Received on Fri May 29 1998 - 09:24:45 CDT
![]() |
![]() |