Database Backup and Recovery (MOSC)

MOSC Banner

cold backup Restore

edited May 16, 2017 5:03AM in Database Backup and Recovery (MOSC) 16 commentsAnswered

cold backup  ..... standard method controlfile autobackup on 

shutdown  ... startup mount ... backup database ....... open    .......... result ok

restore

startup nomount

restore controlfile from autobackup

alter database mount

restore database.

alter database open resetlogs.

RMAN> alter database open resetlogs;

 

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03002: failure of sql statement command at 05/03/2017 13:56:53

ORA-01152: file 1 was not restored from a sufficiently old backup 

ORA-01110: data file 1: '+DATA/LARGE/DATAFILE/system.267.940296683'

 

RMAN>

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