• Oracle

    Oracle RMAN Configuration and Monitoring Scripts-14

    RMAN Configuration and Monitoring Scripts   RMAN – SHOW ALL is the code to know the RMAN configurations.   RMAN backup configuration and schedule Find out the backup configuration info All rman> show all; List used block bakup rman> list backup; rman> list backup of datafile 4; rman> list backup of tablespace tools; List image copy backup rman> list copy of database; rman> list copy of datafile 4; rman> list copy of tablespace tools;   Based on the application requirements this needs to be configured. By default backup will be stored in disk. We can also change this to tape. Keyword: Disk –Disk Tape — SBT/ SBT_TAPE rman> configure default…