Quote Originally Posted by Nugpot View Post
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.