Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database Link Help Needed

Status
Not open for further replies.

JCScoobyRS

IS-IT--Management
Nov 20, 2002
15
US
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
 
check if the sqlnet_authentication_services parameter in sqlnet.ora file set to NTS and either comment it out or change it to sqlnet_authentication_services = NONE
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top