Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Recreate Control File

Brendan TJan 18 2011 — edited Jan 18 2011
I need to recreate my control file. What I'm planning on running is the following. Can you advice its correctness and on what commands that need to be added at the end to get my database up and running.
(there are no cold backups )

STARTUP NOMOUNT
CREATE CONTROLFILE REUSE DATABASE "Ora11gDB"
MAXLOGFILES 16
MAXLOGMEMBERS 3
MAXDATAFILES 100
MAXINSTANCES 8
MAXLOGHISTORY 10
LOGFILE
GROUP 1 'D:\ORACLE\ORADATA\ORCL\REDO01.LOG' SIZE 10M,
GROUP 2 'D:\ORACLE\ORADATA\ORCL\REDO02.LOG' SIZE 10M,
GROUP 3 'D:\ORACLE\ORADATA\ORCL\REDO03.LOG' SIZE 10M
DATAFILE
'E:\OracleSoftware\oradata\Ora11gDB\TEMP01.DBF',
'E:\OracleSoftware\oradata\Ora11gDB\SYSAUX01.DBF',
'E:\OracleSoftware\oradata\Ora11gDB\USERS01.DBF',
'E:\OracleSoftware\oradata\Ora11gDB\UNDOTBS01.DBF',
...
'E:\OracleSoftware\oradata\Ora11gDB\DATAMINING.DBF'
CHARACTER SET US7ASCII;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 15 2011
Added on Jan 18 2011
13 comments
454 views