Problems in manual creation of DB in 9i [message #102451] |
Sun, 09 June 2002 21:12 |
Rob Martin
Messages: 1 Registered: June 2002
|
Junior Member |
|
|
Hi,
I tried to create the db (9i) using the scripts generated by dbca. It gave an error as insufficient priviledges. Apparently the connect string was connect sys/change_on_install as SYSDBA. I tried all the other combinations suggested at the Oracle Manual...but in vain. I tried - connect / as sysdba/password (where password is the one used to create the service in oradim command). Now it is giving the ora-24314: service handle not initialized error. Please help me in solving this.
Thanks in Advance,
Rob
|
|
|
Re: Problems in manual creation of DB in 9i [message #102457 is a reply to message #102451] |
Mon, 10 June 2002 14:41 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
in case of unix/solaris OS.
kill all orphan SQL*PLUS processes or reboot
check ORACLE_HOME and ORACLE_SID are set correctly
Verify all OS kernel parameters are set correctly per your platform specific
installation guide. This is usually on the first CD. Pay particular attention
to SHMMAX. This parameter should be set to around the same as the physical RAM
of the server.
in case of WINDOWS,reboot the system and try again.
|
|
|