11i: On a Linux 64-Bit "perl adcfgclone.pl database" fails with Error: can't find libjava.so
Error :: Executing the following command on the target DB-Tier :
perl adcfgclone.pl database
Output :
...
Enter the APPS password [APPS]: <Password passed>
First Creating a new context file for the cloned system.
The program is going to ask you for information about the new system:
Error: can't find libjava.so.
ERROR: context creation not completed successfully.
Please check /tmp/adcfgclone.err file for errors
First Creating a new context file for the cloned system.
The program is going to ask you for information about the new system:
Error: can't find libjava.so.
ERROR: context creation not completed successfully.
Please check /tmp/adcfgclone.err file for errors
...
solution ::
The libjava.so should be in $ORACLE_HOME/appsutil/clone/jre/1.3.1/lib/x86_64, but as the sub-directory x86_64 does not exist, the command adcfgclone.pl fails.
Please execute the Clone Configuration command as shown :
linux32 perl adcfgclone.pl database
No comments:
Post a Comment