Oracle 10g admin pages non-functional [message #243749] |
Fri, 08 June 2007 14:25 |
scottsteesy
Messages: 2 Registered: June 2007 Location: Conway, NH
|
Junior Member |
|
|
I have an Orcale 10g database just for testing software we develop and most of the time we just connect to it from our software. I haven't tried to administer it since January because I haven't needed to do anything.
Today I found that the shortcut on the desktop of the server results in a "The page cannot be displayed" error.
The shortcut is to URL:
http://orca.rapidinsightinc.local:1158/em/console/logon/logon
I tried directly going to these also, and all fail the same.
http://localhost:1158/em/console/logon/logon
http://localhost:1158/em
I am logged onto the Windows Server 2003 box as the domain administrator. I shutdown the oracle service and restarted it and that didn't help.
Finally I was forced to trying a shutdown of the entire server.
That worked ... but I didn't like doing that.
I do not have IIS on the machine, so I don't know what serves up the pages. Is there another way to stop and start whatever it is that controls the admin pages?
|
|
|
|
Re: Oracle 10g admin pages non-functional [message #244069 is a reply to message #243755] |
Mon, 11 June 2007 09:15 |
scottsteesy
Messages: 2 Registered: June 2007 Location: Conway, NH
|
Junior Member |
|
|
Thank you!
I had to create an ORACLE_SID environment variable before those would run, but thankfully the emctl batch file told me that is what it needed.
Also, I had to put the "start" before "dbconsole", to get that one to work.
I've now added those commands to a batches that start and stop Oracle on that server hopefully the problem was a fluke and I won't need to use them anytime soon.
Thanks again.
|
|
|