Verify the file specification information for the current control file(s): SQL> show parameters control_files |
If your are using pfile, change CONTROL_FILES to point to the remaining control files. Make sure that the full file specification is used. vi $ORACLE_HOME/dbs/init<SID>.ora. CONTROL_FILES = (/oradata/<sid>/data1/control_01.ctl, /oradata/<sid>/data3/control_02.ctl) If you are using spfile, you may modify the CONTROL_FILES parameter using the ALTER SYSTEM SET command. SQL> alter system set control_files = /oradata/<sid>/data1/control_01.ctl, /oradata/<sid>/data3/control_02.ctl scope=spfile; |
Shutdown and startup the database. |
Verify the file specification information for the current control file(s): SQL> show parameters control_files If desired, delete the control file from the O/S. |
No comments:
Post a Comment