sqlplus not starting [message #98424] |
Tue, 28 September 2004 09:00 |
tayo
Messages: 4 Registered: September 2004
|
Junior Member |
|
|
Hello All,
I installed Oracle 10g, and it was reported successful by OUI except for dbca.
However, I could not start my sqlplus witrh sqlplus /nolog command.
I tried to to see if the oracle database is on by using ps -ef |grep oralce. could not find any oracle thread.
My question is how can I get oracle to start workinng so I can start sqlplus. I have tried dbstart
|
|
|
Re: sqlplus not starting [message #98427 is a reply to message #98424] |
Wed, 29 September 2004 06:48 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
DBCA is used to create the starter database. So, if it failed, your database was probably not created. Try to launch "dbca" from command line to create a new database. If you get any errors, post the details here (with log files) so we can try to assist you.
Best regards.
Frank
|
|
|
Re: sqlplus not starting [message #98432 is a reply to message #98427] |
Sun, 03 October 2004 17:29 |
tayo
Messages: 4 Registered: September 2004
|
Junior Member |
|
|
When I ran DBCA from cpmmand line I got the following error:
[[oracle@localhost oracle]]$ dbca
UnsatisfiedLinkError exception loading native library: njni10
Exception in thread "main" java.lang.UnsatisfiedLinkError: get
at oracle.net.common.NetGetEnv.get(Native Method)
at oracle.net.config.Config.getNetDir(Unknown Source)
at oracle.net.config.Config.initConfig(Unknown Source)
at oracle.net.config.Config.<init>(Unknown Source)
at oracle.sysman.assistants.util.NetworkUtils.<init>(NetworkUtils.java:204)
at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext.java:240)
at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:607)
at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:200)
at oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(InteractiveHost.java:54)
at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:149)
at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:91)
at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:169)
This is after I got several make problems when I was installing.
Also, I got no errors when OUI was checking system b4 installation.
Thanx for your help in advane.
Tayo
|
|
|