Home » RDBMS Server » Enterprise Manager » How to start/stop the OEM Repository
icon5.gif  How to start/stop the OEM Repository [message #190680] Thu, 31 August 2006 13:37 Go to next message
jmota
Messages: 4
Registered: August 2006
Location: Providence, RI
Junior Member
Hello,

There is ample documentation on how to start OMS and Intelligent Agent once the repository is created and started, however I've found nothing that addresses how to start and stop the OEM repository itself?!?

Would anyone out ther know how it's done?

My system is RHEL 2.1AS and we're running Oracle database ver. 9.2.0.3 with OEM ver 2.1. Had to re-boot the box and couldn't figure out how to get the DB running again. Have created the OS user and granted the correct rights.... Please advise....

Thanks,

John
Re: How to start/stop the OEM Repository [message #190687 is a reply to message #190680] Thu, 31 August 2006 14:59 Go to previous messageGo to next message
ebrian
Messages: 2794
Registered: April 2006
Senior Member
Use the following to start the OMS:

$ORACLE_HOME/oemctl start oms
Re: How to start/stop the OEM Repository [message #190689 is a reply to message #190680] Thu, 31 August 2006 15:02 Go to previous messageGo to next message
jmota
Messages: 4
Registered: August 2006
Location: Providence, RI
Junior Member
This command starts the OMS, however if the Repository database isn't running, OMS will not start. I'm looking for instructions on starting the OEM Repository database instance. Thanks, JohnnyM
Re: How to start/stop the OEM Repository [message #190705 is a reply to message #190689] Thu, 31 August 2006 20:47 Go to previous messageGo to next message
ebrian
Messages: 2794
Registered: April 2006
Senior Member
The OEM repository is just the database itself, so start the database that contains the repository.

export ORACLE_HOME=/u01/oracle/product/9.2
export ORACLE_SID=<sid_name>
$ORACLE_HOME/bin/sqlplus -s <<EOF
conn / as sysdba
startup
exit
EOF
Re: How to start/stop the OEM Repository [message #199167 is a reply to message #190705] Fri, 20 October 2006 13:18 Go to previous message
jmota
Messages: 4
Registered: August 2006
Location: Providence, RI
Junior Member
Just wanted to say thanks to ebrian. While it's a simple thing, it still not referred to anywhere that you need to start and stop the OEM database anytime you reboot the server.
Previous Topic: Sync OEM / "dos prompt"
Next Topic: Locks
Goto Forum:
  


Current Time: Fri Mar 29 06:10:32 CDT 2024