Error
sept 24, 2012 4:01:02 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Exit value of 1
sept 24, 2012 4:01:02 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: /u01/oracle/product/11.2.0/sysman/admin/scripts/emca/emcaDbUtil: /u01/oracle/product/11.2.0/perl/bin/perl: not found
Solution :
1- go to $ORACLE_HOME/bin open emca script using
vi emca
And Correct $ORACLE_HOME inside it .
2-if the above solution not working , go to emca log location and check perl executable location ,
for example :
/u01/oracle/product/11.2.0/perl/bin/perl
We get this location from the error log , then find out the Location of perl in $ORACLE_HOME/perl and try to create link to actual location :
ln -s /u01/oracle/product/11.2.0/perl /u01/oracle/product/11.2.0/perl