ORA-24324 & ORA-24323 & 03113


Oracle 10g: 10.2.0.1

OS : Windows 2003 SP2
During database creation time (DBCA) I got the follow error message.

ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-28547: End of file on communication channel

Finally I change the below parameter in sqlnet.ora file, then I can able to create database.

SQLNET.AUTHENTICATION_SERVICES = (NONE)

Comments