Oracle 8.1.7
RMAN with no catalog db, only controlfile
is used...
How do I remove entries from
V$ARCHIVED_LOG;
After "backup archivelog all delete
input", files are deleted from disk, and their status "deleted" in
v$archived_log is set to "YES". But I want to completely remove entries from
V$ARCHIVED_LOG.
So, is it possible?
|