
Originally Posted by
Nugpot
Hi,
I tried the following .. nothing happened.
RMAN> DELETE BACKUPSET COMPLETED AFTER 'sysdate';
Don't use quotes:
Code:
DELETE BACKUPSET COMPLETED AFTER sysdate;

Or, do as gandolf989 suggests to get "clean" catalog.
"The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb