|
Hi,
on R12.2.4, DB 11.2.0.4 on AIX
After cloning
When runing autoconfig on DB tiers, it siplays this:
Context Value Management will now update the Context file
UnsatisfiedLinkError exception loading native library: njni11
java.lang.UnsatisfiedLinkError: njni11 (No such file or directory)
But this message is not registered in autoconfig log file and autoconfig fonishes succefully.
This library is available in ORACLE_HOME:
/u01/product/oracle/distrib/ora11204/0116/db_1/lib/libnjni11.so
I found this note (1400415.1) that asks to verify some variables:
$ echo $PERL5LIB
/u01/product/oracle/distrib/ora11204/0116/db_1/perl/lib/5.10.0:/u01/product/oracle/distrib/ora11204/0116/db_1/perl/lib/site_perl/5.10.0:/u01/product/oracle/distrib/ora11204/0116/db_1/appsutil/perl
echo $LD_LIBRARY_PATH
/u01/product/oracle/distrib/ora11204/0116/db_1/lib:/usr/dt/lib:/lib:/usr/lib:/u01/product/oracle/distrib/ora11204/0116/db_1/webdb/lib
They seem correct.
I suspect that a file point to source system from which we have clonned but coulden't find it.
Any idea?
Thanks for help.
|