ORA-12638: Credential retrieval failed

puffpio

Golden Member
Dec 21, 1999
1,664
0
0
My java application open a connection, creates a statement..executes a query, the closes the statement and then finally closes the connection.

Later on it opens a new connection to the db, then creates another statement..and it's at this con.createStatement() that I get the error....

what is going on?