Control Files
Binary files which contain the schema information from a create database command.
Mirroring of control files is strongly recommended, with one control file per disk. Specify more than one value for the CONTROL_FILES parameter in the init.ora file.
Use the V$CONTROLFILE view to list active control files
To recreate a control file with different parameters
- Back up the database
- Startup Server Manager and run:
alter database backup controlfile to trace;- Edit the trace file , found in USER_DUMP_DEST
- You can modify all the lines except for the CREATE CONTROLFILE statement.
- Run shutdown normal
- Move the old control files to a backup directory (mv not cp).
- Run startup nomount
- Run the modified CREATE CONTROLFILE trace file
- Run alter database open;
To change a database name, recreate the control file using the above procedure, but change the REUSE DATABASE OLDSID line to SET DATABASE NEWSID