Multiplexing The Control File

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Multiplexing The Control File as PDF for free.

More details

  • Words: 159
  • Pages: 1
MULTIPLEXING OF CONTROLFILE To safe guard against a single point of failure of the control file. Strongly each copy on a different disk. Controlfiles can be multiplexed up to 8 times. Using spfile : •

We have to bringup the database



In sql > ALTER SYSTEM SET CONTROL_FILES = ‘/apps/venkat/oradata/control01.ctl’, ‘/apps/venkat/oradata/control02.ctl’, ‘/apps/venkat/oradata/control03.ctl’ scope=spfile,both & memory;



Shutdown the database immediate



Copy the new controlfile by using existing controlfile under $ORACLE_BASE/oradata/sidname/



After that bringup the database and check it whether additional controlfile is added or not, by using select statement Sql > Select * frim v$controlfile;

Using pfile : •

If database is up and running then shutdown it



Copy the new controlfile by using existing controlfile under $ORACLE_BASE/oradata/sidname/



Edit the new controlfile in initsid.ora by using vi editer



Then bringup the database and check it whether additional controlfile is added or not , by using select statement Sql > Select * frim v$controlfile;

Related Documents

Multiplexing
May 2020 9
Multiplexing
July 2020 8
Multiplexing
July 2020 13
Multiplexing
November 2019 18
08 Multiplexing
November 2019 21