Termination of Oracle Database (four modes)

Source: Internet
Author: User

Database Stop (four modes)
1. Normal shutdown: shutdown normal = shutdown
Normal user connections are not allowed to establish
Wait for query to end
Wait for transaction to end
Generate checkpoints (data synchronization)
Close online logs and data files
Close Control File
Close an instance

2. Transaction-level shutdown: Shutdown transactional
Normal user connections are not allowed to establish
Query is terminated
Wait for transaction to end
Generate checkpoints (data synchronization)
Close online logs and data files
Close Control File
Close an instance

3. Stop the Library Now: Shutdown immediate (the most common way to stop a library in a production library)
Normal user connections are not allowed to establish
Query is terminated
Transactions are rolled back
Generate checkpoints (data synchronization)
Close online logs and data files
Close Control File
Close an instance

4. Force stop: Shutdown abort (kill + Ipcrm)
Equivalent to unplug the power
(The database after the stop is a dirty library)

Startup force = Shutdown Abort + startup
Startup force Nomount = Shutdown Abort + startup Nomount
Startup force mount = Shutdown Abort + startup mount
--------------------------------------------------------

This article is from the "Liang blog" blog, make sure to keep this source http://7038006.blog.51cto.com/7028006/1842354

Termination of Oracle Database (four modes)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.