There are no errors in any logs. There is no indication that new redo logs were created.
The following is the result of running:
select member, a.group#, b.status, a.status logstat
from v$logfile a, v$log b
where a.group# = b.group#;
Here is the result:
Member Group# Status Use Status
e:\oracle\oradata\dbname\redo_G1M1.log 1 unused
f:\oracle\oradata\dbname\redo_G1M2.log 1 unused
j:\oracle\oradata\dbname\redo_G1M3.log 1 unused
e:\oracle\oradata\dbname\redo_G2M1.log 2 inactive
f:\oracle\oradata\dbname\redo_G2M2.log 2 inactive
j:\oracle\oradata\dbname\redo_G2M3.log 2 inactive
e:\oracle\oradata\dbname\redo_G3M1.log 3 invalidated
f:\oracle\oradata\dbname\redo_G3M2.log 3 invalidated
j:\oracle\oradata\dbname\redo_G3M3.log 3 invalidated
I am using Oracle10g client and the database is on Oracle 9i and Windows 2000 EE.
I could not find anything about invalidated redo log files. And at this particular time there was no current redo log group. Can anyone explain the status of these redo log files. Everything is running and the database never showed any issues. Any help would be appreciated
