Thursday, September 25, 2008

ORA-24324 & ORA-24323 Oracle Configuration Assistant

I just installed Oracle 10g Rel 2 on my notebook, Installation was successful but at the time of Oracle Configuration Assistant I got the following Error

ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-28547: connection to server failed, probable Oracle Net admin error

After checking/banging my head for hours I changed one of the parameters in the SQLNet.ORA and it worked :-)


Here is what I changed to solve the issue:

SQLNET.AUTHENTICATION_SERVICES = (NTS)

Modified to

SQLNET.AUTHENTICATION_SERVICES = (NONE)

:-)

No comments: