Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to implement the multiple control files for an existing
database ?

Answer Posted / azhar ali khan

1)Check number of controlfiles.
SQL>select name from v$controlfile.
Suppose there are two controlfiles,control01.ctl and control02.ctl.Check the path of controlfiles.
SQL>Shut immediate.
Go to the controfile location.
$ls
control01.ctl control02.ctl
$cp control01.ctl control03.ctl
$ls
control01.ctl control02.ctl control03.ctl

Now open parameter file init<sid>.ora .
$vi init<sid>.ora
control_files='/home/..../control01.ctl','/home/.../control02.ctl','/home/...../control03.ctl'

save and quit
SQL>startup
SQL>Now check the name and path of controfiles.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an Oracle Data Segment?

1092


What is an Oracle Data Block?

1114


What are Oracle Schema Objects?

1150


What is an Oracle SYSTEM tablespace and when is it Created?

1164


What is an Oracle Data Dictionary?

1157


Can a Tablespace hold objects from different Schemes in Oracle?

1082


What are the uses of Oracle Rollback Segment?

1173


Can a View based on another View in Oracle?

1065


What is the use of Oracle Control File?

1109


What is an Integrity Constrains in Oracle?

1228


What is the function of Redo Log in Oracle?

1264


What is an Oracle Rollback Segment?

1160


How to define Data Block size in Oracle?

1159


Teradata: How can we know the indexed column in a table?

1937


What is an oracle database schema?

1160