Oracle several startup modes & query startup status ____oracle

Source: Internet
Author: User
Oracle Database several startup ways

1, startup Nomount;

Non-installation startup, this way to start executable: Rebuild control files, rebuild the database, read Init.ora files, start instance, that is, start the SGA and background processes, this startup requires only Init.ora files.

2, startup Mount (dbname);

Install startup, this way to start under executable: Database log archiving, database media recovery, bringing data files online or offline, relocating data files, redo log files.

Perform "Nomount" first, then open the control file to confirm the location of the data file and the online log file, but do not check the data files and log files at this time.

3, startup open (dbname);

You can access the data in the database by executing "nomount" and then executing "mount" and then opening all the database files, including the redo log file.

4, startup equals the following three commands

Startup Nomount;

ALTER DATABASE Mount;

ALTER DATABASE open;

To View the Oracle startup status :

Sql> select status from V$instance; (Showdown | Nomount | Mount | Open

Related Article

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.