Oracle Delete archivelog file on OS but not sync/check on rman

** Myself
## Problem found about rman can’t backup will next runtime
rman target / rcvcat <user>/<pass>@<rmancat>;
crosscheck archivelog all;
list expired archivelog all;

# will show delete file on os but still on oracle catalog
delete expired archivelog all;

0 comments:

Loading