可学答题网 > 问答 > OCP 11G认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Examine the following command used to


Examine the following command used to perform incremental level 0 backup: RMAN> BACKUP INCREMENTAL LEVEL 0 DATABASE; To enable the block change tracking, after the incremental level 0 backup you issued the following command: SQL> ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE '/mydir/ rman_change_track.f'; To perform incremental level 1 cumulative backup, you issued the following command: RMAN> BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE; Which two statements are true in the above situation?()

  • A The block change tracking data will be used only from the next incremental 0 backup.
  • B The incremental backup will use change tracking data for accomplishing the backup.
  • C The incremental backup will not use change tracking data for accomplishing the backup.
  • D The block track file will scan all the blocks and create bitmap for all the blocks backed up in the level 0 backup.
参考答案
参考解析:
分类:OCP 11G认证考试题库
相关推荐

1、Examine the following command:ALTER SY

Examine the following command:ALTER SYSTEM SET enable_ddl_logging=FALSE;Which statement is true?()A None of the data definition language (DDL) sta...

2、Examine the following command: SQL>

Examine the following command:SQL> ALTER TABLE booking SHRINK SPACE COMPACT;Which activity is performed when the preceding command is executed?()...

3、Examine the following command: CREATE

Examine the following command:CREATE TABLE (prod_id number(4),Prod_name varchar2 (20),Category_id number(30),Quantity_on_hand number (3) INVISIBLE);Which...

4、Examine the following impdp command to

Examine the following impdp command to import a database over the network from a pre-12c Oracledatabase (source): Which three are prerequisites ...

5、Examine the following RMAN command: R

Examine the following RMAN command:RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON;RMAN> BACKUP DATABASE PLUS ARCHIVELOG;Which prerequisite must be met ...

6、Examine the following commands for re

Examine the following commands for redefining a table with Virtual Private Database (VPD) policies:Which two statements are true about redefining...