Hi ,
I work under SunOS5.9 Oracle9i
I have a problem...
Having created a database instance I copied redo01.log file:
cd~
mkdir DISK1
cd DISK1
cp -pr /ORACLE9i/BASE/oradata/mySID/redo01.log redo_G_M1
Unfortunately I did mistake and copied it to redo_G_M1 ...rather than to copy it to redo_G_M1.log
In other words I copied redo01.log to the file WITHIOUT AN EXTENSION!
Moreover...after that I removed the original file redo01.log
After I sutdown and startup I get a message
ORA-00313 : OPEN FAILED FOR MEMBERS OF LOG GROUP 1 OF THREAD 1
ORA-00312: online log 1 thread 1: '/ORACLE9i/BASE/oradata/mySID/redo01.log to '/export/home/oracle9i/DISK1/redo_GI_M1.log';
My question is:
Is there any way to rename redo_G_M1 to redo_G_M1.log so that it work or I should recreated an instance from scratch?
Thank YOu in advance,
Liliya
I work under SunOS5.9 Oracle9i
I have a problem...
Having created a database instance I copied redo01.log file:
cd~
mkdir DISK1
cd DISK1
cp -pr /ORACLE9i/BASE/oradata/mySID/redo01.log redo_G_M1
Unfortunately I did mistake and copied it to redo_G_M1 ...rather than to copy it to redo_G_M1.log
In other words I copied redo01.log to the file WITHIOUT AN EXTENSION!
Moreover...after that I removed the original file redo01.log
After I sutdown and startup I get a message
ORA-00313 : OPEN FAILED FOR MEMBERS OF LOG GROUP 1 OF THREAD 1
ORA-00312: online log 1 thread 1: '/ORACLE9i/BASE/oradata/mySID/redo01.log to '/export/home/oracle9i/DISK1/redo_GI_M1.log';
My question is:
Is there any way to rename redo_G_M1 to redo_G_M1.log so that it work or I should recreated an instance from scratch?
Thank YOu in advance,
Liliya