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!

UnsatisfiedLinkError exception loading native library: njni11

Wissam AbdallahMar 19 2017 — edited Mar 22 2017

Hi

My technical envitement

  • mintLinux_18.1_64 bits serena
  • Oracle Data Base 11 Enterprise edition

I got these error while executing  the  command: dbca


UnsatisfiedLinkError exception loading native library: njni11

java.lang.UnsatisfiedLinkError: /home/root_mint/app/root_mint/product/11.2.0/dbhome_1/lib/libnjni11.so: libclntsh.so.11.1: cannot open shared object file: No such file or directory

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:269)

at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext.java: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>(InteractiveHost.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)

Any Help will be highly appreciated.

Note:I ignored few errors related to linking during install of database ..

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 19 2017
Added on Mar 19 2017
9 comments
3,499 views