To Start enterprise manager 12c you need to follow the below steps :
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
export OMS_HOME=/u03/app/oracle/Middleware/om12c/oms/
export AGENT_HOME=/u03/app/oracle/Middleware/agent12c/agent_inst/
- ensure database and listener is running
- Run the below command from $OMS_HOME
emctl start oms
- Run the below command from $AGENT_HOME
emctl start agent
to Stop all the services you need to do the below :
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
export OMS_HOME=/u03/app/oracle/Middleware/om12c/oms/
export AGENT_HOME=/u03/app/oracle/Middleware/agent12c/agent_inst/
- Run the below command from $OMS_HOME
emctl stop oms -all
- Run the below command from $AGENT_HOME
emctl stop agent
- Now you can shutdown database and listener.
Thank you
Osama mustafa
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
I have installed a fresh copy of Linux 6.6 and Oracle database 12c enterprise. the emctl command does not exist in my system at all how to bring that command first in terminal . azwaronline@hotmail.com
LikeLike
with 12c there is no more emctl read my blog about how to enable enterprise manager in 12c and it's called EM express now.
LikeLike