RMAN - Lab Exercise

RMAN - Lab Exercise
Practice questions
    1. take full backup.
    2. take a level -0 full backup.
    3. take a differential backup – L1 (twice to know the difference).
    4. take a cummulativ backup-L0.
    5. using RMAN clone a database using duplicate command.
    6. corrupt all the datafiles(undo, temp,system,user) and try to recover.
    7. drop a table and recover the same using PITR.
    8. remove archive logs from physical level. Check and clear the information regarding archive logs 
       from RMAN.
    9. restore the backup taken in dev database to prod database.