Getting error when I invoke dbca [message #356656] |
Fri, 31 October 2008 15:07 |
sahar
Messages: 3 Registered: October 2008
|
Junior Member |
|
|
Hi,
I installed Oracle 10.2.0.1 on the new server linux x86-64 version 4.7. During the installation I got some errors such as the uploaded file, I clicked “continue” to use the default values.
Since I had planned to upgrade it to 10.2.0.4 I even didn’t create a database and I applied the patch right away after setting environment. I got the same errors and again I clicked “continue”.
After it said installation completed successfully I invoked dbca in order to create a database but I got the following error:
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:225)
at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext.java:264)
at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:686)
at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:205)
at oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(InteractiveHost.java:54)
at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:160)
at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:94)
at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:180)
I wonder how to solve this problem.
I should mention that one of the kernel parameter did not match called “shmmax” and I changed it to the higher number.
Thanks,
sahar
|
|
|
|
|
|
Re: Getting error when I invoke dbca [message #416382 is a reply to message #416380] |
Sat, 01 August 2009 05:16 |
|
by the way, i have set the CLASSPATH AND CLASS_PATH environment variables to point to oracle lib and oracle lib32 directories and to java lib directory.
but still getting the error.
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:222)
at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext.java:255)
at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:682)
at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:205)
at oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(InteractiveHost.java:54)
at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:160)
at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:94)
at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:180)
Kindly help
|
|
|