Submitted Questions

  • what is the difference between recovery and restoring of the database.

    Pravin Kumar

    • Feb 22nd, 2018

    Restoring the database means copy the required datafiles from backup. Recovery means applying redolog or archived log to make the database up to given time, scn, lsn.

    hari shankar

    • Oct 12th, 2015

    Restore is the process in which RMAN is copying the backup file from backup location to proper database location.

    Recover is the process in which applying the archive logs to and updating the data files.