|
|
Re: ORA-12500 TNS:listener failed to start a dedicated server process? [message #608215 is a reply to message #608188] |
Mon, 17 February 2014 08:40 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
[oracle@localhost ~]$ oerr ora 12500
12500, 00000, "TNS:listener failed to start a dedicated server process"
// *Cause: The process of starting up a dedicated server process failed.
// The executable could not be found or the environment may be set up
// incorrectly.
// *Action: Turn on tracing at the ADMIN level and reexecute the operation.
// Verify that the ORACLE Server executable is present and has execute
// permissions enabled. Ensure that the ORACLE environment is specified
// correctly in LISTENER.ORA. The Oracle Protocol Adapter that is being
// called may not be installed on the local hard drive. Please check that
// the correct Protocol Adapter are successfully linked.
// If error persists, contact Oracle Customer Support.
I suspect that Oracle 8i is NOT supported on current Windows version.
post results from following OS commands
lsnrctl status
lsnrctl service
[Updated on: Mon, 17 February 2014 08:51] Report message to a moderator
|
|
|