Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

oracledbconsole service problem

Status
Not open for further replies.

patrick118

Technical User
Jan 14, 2004
315
NL
I installed oracle 10 on my testserver. The testserver is windows 2000 server SP4

After the installation everything was working great. I could use the the webbrowser to connect to the enterprise manager.

Because of some other testing I had to upgrade the Windows 2000 to a Domain controller. Domain is now Test.local

After this upgrade i can still connect with SQL to the oracle server but i am not able to connect with the enterprise manager because i get an connection refused in my webbrowser. After some searching I found out that the oracledbconsoleORCL isn't starting anymore. Whatever i do it won't start. I know it has soemthing to do with the fact the testserver is now a DC and before it was just a workgroup server.

I think I need to change something somewhere but where? Any idea's?

I allready looked at the tnsnames and listener files

 
I had a similar problem, look at my thread from today, I installed oracle and everything worked until I rebooted, then nothing worked. Found servername mismatches in verious system files. I am on unix so it might be different but maybe in your hosts file you need to make some adjustment or addition sort of like this. I believe your hosts file is in /winnt/system32/devices/etc if I'm not mistaken.

127.0.0.1 oldname.com oldname localhost.localdomain localhost
127.0.0.1 newname.com (I added this line)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top