How is an Oracle database shut down?
How is an Oracle database shut down?
Rating:
The
When an Oracle database is closed, Oracle writes all data in the database buffer cache and redo log buffer to data files and online redo log files respectively. Then, Oracle closes all data files and online redo log files.
After the database is closed, Oracle unmounts the database to disassociate it from the Oracle instance. After unmounting the database, Oracle closes the database's control file.
Finally, Oracle shuts down the instance, removing the System Global Area (SGA) from the memory and terminating the background processes.
Rating:
Other articles
- What is STARTUP command?
- What is a cluster?
- What is SHUTDOWN command?
- What is tablespace quota?
- What is Oracle Enterprise Manager (OEM)?
