Any issues in RMAN backup due to deleted archivelogs
I deleted few archive log files as there is in-sufficient space on the disk. I used the following command:
DELETE ARCHIVELOG UNTIL SEQUENCE 37249 BACKED UP 1 TIMES TO DEVICE TYPE DISK;
My DB version is 9.2.0.8 and redundancy policy is set to 2
Do I get any issues/errors in today's backup ? What does "crosscheck" command ?