Cry
about...
Oracle Troubleshooting
Oracle will not shutdown
Symptom:
A shutdown command has been issued to the
Oracle database, but it will not shutdown.
Possible Causes:
The likely cause depends on the type of
shutdown command that has been issued, i.e. a Shutdown Normal
or a Shutdown
Immediate.
Symptom:
Shutdown normal
has been issued to the Oracle database, but Oracle will
not shutdown.
Possible Causes and Remedies:
There are two likely causes:
Shutdown Normal
will only shutdown Oracle when there are no
remaining connections to Oracle. It is likely
therefore that an application still has an active
session.
Possible Remedies:
If using Oracle Parallel Server
issuing Shutdown normal
on more than one node at a time can cause the
system to hang. This is a recognised Oracle
problem.
Possible remedies:
Only issue Shutdown
normal on one node at a time,
and only issue it on the next node when the
previous node has completed its shutting down.
Alternately, use shutdown
immediate instead.
Symptom:
Symptom: Shutdown immediate
has been issued to the Oracle database, but Oracle will
not shutdown.
Possible causes and remedies:
If someone is in the login
process then shutdown immediate will not work and
it will appear to hang.
Remedy: Issue shutdown
abort
Note:
Shutdown normal
or shutdown immediate
is preferred to shutdown abort,
because shutdown abort
may require some recovery when the database
is next started up and because shutdown
abort is not guaranteed to free
up all system resources.
In a parallel server
environment, Oracle recommends (for 8.0.5 at
least) shutting down the OracleService<SID>
in preference to using shutdown
abort.
For Oracle Parallel Server only:
The database does shutdown but the command is not
seen to complete.
Remedy: Look at Task Manager. If an
Oracle process is running at 100% and there has been
not other noticeable activity for a while then kill
the offending process. This is a known problem (for 8.0.5).
|