Oracle Control File multiplexing

Source: Internet
Author: User

I. Control file multiplexing

1.show parameter control
--View Control file information
Show Parameter SPFile
--see if there are spfile
Create Pfile from SPFile;
--Generate Pfile
Shutdown immediate
--Guanqu
2. Modify the Pfile file to add multiple paths
VI $ORACLE _home/dbs/initorcl.ora
Copy the original controlfile to the new add path directory;
Cp......
3.create SPFile from Pfile;
--Generate SPFile
Startup
--Open Database
Show parameter control
--See if control file information is multiplexed

Law II:
1. Change the SPFILE using the following command:
ALTER SYSTEM SET control_files =
'/u01/app/oracle/oradata/orcl/control01.ctl ',
'/u01/app/oracle/oradata/orcl/control02.ctl ',
'/u01/app/oracle/oradata/orcl/control03.ctl ' scope=spfile;

2. Close the database.

3. Use the operating system to copy the existing control files to the location selected for the new file.

4. Open the Database

Oracle Control File multiplexing

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.