V$ARCHIVED_LOG always has only 380 records. but there are more archive logs present on disk.
Hi Guys,
Its been more than 2 months, since we enabled archive logs on oracle database 12c.
Archive logs are generated at regular interval daily approx 20 archive log files.
On physical database under archive folders I can see 1000+ archive logs since the day we enabled archive logs but when I query on
V$ARCHIVED_LOG table. I am able to see only 380 records.
Also the commands: RMAN> list expired archivelog all; does not show any records from repository.
even when i do RMAN> ALTER SYSTEM SWITCH LOGFILE; an additional log file in next sequence is created. This record is visible on both disk and V$ARCHIVED_LOG. However the table still has 380 records. The oldest record line is deleted from this table.