which two cases would you perform only consistent backup?

In which two cases would you perform only consistent backup? (Choose two.)

In which two cases would you perform only consistent backup? (Choose two.)

A.
You are working on a database that operates in ARCHIVELOG mode.

B.
You are working on a database where control files and redo log files are not multiplexed.

C.
You are working on a database where control files and redo log files are multiplexed.

D.
You are working on a database where all the tablespaces are locally managed.

E.
You are working on a database where downtime can be tolerated.

F.
You are working on a database where downtime is not tolerated.

G.
You are working on a database that operates in NOARCHIVELOG mode.



Leave a Reply 2

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


sphinx

sphinx

answer is E and G

Vin

Vin

Hello,
E and G are my answers for this question. Why ?

For consistent backup mean: database have to stopped to backup so that the database should be:

1. Accepted down time
2. noarchivelog mode only backup while database shutdown ( archive log mode can backup db without downtime)

Thank you
Vin