Cry
about...
Oracle Troubleshooting
ORA-09352: OracleService(SID) has not
been started
Symptom:
The error:
ORA-09352: OracleService(SID)
has not been started
typically when trying to use svrmgr23.
Cause:
The service OracleService<SID>
has not been started.
This is an Oracle 7 error. The error
number means something completely different in Oracle 8
and a different text message will be displayed for Oracle
8.
Possible remedies:
Go to Control Panel > Services
and select the service OracleService<SID>.
Start it manually. This service should be set to
automatic unless there is a reason
for not starting it automatically after a reboot
of the machine.
Start the service manually by
tying at the DOS prompt:
Net start
OracleService<SID>
Both of these will cure the specific
problem, but the database will still be down. Remember to
start it up.
These notes have been tested with
Oracle 7.3.4 running under Windows NT.
|