Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Redo log file size question
Does not look like it. This worked for me...
ALTER DATABASE
2 ADD LOGFILE GROUP 4 ('/u01/app/oracle/oradata/fred/redo04.log') 3 SIZE 5K REUSE;
Database altered.
SQL+:SYS:FRED1> select * from v$log;
GROUP# THREAD# SEQUENCE# BYTES MEMBERS ARC STATUS FIRST_CHANGE# FIRST_TIM
![]() |
![]() |