|
|
||
|
|
|
Shutting down an instance (and closing the database that is mounted on the instance) takes three steps:
An instance is started with startup.
shutdown abort
When a database is started after a shutdown abort, Oracle peforms
crash recovery.
If there is a logoff trigger, it won't be executed.
shutdown immediate
If there is a logoff trigger, it won't be executed.
shutdown normalshutdown transactionalLogging
Oracle records shutdowns of the instance in the
alert.log file.
|