Database Backup and Recovery (MOSC)

MOSC Banner

create controlfile fails when using SET DATABASE with ORA-01161

edited Jan 18, 2013 2:01AM in Database Backup and Recovery (MOSC) 5 commentsAnswered
Oracle EE 11.2.0.3  RHEL 5.7 64Bit


 Trying to relocate files and rename database using 

 STARTUP NOMOUNT
CREATE CONTROLFILE set DATABASE "ESO21P" RESETLOGS FORCE LOGGING ARCHIVELOG
    MAXLOGFILES 40
    MAXLOGMEMBERS 3
    MAXDATAFILES 1000
    MAXINSTANCES 8
    MAXLOGHISTORY 2337
LOGFILE
  GROUP 5 '/u02/oradata/eso21p/redo01.log'  SIZE 3000M BLOCKSIZE 512,
  GROUP 6 '/u02/oradata/eso21p/redo02.log'  SIZE 3000M BLOCKSIZE 512,
  GROUP 7 '/u02/oradata/eso21p/redo03.log'  SIZE 3000M BLOCKSIZE 512,
  GROUP 8 '/u02/oradata/eso21p/redo04.log'  SIZE 3000M BLOCKSIZE 512,
  GROUP 9 '/u02/oradata/eso21p/redo05.log'  SIZE 3000M BLOCKSIZE 512,
  GROUP 10 '/u02/oradata/eso21p/redo06.log'  SIZE 3000M BLOCKSIZE 512
-- STANDBY LOGFILE
DATAFILE

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center