Oralce 10g: 10.2.0.1
OS : Windows 2000 SP4
During database creation time(DBCA) i got the follow error message.
ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-28547: connection to server failed, probable Oracle Net admin error
There is no problem in my database. Finally i change the below parameter after only i can able to create database.
Solution:
SQLNET.AUTHENTICATION_SERVICES = (NONE)
Custom Search . . .
Thursday, February 14, 2008
Subscribe to:
Post Comments (Atom)
6 comments:
Fantastic. I had this problem during the installation of 10g on Windows XP. The installation logs in C:\Program Files\Oracle\Inventory\logs hinted that there was a problem calling dbca.bat (database configuration assistant). I invoke the command in the log manually and substituted the garbled passwords in the command with the clear versions and the configuration assitant finally finished.
This one was a real help...
Thank You!!!!
This one was a real help...
Thank You!!!!
Thanks for your comments.
Thank you so much !!!
I've spent my whole afternoon trying to work around these errors while installing Oracle 10g on my computer... Finally Google took me here, I changed sqlnet.ora values while setup still on screen, then I clicked "Retry" and it worked !!!
I'm very grateful !
I commented out sqlnet.authentication_services= (NTS) from sqlnet.ora. And it worked.
Post a Comment