Start & stop OEM in UNIX [message #68697] |
Sat, 10 July 2004 09:35 |
Tony
Messages: 190 Registered: June 2001
|
Senior Member |
|
|
Does any one has a step by step instruction (A-Z) in UNIX how to start & stop the OEM (Oracle 9.2.0.4)?
Thanks in advance.
Tony
|
|
|
Re: Start & stop OEM in UNIX [message #68698 is a reply to message #68697] |
Mon, 12 July 2004 04:19 |
Daljit Singh
Messages: 290 Registered: October 2003 Location: Texas
|
Senior Member |
|
|
Hi,
you can use oemctl utiliry to start/stop the oem. Check the following scripts:
To start the OEM use:
oemctl start oms
To stop the OEM use:
oemctl stop oms
You can also use oemctl ping to check whether OEM is running or not.
For more check the help of oemctl utility.
Daljit Singh
|
|
|