Database Utilities (MOSC)

MOSC Banner

RMAN: restore

I took a full backup by shutting down the database and start it up in mount phase. Then ran the backup. I believe this would be a cold backup since the database was not opened.


What is the correct procedure for restoring database from a cold backup?

would it be:

  1. SQL> STARTUP NOMOUNT;
  2. CONNECT TO RMAN
  3. RMAN> RESTORE CONTROLFILE FROM "F:\APP\PATCARE\BACKUPSET\2021_07_15\O1_MF_NCNNF_TAG20210715T110050_JH0Q0M9J_.BKP";
  4. RMAN> RESTORE DATABASE;
  5. RMAN> ALTER DATABASE OPEN resetlogs;

Why not run: recover databse after running restore database?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center