Which three statements are true about using flashback database in a multitenant container database (CDB)?

Which three statements are true about using flashback database in a multitenant container
database (CDB)?

Which three statements are true about using flashback database in a multitenant container
database (CDB)?

A.
The root container can be flashed back without flashing back the pluggable databases (PDBs).

B.
To enable flashback database, the CDB must be mounted.

C.
Individual PDBs can be flashed back without flashing back the entire CDB.

D.
The DB_FLASHBACK RETENTION_TARGET parameter must be set to enable flashback of
the CDB.

E.
A CDB can be flashed back specifying the desired target point in time or an SCN, but not a
restore point.

Explanation:



Leave a Reply 5

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


Liz

Liz

B: to enable flashback database, cdb can be either open/mounted… But cdb need be mounted if you need flashback database…
D: DB_FLASHBACK_RETENTION_TARGET has default value… so it’s not necessary to be set and only set it cannot enable flashback I think…
E: you can flashback to a restore point e.g.FLASHBACK DATABASE TO RESTORE POINT ‘before_upgrade’;
So…there is no correct ans

khyap

khyap

Exactly, the questions are tough for the wrong reason!
I would choose ABD.
Flashback database is not applicable to PDB so choice A is somewhat correct.