DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: TNS-12640 - Authentication adapter initialization failed

Hybrid View

  1. #1
    Join Date
    May 2002
    Posts
    1

    Angry

    I have a C++ application trying to connect to an Oracle8 database using an ODBC DSN. The connection fails showing the following error : 'TNS-12640 - Authentication adapter initialization failed' . Do you know any reason why I would get a message like that?

  2. #2
    Join Date
    May 2002
    Posts
    2,645
    Cause: The function specified in the authentication table entry for the service failed.

    Action: Enable tracing to determine the exact error.


    Does that mean anything to you?

  3. #3
    Join Date
    Feb 2001
    Posts
    290
    well , I didnt see this error before , but the metalink expert says ..

    either remove or change the value of the parameter
    sqlnet.authentication_services

    you can find this one in the sqlnet.ora
    $ORACLE_HOME/network/admin/sqlnet.ora

    you can set the sqlnet.authentication_services=NONE or comment this line .

    That should work ( ?? )
    Madhu Reddy
    xdollor@yahoo.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width