Four ways to start Oracle databases
1, Startup Nomount
Non-installation startup: This way to launch executable: Rebuild the control file, rebuild the database, start the 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 recovery, renaming some database files, such as system table space or log files. Execute "nomount" and then open the control file
3, Startup Open dbname
You can access the data in the database by first 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
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