you need to perform the following RMAN operations to restore it?

Given a complete loss of your database, in what order would you need to perform the
following RMAN operations to restore it?

Given a complete loss of your database, in what order would you need to perform the
following RMAN operations to restore it?

A.
restore controlfile
b, a, c, d, e

B.
restore database
a, c, b, d, f

C.
restore spfile
c, a, b, d, e

D.
recover database
c, a, b, d, f

E.
alter database open
e, a, b, d, c

F.
alter database open resetlogs

A.
restore controlfile
b, a, c, d, e

B.
restore database
a, c, b, d, f

C.
restore spfile
c, a, b, d, e

D.
recover database
c, a, b, d, f

E.
alter database open
e, a, b, d, c



Leave a Reply 3

Your email address will not be published. Required fields are marked *


patbeck

patbeck

Given a complete loss of your database, in what order would you need to perform the following RMAN
operations to restore it?
A. restore controlfile
B. restore database
C. restore spfile
D. recover database
E. alter database open
F. alter database open resetlogs
G. b, a, c, d, e
H. a, c, b, d, f
I. c, a, b, d, e
J. c, a, b, d, f
K. e, a, b, d, c
Answer: D

Eamon

Eamon

better said….

Given a complete loss of your database, in what order would you need to perform the following
RMAN operations to restore it?
a. restore controlfile
b. restore database
c. restore spfile
d. recover database
e. alter database open
f. alter database open resetlogs

A.
b, a, c, d, e

B.
a, c, b, d, f

C.
c, a, b, d, e

D.
c, a, b, d, f

E.
e, a, b, d, c

Eamon

Eamon

Answer is D

RESETLOGS is required as we restored the control file.