11g on VMWare Not Starting Service, ORA-12560 etc.
657971Sep 4 2008 — edited Sep 4 2008It's obvious that my Listener is up and running but that the Oracle Service never got started. I'm using a VMware instance of Win2003 Server with Oracle 11g on it.
I'm having very similar issues to the person that wrote this:
http://www.dbasupport.com/forums/showthread.php?t=50051
ORA-12560 at service startup *** ( protocol adapter error )
I'm working on a VMware instance, and I'm not trying to connect from another machine, so I don't think I'll need a 'tnsnames.ora'.
I did review my listener.ora and sqlnet.ora
and I did adjust my hosts file (on this Win2003 Server, vmware instance), adding an entry to resolve local host and also the FQ machine name to 127.0.0.1
This I was unsure about since when I ping the FQ machine name (property of My Computer) I get a unique ip address.
There's also the VMware issues of what Ethernet connection setting to use: Bridged, NAT or Host Only.
I've tried to look at logs and config files: connection, startup, trace log, etc.
Set tracing on and saw some errors in the trace, but not sure about how to go about debugging those.
It's apparent that I'll need to start the Database with oradim or a version specific command, oradimxx but I wasn't sure what to use for my -pfile parameter, or how to create orainit.ora or configure that file.
One last thing: Previously my program group for 11g had 'Enterprise Manager' which brought up the webpage and showed that the database was up, uptime and other stats. Now that menu link has disappeared.
Any suggestions on all of these issues ? TIA.