JCScoobyRS
IS-IT--Management
Here is my SQLPlus data:
Connected to:
Oracle8i Release 8.1.7.0.0 - Production
JServer Release 8.1.7.0.0 - Production
SQL> create public database link PK1_QSDB
2 connect to pk1 identified by pk1
3 using 'PK1';
Database link created.
SQL> select IM_KEY from PK1.IM@PK1_QSDB;
select IM_KEY from PK1.IM@PK1_QSDB
*
ERROR at line 1:
ORA-12640: Authentication adapter initialization failed
SQL>
Can someone help me fix this? Thanks, Jeremy
Connected to:
Oracle8i Release 8.1.7.0.0 - Production
JServer Release 8.1.7.0.0 - Production
SQL> create public database link PK1_QSDB
2 connect to pk1 identified by pk1
3 using 'PK1';
Database link created.
SQL> select IM_KEY from PK1.IM@PK1_QSDB;
select IM_KEY from PK1.IM@PK1_QSDB
*
ERROR at line 1:
ORA-12640: Authentication adapter initialization failed
SQL>
Can someone help me fix this? Thanks, Jeremy