dbTalk Databases Forums  

problem connecting to db.

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss problem connecting to db. in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #61  
Old   
Mr. X
 
Posts: n/a

Default Re: problem connecting to db. - 01-14-2008 , 01:43 AM






....
I have tried to catch the exception when connection is failed.
For about 100 events I didn't catch (program is hanged ...)
one of them has the following exception (when doing oraConn.open, as I have
mentioned) :
error number : -2147467259
description : ORA-12638: Credential retrieval.

Does the above error is a clue to some problem ?

Thanks



Reply With Quote
  #62  
Old   
Charles Hooper
 
Posts: n/a

Default Re: problem connecting to db. - 01-14-2008 , 05:32 AM






On Jan 14, 2:43*am, "Mr. X" <nospam (AT) nospam_please (DOT) com> wrote:
Quote:
...
I have tried to catch the exception when connection is failed.
For about 100 events I didn't catch (program is hanged ...)
one of them has the following exception (when doing oraConn.open, as I have
mentioned) :
error number : -2147467259
description : ORA-12638: Credential retrieval.

Does the above error is a clue to some problem ?

Thanks
It looks like you are making progress.

Try a Google search for: ORA-12638
http://www.google.com/search?hl=en&q=ORA-12638

The first result is currently a thread on Oracle's support forums, and
appears to be helpful - the thread discusses the value of
SQLNET.AUTHENTICATION_SERVICES.

If the computer's time varies from the Active Directory domain
controller's time by more than 5 minutes (the default), domain
authentication will fail, if the computer is a member of Active
Directory.

Charles Hooper
IT Manager/Oracle DBA
K&M Machine-Fabricating, Inc.


Reply With Quote
  #63  
Old   
Charles Hooper
 
Posts: n/a

Default Re: problem connecting to db. - 01-14-2008 , 05:32 AM



On Jan 14, 2:43*am, "Mr. X" <nospam (AT) nospam_please (DOT) com> wrote:
Quote:
...
I have tried to catch the exception when connection is failed.
For about 100 events I didn't catch (program is hanged ...)
one of them has the following exception (when doing oraConn.open, as I have
mentioned) :
error number : -2147467259
description : ORA-12638: Credential retrieval.

Does the above error is a clue to some problem ?

Thanks
It looks like you are making progress.

Try a Google search for: ORA-12638
http://www.google.com/search?hl=en&q=ORA-12638

The first result is currently a thread on Oracle's support forums, and
appears to be helpful - the thread discusses the value of
SQLNET.AUTHENTICATION_SERVICES.

If the computer's time varies from the Active Directory domain
controller's time by more than 5 minutes (the default), domain
authentication will fail, if the computer is a member of Active
Directory.

Charles Hooper
IT Manager/Oracle DBA
K&M Machine-Fabricating, Inc.


Reply With Quote
  #64  
Old   
Charles Hooper
 
Posts: n/a

Default Re: problem connecting to db. - 01-14-2008 , 05:32 AM



On Jan 14, 2:43*am, "Mr. X" <nospam (AT) nospam_please (DOT) com> wrote:
Quote:
...
I have tried to catch the exception when connection is failed.
For about 100 events I didn't catch (program is hanged ...)
one of them has the following exception (when doing oraConn.open, as I have
mentioned) :
error number : -2147467259
description : ORA-12638: Credential retrieval.

Does the above error is a clue to some problem ?

Thanks
It looks like you are making progress.

Try a Google search for: ORA-12638
http://www.google.com/search?hl=en&q=ORA-12638

The first result is currently a thread on Oracle's support forums, and
appears to be helpful - the thread discusses the value of
SQLNET.AUTHENTICATION_SERVICES.

If the computer's time varies from the Active Directory domain
controller's time by more than 5 minutes (the default), domain
authentication will fail, if the computer is a member of Active
Directory.

Charles Hooper
IT Manager/Oracle DBA
K&M Machine-Fabricating, Inc.


Reply With Quote
  #65  
Old   
Charles Hooper
 
Posts: n/a

Default Re: problem connecting to db. - 01-14-2008 , 05:32 AM



On Jan 14, 2:43*am, "Mr. X" <nospam (AT) nospam_please (DOT) com> wrote:
Quote:
...
I have tried to catch the exception when connection is failed.
For about 100 events I didn't catch (program is hanged ...)
one of them has the following exception (when doing oraConn.open, as I have
mentioned) :
error number : -2147467259
description : ORA-12638: Credential retrieval.

Does the above error is a clue to some problem ?

Thanks
It looks like you are making progress.

Try a Google search for: ORA-12638
http://www.google.com/search?hl=en&q=ORA-12638

The first result is currently a thread on Oracle's support forums, and
appears to be helpful - the thread discusses the value of
SQLNET.AUTHENTICATION_SERVICES.

If the computer's time varies from the Active Directory domain
controller's time by more than 5 minutes (the default), domain
authentication will fail, if the computer is a member of Active
Directory.

Charles Hooper
IT Manager/Oracle DBA
K&M Machine-Fabricating, Inc.


Reply With Quote
  #66  
Old   
Mr. X.
 
Posts: n/a

Default Re: problem connecting to db. - 01-22-2008 , 03:48 AM



Hello,
I have changed SQLNET.AUTHENTICATION_SERVICES = (NONE).
It seems for a while (2 days) without any connection problems after I have
changed it (maybe just coincidence),
but the problem right now still exists
(task is hanged sometimes when connecting to the database).
Can I somehow doing tracing ? ... and what should I trace ?

Thanks



Reply With Quote
  #67  
Old   
Mr. X.
 
Posts: n/a

Default Re: problem connecting to db. - 01-22-2008 , 03:48 AM



Hello,
I have changed SQLNET.AUTHENTICATION_SERVICES = (NONE).
It seems for a while (2 days) without any connection problems after I have
changed it (maybe just coincidence),
but the problem right now still exists
(task is hanged sometimes when connecting to the database).
Can I somehow doing tracing ? ... and what should I trace ?

Thanks



Reply With Quote
  #68  
Old   
Mr. X.
 
Posts: n/a

Default Re: problem connecting to db. - 01-22-2008 , 03:48 AM



Hello,
I have changed SQLNET.AUTHENTICATION_SERVICES = (NONE).
It seems for a while (2 days) without any connection problems after I have
changed it (maybe just coincidence),
but the problem right now still exists
(task is hanged sometimes when connecting to the database).
Can I somehow doing tracing ? ... and what should I trace ?

Thanks



Reply With Quote
  #69  
Old   
Mr. X.
 
Posts: n/a

Default Re: problem connecting to db. - 01-22-2008 , 03:48 AM



Hello,
I have changed SQLNET.AUTHENTICATION_SERVICES = (NONE).
It seems for a while (2 days) without any connection problems after I have
changed it (maybe just coincidence),
but the problem right now still exists
(task is hanged sometimes when connecting to the database).
Can I somehow doing tracing ? ... and what should I trace ?

Thanks



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.