Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> ORA-00279, ORA-00278 and Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
I am using Oracle 9.2.0.4 on IBM AIX 5.1L.
I had one instance named "solar" on my database running. I wanted to change ALL the file locations like redo01.log, system01.dbf etc etc.. to a different new location. So, here is what I did:
Example: I changed the REDO Log Location from /rdisk/solar/gp1/redo01.log to /redo/solar/gp1/redo01.log as shown below.
STARTUP NOMOUNT
CREATE CONTROLFILE REUSE DATABASE "SOLAR" RESETLOGS NOARCHIVELOG
MAXLOGFILES 50
MAXLOGMEMBERS 5
MAXDATAFILES 100
MAXINSTANCES 1
MAXLOGHISTORY 113
LOGFILE
GROUP 1 '/redo/solar/gp1/redo01.log' SIZE 100M, GROUP 2 '/redo/solar/gp1/redo02.log' SIZE 100M, GROUP 3 '/redo/solar/gp3/redo03.log' SIZE 100MDATAFILE
3) SHUTDOWN this DATABASE 4) Copy the files to above location. 5) Run the above script SOLAR.SQL
and it shows: CONTROL FILE CREATED..... BUT Gives following error with it...
ORA-00279: change 2212096 generated at 2/2/2005 09:46:04 needed for thread 1
ORA-00289: suggestion : /u01/admin/ar/arch/arch_1_5006.dbf ORA-00280: change 2212096 for thread 1 is in sequence #5006 ORA-00278: log file '/u01/admin/ar/arch/arch_1_5005.dbf' no longerneeded for this recovery
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
CAN anyone help me or give some hints/pointers to this ERROR. Any related information would be appreciated...
THANKS! HARI OM Received on Wed Feb 02 2005 - 11:27:59 CST