Oracle Database 10g startup and Shutdown Process

Source: Internet
Author: User

Environment: Red Hat Linux AS 4 Nahant x86 + Oracle 10.2.0.1 x86

This document records the commands used to start and close Oracle 10 Gb database and related files.

The three steps for Oracle Database 10g startup are as follows: 1. Create and start the instance, 2. Load the database, and 3. Open the database.
These steps are implemented using startup, as shown in:

Startup Command Format
Startup [nomount | mount | open | force] [restrict] [pfile = filename];

Method 1 -- startup nomount; alter database mount; alter database open
Method 2 -- startup mount; alter database open
Method 3 -- startup or startup open
After entering a certain mode, you can use alter database to upgrade to a higher mode. However, it cannot be downgraded to the previous mode.
It is true that you are in step 2. You can use alter database to step 3, but you cannot go to step 1.

Startup force
Force start, which can be used in various modes. If it cannot be started normally, try this.

Startup restrict
In restrict mode, the database is placed in open mode. At this time, only users with the restricted session permission can access the database.
Maintenance action. After maintenance, disable the restricted session permission for normal user connection. As follows:
Alter system disable restricted session

  • 1
  • 2
  • Next Page

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.