Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dbca Error-UnsatisfiedLinkError exception loading native library: njni11

945448Jun 24 2012 — edited Jul 6 2012
HI,

I have installed oracle database 11g on Linux platform(RHEL 5) and when I try to start the DBCA I am getting below error message.

Error Message:

[oracle@localhost ~]$ dbca
**UnsatisfiedLinkError exception loading native library: njni11**
**java.lang.UnsatisfiedLinkError: /u01/app/oracle/product/11.2.0/db_1/lib/libnjni1 1.so: libclntsh.so.11.1: cannot open shared object file: No such file or directo ry**
**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:2 69)**
**at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext.jav a:317)**
**at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:778)**
**at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:257)**
**at oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(InteractiveHo st.java:54)**
**at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:164)**
**at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:112)**
**at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:184)**
[oracle@localhost ~]$

Please let me know how to come out of this issue ASAP.

Regards,
Sravan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 3 2012
Added on Jun 24 2012
4 comments
1,518 views