Which two statements are true in this scenario?

The database Is configured in ARCHIVELOG mode. The database needs to be up 24 X 7. You
want to perform user managed backup for the data files of the HR_DATA tablespace.
To accomplish the task, you issued the following command:
SQL> ALTER TABLESPACE hi_data BEGIN BACKUP;

Which two statements are true in this scenario? (Choose two.)

The database Is configured in ARCHIVELOG mode. The database needs to be up 24 X 7. You
want to perform user managed backup for the data files of the HR_DATA tablespace.
To accomplish the task, you issued the following command:
SQL> ALTER TABLESPACE hi_data BEGIN BACKUP;

Which two statements are true in this scenario? (Choose two.)

A.
No transaction on the tablespace is allowed but you can perform queries.

B.
The tablespace will automatically come out of backup mode when the file copy is complete.

C.
The checkpoint change number is frozen in headers of the data files until the file is removed
from backup mode.

D.
The database writes the before image of an entire block to the redo stream before modifying.
block tor the first time.



Leave a Reply 2

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


Justyna

Justyna

Wrong answer. It should be C D.

“Making User-Managed Backups of Online Read/Write Tablespaces
You must put a read/write tablespace in backup mode to make user-managed data file backups when the tablespace is online and the database is open. The ALTER TABLESPACE … BEGIN BACKUP statement places a tablespace in backup mode. In backup mode, the database copies whole changed data blocks into the redo stream…”

http://docs.oracle.com/cd/E28271_01/backup.1111/e10642/osbackup.htm#CHDHJJAG