Reputation: 2848
I cannot run OEM in my system, it gives page not found error. My Oracle version is 10g. Can someone please guide me how to run it.
Upvotes: 2
Views: 35185
Reputation: 627
first write in terminal
emctl start dbconsole
then go your browser and write localhost:1158/em
Upvotes: 1
Reputation: 30934
Did you start it with emcontrol?
$ORACLE_HOME/bin/emctl start dbconsole
When this succeeded, it prints you the url where EM is listening for connections; usually http://dbhost:1158/em
Upvotes: 9