itgle.com

单选题Examine this syntax which allocates channels during a parallel image copy:   RMAN> CONFIGURE DEVICE TYPE disk parallelism 4:  2> COPY  3> datafile 1 TO ‘/BACKUP/datafile1.dbf’,  4> datafile 2 TO ‘/BACKUP/datafile2.dbf’,  5> datafile 3 TO ‘/BACKUP/dataf

题目
单选题
Examine this syntax which allocates channels during a parallel image copy:   RMAN> CONFIGURE DEVICE TYPE disk parallelism 4:  2> COPY  3> datafile 1 TO ‘/BACKUP/datafile1.dbf’,  4> datafile 2 TO ‘/BACKUP/datafile2.dbf’,  5> datafile 3 TO ‘/BACKUP/datafile3.dbf;  RMAN>COPY  2> datafile 4 TO ‘/BACKUP/datafile4.dbf’;   How many channels are used?()
A

0

B

1

C

3

D

4


相似考题
更多“单选题Examine this syntax which allocates channels during a parallel image copy:   RMAN CONFIGURE DEVICE TYPE disk parallelism 4:  2 COPY  3 datafile 1 TO ‘/BACKUP/datafile1.dbf’,  4 datafile 2 TO ‘/BACKUP/datafile2.dbf’,  5 datafile 3 TO ‘/BACKUP/datafile3.”相关问题
  • 第1题:

    hich of the following RMAN structures can data from a datafile span?()

    • A、RMAN backup-set pieces spanning backup sets 
    • B、RMAN backup-set pieces within a given backup sets 
    • C、RMAN backups 
    • D、RMAN channels 
    • E、None of the above

    正确答案:B

  • 第2题:

    Examine the following RMAN script: RMAN> run { debug on; allocate channel c1 type disk; backup datafile 5; } Which statement describes the purpose of the script?()

    • A、The data file is checked for physical corruption and backed up if found clean.
    • B、The backup of data file 5 is performed and the interactive messages during the backup are suppressed.
    • C、The existing backup for the data file is checked and the backup is performed if there are changes in the data file after the last backup.
    • D、The backup of data file 5 is performed and all SQL statements that are executed during RMAN compilation and their results are displayed

    正确答案:D

  • 第3题:

    You configured the default backup device type as disk for RMAN backups. In your database,because of business requirements,you have to take a simultaneous duplicate backup of the data files when the RMAN BACKUP command is used.  What must you set using the RMAN CONFIGURE command to achieve this?()  

    • A、 MAXSETSIZE TO 2
    • B、 DEVICE TYPE DISK PARALLELISM 2
    • C、 RETENTION POLICY TO REDUNDANCY 2
    • D、 DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2

    正确答案:C

  • 第4题:

    In your database, the flash recovery area (FRA) is configured as the default for RMAN backups. You executed the following commands to configure the settings in RMAN: RMAN> CONFIGURE DEVICE TYPE disk PARALLELISM 2 BACKUP TYPE TO BACKUPSET; RMAN> CONFIGURE CHANNEL 1 DEVICE TYPE disk FORMAT '/home/oracle/disk1/%U'; RMAN> CONFIGURE CHANNEL 2 DEVICE TYPE disk FORMAT '/home/oracle/disk2/%U'; You issue the following RMAN command to backup the database: RMAN> RUN 2> { 3> ALLOCATE CHANNEL ch1 DEVICE TYPE disk; 4> BACKUP DATABASE; 5> } Which statement is true about the outcome?()

    • A、Only one channel is allocated and the backup is created in the flash recovery area
    • B、Only one channel is allocated and the backup is created in the destination specified for channel 1
    • C、Two channels are allocated and backup sets are created in the destinations specified for channels 1 and 2
    • D、Three channels are allocated and backup sets are created in the destinations specified for channels 1, 2, and FRA

    正确答案:A

  • 第5题:

    You are performing a backup of your database across the network. While taking the backup, you want to save space on the storage media and reduce the network bandwidth. Which command will you issue to configure the required type of backup?()

    • A、 CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO BACKUPSET;
    • B、 CONFIGURE DEVICE TYPE TO disk BACKUP TYPE TO COPY;
    • C、 CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO COMPRESSED BACKUPSET;
    • D、 CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO COMPRESSED COPY;

    正确答案:C

  • 第6题:

    单选题
    You are performing a backup of your database across the network. While taking the backup, you want to save space on the storage media and reduce the network bandwidth. Which command will you issue to configure the required type of backup?()
    A

     CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO BACKUPSET;

    B

     CONFIGURE DEVICE TYPE TO disk BACKUP TYPE TO COPY;

    C

     CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO COMPRESSED BACKUPSET;

    D

     CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO COMPRESSED COPY;


    正确答案: D
    解析: 暂无解析

  • 第7题:

    单选题
    Which of the following RMAN structures can data from a datafile span?()
    A

     RMAN backup-set pieces spanning backup sets

    B

     RMAN backup-set pieces within a given backup set

    C

     RMAN backups

    D

     RMAN channels

    E

     None of the above


    正确答案: D
    解析: 暂无解析

  • 第8题:

    单选题
    You have configured the following:  RMAN> CONFIGURE DEFAULT DEVICE TYPE TO ’sbt’; new RMAN configuration parameters:  CONFIGURE DEFAULT DEVICE TYPE TO ’sbt’; new RMAN configuration parameters are successfully stored RMAN> SHOW DEVICE TYPE; RMAN configuration parameters are: CONFIGURE DEVICE TYPE SBT PARALLELISM 1; # CONFIGURE DEVICE TYPE DISK PARALLELISM 1; #  RMAN> CONFIGURE DEVICE TYPE SET PARALLELISM 5;  RMAN> SHOW DEVICE TYPE; RMAN configuration parameters are: CONFIGURE DEVICE TYPE SBT PARALLELISM 5; CONFIGURE DEVICE TYPE DISK PARALLELISM 1; #  How many channels are allocated to SBT?()
    A

    0, because channels have not been defined.

    B

    3, as indicated by the degree of parallelism.

    C

    1, the default value when device is configured.

    D

    5, as indicated by the last parallelism command.


    正确答案: B
    解析: 暂无解析

  • 第9题:

    单选题
    hich of the following RMAN structures can data from a datafile span?()
    A

    RMAN backup-set pieces spanning backup sets 

    B

    RMAN backup-set pieces within a given backup sets 

    C

    RMAN backups 

    D

    RMAN channels 

    E

    None of the above


    正确答案: E
    解析: 暂无解析

  • 第10题:

    单选题
    Given the script   create script db_backup_datafile_script  {backup datafile and 1, and2 plus archivelog delete input;} Run {execute script db_backup_datafile_script using 2;}   What is the result of running this command?()
    A

     The script will fail since you instructed RMAN to back up only one datafile rather than two

    B

     The script will successfully back up datafile 3 without error

    C

     The script will fail since it uses a substitution variable which is not supported

    D

     The execute script command will prompt for the value of and2 since it’s not included in the command

    E

     The script will fail because you cannot use the plus archivelog command when backing up


    正确答案: A
    解析: 暂无解析

  • 第11题:

    单选题
    Which command is used to configure RMAN to perform a compressed backup for every backup executed?()
    A

     BACKUP AS COMPRESSED BACKUPSET DATABASE

    B

     BACKUP AS COMPRESSED COPY OF DATABASE

    C

     CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET

    D

     CONFIGURE DEVICE TYPE DISK BACKUP TYPE COMPRESS 

    E

     BACKUP DATABASE COMPRESS


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    You issued the following commands to configure setting in RMAN; RMAN> CONFIGURE DEVICE TYPE sbt PARALLELISM 1; RMAN> CONFIGURE DEFAULT DEVICE TYPE TO sbt; RMAN> CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE sbt TO 2; RMAN> CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE sbt TO 2; RMAN> CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2; Then you issued the following command to take the backup: RMAN> BACKUP DATABASE PLUS ARCHIVELOG; Which statement is true about the execution of the above command?()
    A

    The backup will terminate because the FORMAT clause was not configured for the channel

    B

    It backs up two copies of data files to tape and disk, and two copies of archived log file on tape

    C

    It backs up the data files and archived log files to disk, making two copies of each data file and archived log file

    D

    It backs up the data files and archived log files to tape, making two copies of each data file and archived log file


    正确答案: A
    解析: 暂无解析

  • 第13题:

    Which command is used to configure RMAN to perform a compressed backup for every backup executed?()

    • A、 BACKUP AS COMPRESSED BACKUPSET DATABASE
    • B、 BACKUP AS COMPRESSED COPY OF DATABASE
    • C、 CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET
    • D、 CONFIGURE DEVICE TYPE DISK BACKUP TYPE COMPRESS 
    • E、 BACKUP DATABASE COMPRESS

    正确答案:C

  • 第14题:

    What is the impact of the results of the output of the following command?()   RMAN> report unrecoverable database;  Report of files that need backup due to unrecoverable operations  File Type of Backup Required Name  4 full or incremental C:///ORACLE/ORADATA/ORCL/USERS01.DBF  

    • A、 There are no backup sets with any backups of the users01.dbf datafile.
    • B、 The users01.dbf datafile has had unrecoverable operations occur in it. It will need to be backed up or some data loss is possible during a recovery.
    • C、 The users01.dbf datafile is corrupted.
    • D、 The users01.dbf datafile backup exceeds the retention criteria.
    • E、 The last backup of the users01.dbf datafile failed and must be rerun.

    正确答案:D

  • 第15题:

    Which of the following RMAN structures can data from a datafile span?()

    • A、 RMAN backup-set pieces spanning backup sets
    • B、 RMAN backup-set pieces within a given backup set
    • C、 RMAN backups
    • D、 RMAN channels
    • E、 None of the above

    正确答案:B

  • 第16题:

    Given the script   create script db_backup_datafile_script  {backup datafile and 1, and2 plus archivelog delete input;} Run {execute script db_backup_datafile_script using 2;}   What is the result of running this command?()  

    • A、 The script will fail since you instructed RMAN to back up only one datafile rather than two
    • B、 The script will successfully back up datafile 3 without error
    • C、 The script will fail since it uses a substitution variable which is not supported
    • D、 The execute script command will prompt for the value of and2 since it’s not included in the command
    • E、 The script will fail because you cannot use the plus archivelog command when backing up

    正确答案:D

  • 第17题:

    You notice that your RMAN script used to copy the datafiles, control files, and archived redo log files is performing very slowly. Which two changes might you want to include in your RMAN script to speed up the COPY commands?()

    • A、NOCHECKSUM
    • B、MAXCORRUPT
    • C、CHECK LOGICAL
    • D、BACKUP INCREMENTAL
    • E、CONFIGURE DEVICE TYPE ... PARALLELISM

    正确答案:D,E

  • 第18题:

    单选题
    Examine the following RMAN script: RMAN> run { debug on; allocate channel c1 type disk; backup datafile 5; } Which statement describes the purpose of the script?()
    A

    The data file is checked for physical corruption and backed up if found clean.

    B

    The backup of data file 5 is performed and the interactive messages during the backup are suppressed.

    C

    The existing backup for the data file is checked and the backup is performed if there are changes in the data file after the last backup.

    D

    The backup of data file 5 is performed and all SQL statements that are executed during RMAN compilation and their results are displayed


    正确答案: C
    解析: 暂无解析

  • 第19题:

    单选题
    In your database, the flash recovery area (FRA) is configured as the default for RMAN backups. You executed the following commands to configure the settings in RMAN: RMAN> CONFIGURE DEVICE TYPE disk PARALLELISM 2 BACKUP TYPE TO BACKUPSET; RMAN> CONFIGURE CHANNEL 1 DEVICE TYPE disk FORMAT '/home/oracle/disk1/%U'; RMAN> CONFIGURE CHANNEL 2 DEVICE TYPE disk FORMAT '/home/oracle/disk2/%U'; You issue the following RMAN command to backup the database: RMAN> RUN 2> { 3> ALLOCATE CHANNEL ch1 DEVICE TYPE disk; 4> BACKUP DATABASE; 5> } Which statement is true about the outcome?()
    A

    Only one channel is allocated and the backup is created in the flash recovery area

    B

    Only one channel is allocated and the backup is created in the destination specified for channel 1

    C

    Two channels are allocated and backup sets are created in the destinations specified for channels 1 and 2

    D

    Three channels are allocated and backup sets are created in the destinations specified for channels 1, 2, and FRA


    正确答案: C
    解析: 暂无解析

  • 第20题:

    单选题
    What is the impact of the results of the output of the following command?()   RMAN> report unrecoverable database;  Report of files that need backup due to unrecoverable operations  File Type of Backup Required Name  4 full or incremental C:///ORACLE/ORADATA/ORCL/USERS01.DBF
    A

     There are no backup sets with any backups of the users01.dbf datafile.

    B

     The users01.dbf datafile has had unrecoverable operations occur in it. It will need to be backed up or some data loss is possible during a recovery.

    C

     The users01.dbf datafile is corrupted.

    D

     The users01.dbf datafile backup exceeds the retention criteria.

    E

     The last backup of the users01.dbf datafile failed and must be rerun.


    正确答案: D
    解析: 暂无解析

  • 第21题:

    单选题
    Which view provides information on the backup status of the datafiles in the database?()
    A

    V$BACKUP

    B

    V$BACKUP_STATUS 

    C

    V$BACKUP_DATAFILE 

    D

    V$DATAFILE_BACKUP 

    E

    V$TABLESPCE_BACKUP


    正确答案: E
    解析: 暂无解析

  • 第22题:

    单选题
    Examine this syntax which allocates channels during a parallel image copy:   RMAN> CONFIGURE DEVICE TYPE disk parallelism 4:  2> COPY  3> datafile 1 TO ‘/BACKUP/datafile1.dbf’,  4> datafile 2 TO ‘/BACKUP/datafile2.dbf’,  5> datafile 3 TO ‘/BACKUP/datafile3.dbf;  RMAN>COPY  2> datafile 4 TO ‘/BACKUP/datafile4.dbf’;   How many channels are used?()
    A

    0

    B

    1

    C

    3

    D

    4


    正确答案: D
    解析: 暂无解析

  • 第23题:

    单选题
    You have configured the following:  RMAN> CONFIGURE DEFAULT DEVICE TYPE TO ’sbt’; new RMAN configuration parameters:  CONFIGURE DEFAULT DEVICE TYPE TO ’sbt’; new RMAN configuration parameters are successfully stored RMAN> SHOW DEVICE TYPE; RMAN configuration parameters are: CONFIGURE DEVICE TYPE SBT PARALLELISM 1; # CONFIGURE DEVICE TYPE DISK PARALLELISM 1; #  RMAN> CONFIGURE DEVICE TYPE SET PARALLELISM 5;  RMAN> SHOW DEVICE TYPE; RMAN configuration parameters are: CONFIGURE DEVICE TYPE SBT PARALLELISM 5; CONFIGURE DEVICE TYPE DISK PARALLELISM 1; #  How many channels are allocated to SBT?()
    A

    0, because channels have not been defined.

    B

    3, as indicated by the degree of parallelism.

    C

    1, the default value when device is configured.

    D

    5, as indicated by the last parallelism command.


    正确答案: A
    解析: 暂无解析

  • 第24题:

    单选题
    You configured the default backup device type as disk for RMAN backups. In your database,because of business requirements,you have to take a simultaneous duplicate backup of the data files when the RMAN BACKUP command is used.  What must you set using the RMAN CONFIGURE command to achieve this?()
    A

     MAXSETSIZE TO 2

    B

     DEVICE TYPE DISK PARALLELISM 2

    C

     RETENTION POLICY TO REDUNDANCY 2

    D

     DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2


    正确答案: D
    解析: 暂无解析