Oracle Process Manager and Notification Server (OPMN), which
is used for process Start/Stop/restart and it can be used for process recovery.
- It can be managed via Enterprise Manger
- It can be managed through the command line and it can be located in the following path.
[Oracle Home]/instances/instance1/bin/opmnctl.bat
Starting or Stopping
all processes or services from the command line
- Checking the current status of all managed services
[Oracle
Home]/instances/instance1/bin>opmnctl status
- To start all the services
[Oracle
Home]/instances/instance1/bin>opmnctl startall
- To stop all the services
[Oracle
Home]/instances/instance1/bin>opmnctl stopall
Start/Stop/Restart
the individual process or service from the command line
- To start individual service
[Oracle
Home]/instances/instance1/bin>opmnctl startproc ias-component=coreapplication_obis1
- To Stop individual Service use the below command
Opmnctl stopproc
- To restart individual service use the below command
Opmnctl
restartproc
Start/Stop/Restart
the individual process or service from the Enterprise Manager