Forum Discussion

nawaminAIT's avatar
nawaminAIT
Level 2
12 years ago

RMAN CROSSCHECK EXPIRED EXISTING BACKUPPIECE.

Hi expert, I already search this forum and cannot find topic matching this case. Recently we have found the problem that some of backuppiece was expired after running weekly crosscheck script. ...
  • Yasuhisa_Ishika's avatar
    12 years ago

    Weekly Crosscheck script is below.

    $RMAN target $constr catalog $cat msglog $RMAN_LOG_FILE append << EOF
    allocate channel for maintenance type 'sbt_tape';
    delete noprompt obsolete;
    delete noprompt obsolete orphan;
    crosscheck backupset of database;
    crosscheck backupset of controlfile;
    crosscheck backupset of archivelog all;
    EOF
    "

    Channels are not configured as in backup script. How about configure channels in a manner same with backup script?

    Reference: http://www.symantec.com/docs/HOWTO69221