DBA_REGISTERED_ARCHIVED_LOG
Hi, I set up redo log transport for goldengate real-time downstream integrated extract.
I understand you have to manually maintain the redo logs that shipped to downstream from source.
I query dba_registered_archived_log view to look for shipped redo logs that are maked "PURGEABLE" and then manually delete them.
My question is after I delete them, it is still has an entry in dba_registered_archived_log.
How do I make dba_registered_archived_log only contain the shipped redo log files that are still in my ARCHIVE_DEST?
Thanks.