Hi, all
I have created standby database and when i check redo apply process all is going well , but when i query V$ARCHIVED_LOG
i saw that some old archive logs shown here as a not applied.
I want to clean information about old archivelogs from V$ARCHIVED_LOG view.
İ have set control_file_record_keep_time=0 but there is no effect.
How can I clean V$ARCHIVED_LOG immediately?
I tried:
RMAN> crosscheck archivelog all;
RMAN> delete archivelog all;
RMAN> delete expired archivelog all;
There is not effect to the V$ARCHIVED_LOG view
Thanks.