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
Like this:
Like Loading...
Related
Published by Osama Mustafa
Osama considered as one of the leaders in Cloud technology, DevOps and database in the Middle-East. I have more than ten years of experience within the industry. moreover, certfied 4x AWS , 4x Azure and 6x OCI, have also obtained database certifications for multiple providers.
In addition to having experience with Oracle database and Oracle products, such as middle-ware, OID, OAM and OIM, I have gained substantial knowledge with different databases.
Currently, I am architecting and implementing Cloud and DevOps. On top of that, I'm providing solutions for companies that allow them to implement the solutions and to follow the best practices.
View all posts by Osama Mustafa