Very Very Urgent Help [message #63092] |
Thu, 09 September 2004 03:42 |
Gunasekaran D
Messages: 11 Registered: August 2004
|
Junior Member |
|
|
Hi All,
I have oracle server version 8.1.7 along with the client part. I uninstalled the client and installed it again. After this i tried to startup the server in the command prompt using.
c: sqlplus internal@sid
But the system throws "ORA-24314 Service Handle Not Initialized" error.
Whats the solution for this? pls help me
Regards,
Gunasekaran
|
|
|
|
|
|
Re: Very Very Urgent Help [message #63100 is a reply to message #63099] |
Thu, 09 September 2004 07:12 |
Gunasekaran D
Messages: 11 Registered: August 2004
|
Junior Member |
|
|
Hi,
I checked listener.ora file, everything is fine, but it still gives "Listener failed to start a dedicated server process".
Whats the dedicated server process and what might be the reason for the error.
Contents of listener.ora:
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = chnshl34492)(PORT = 1521))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = D:ORANT)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = frate)
(ORACLE_HOME = D:ORANT)
(SID_NAME = frate)
)
)
Server machine: chnshl34492
SID: frate
ORACLE_HOME = D:ORANT
Is content is ok?
|
|
|
|
Re: Very Very Urgent Help [message #63104 is a reply to message #63101] |
Thu, 09 September 2004 11:40 |
croK
Messages: 170 Registered: April 2002
|
Senior Member |
|
|
Try stop listener service from control panel, and then try re-starting.
You can also do
net stop oracleService<you-servie-name-here>
and
net start oracleService<you-servie-name-here>
if error persists, try to locate listener.log file to find out if some trace can help.
You can also try:
set oracle_sid=your-SID
sqlplus sys/pass as sysdba
Best luck.
|
|
|
Re: Very Very Urgent Help [message #63109 is a reply to message #63104] |
Thu, 09 September 2004 20:40 |
Gunasekaran D
Messages: 11 Registered: August 2004
|
Junior Member |
|
|
Hi,
when i tried to start the listener via services. System is giving following error.
"Could not start the OracleTNSListener80frate service on the local computer. The service did not return an error. This could be an internal windows error or an internal service error, If the problem persists contact the system administrator"
I had logged into the system with admin privilages.
Whats the cause for this error.
|
|
|
|