Re: EBS 12.2 clone
Posted by ErmanArslansOracleBlog on Dec 11, 2015; 10:39am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/EBS-12-2-clone-tp457p460.html
I think your PERL5LIB and ADPERLPRG environment variables are wrong.
Look at this error/first error:
"Filter::Util::Call object version 1.07 does not match $Filter::Util::Call::VERSION 1.08 at /usr/lib64/perl5/DynaLoader.pm line 223. "
It says the DynaLoader.pm is used from /usr/lib64..
Here is an example of these env. variables:
[applmgr@demoorcl tmp]$ echo $ADPERLPRG
/u01/install/fs2/FMW_Home/webtier/perl/bin/perl
[applmgr@demoorcl tmp]$ echo $PERL5LIB
/u01/install/fs2/FMW_Home/webtier/perl/lib/5.10.0:/u01/install/fs2/FMW_Home/webtier/perl/lib/site_perl/5.10.0:/u01/install/fs2/EBSapps/appl/au/12.0.0/perl:/u01/install/fs2/FMW_Home/webtier/ohs/mod_perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi
[applmgr@demoorcl tmp]$
So check your system accordingly.