网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
Which of the following stripes data at the block level and does not have a dedicated disk for parity?()
A

RAID 1 and RAID 5

B

RAID 2 and RAID 10

C

RAID 3 and RAID 0

D

RAID 0 and RAID 5


参考答案

参考解析
解析: 暂无解析
更多 “单选题Which of the following stripes data at the block level and does not have a dedicated disk for parity?()A RAID 1 and RAID 5B RAID 2 and RAID 10C RAID 3 and RAID 0D RAID 0 and RAID 5” 相关考题
考题 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 USINGFILE ‘/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.

考题 You need to perform a block media recovery on the tools01.dbf data file in the SALES database by using Recovery Manager (RMAN).Which two are the prerequisites to perform this operation?() A. You must configure block change tracking fileB. You must have first level 1 backups for RMAN to restore blocksC. You must ensure that the SALES database is mounted or openD. You must have full or level 0 backups for RMAN to restore blocksE. You must take the tools01.dbf data file offline before you start a block media recovery

考题 You need to perform a block media recovery on the tools01.dbf data file in the SALES database by using Recovery Manager (RMAN).Which two are the prerequisites to perform this operation? ()(Choose two) A. You must configure block change tracking fileB. You must have first level 1 backups for RMAN to restore blocksC. You must ensure that the SALES database is mounted or openD. You must have full or level 0 backups for RMAN to restore blocksE. You must take the tools01.dbf data file offline before you start a block media recovery

考题 Which two statements about Network Attached Storage are correct?() A. Data is accessed using NFS or CIFS.B. Data is accessed at the block level.C. NAS is referred to as captive storage.D. Storage devices can be shared between users.E. A NAS implementation is not as fast as a DAS implementation.

考题 Scalability is provided in the server farm module by which of the following design strategies?() A. up to 10Gbps of bandwidth at the access levelB. redundant servers at the access levelC. modular block design at the access levelD. high port densities at the access level

考题 A site administrator is configuring Resource-level access control.  Which of the following statements about Resource-level access control are true? Resource-level access control policies:()A、are optionalB、are used to protect data beansC、provide coarse-grained access controlD、never specify a relationship

考题 Scalability is provided in the server farm module by which of the following design strategies?()A、 up to 10 Gbps of bandwidth at the access levelB、 redundant servers at the access levelC、 modular block design at the access levelD、 high port densities at the access level

考题 Which two statements about Network Attached Storage are correct?()A、Data is accessed using NFS or CIFS.B、Data is accessed at the block level.C、NAS is referred to as captive storage.D、Storage devices can be shared between users.E、A NAS implementation is not as fast as a DAS implementation.

考题 Scalability is provided in the server farm module by which of the following design strategies?()A、up to 10Gbps of bandwidth at the access levelB、redundant servers at the access levelC、modular block design at the access levelD、high port densities at the access level

考题 Which of the following can transmit block level storage over Ethernet?()A、SASB、iSCSIC、USBD、SATA

考题 Which of the following stripes data at the bit level and uses a dedicated disk for parity?()A、RAID 0B、RAID 3C、RAID 5D、RAID 10

考题 Which of the following stripes data at the block level and does not have a dedicated disk for parity?()A、RAID 1 and RAID 5B、RAID 2 and RAID 10C、RAID 3 and RAID 0D、RAID 0 and RAID 5

考题 The DB_BLOCK_CHECKING initialization parameter is set to FALSE. What level of block checking would be performed?()A、 The Oracle database will not perform block checking for any of the data blocks.B、 The Oracle database will perform block checking for the default permanent tablespace only. C、 The Oracle database will perform block checking for the data blocks in all user tablespaces.D、 The Oracle database will perform block checking for the data blocks in the SYSTEM tablespace only.E、 The Oracle database will perform block checking for the data blocks in the SYSTEM and SYSAUX tablespaces.

考题 The DB_BLOCK_CHECKING initialization parameter is set to OFF. Which block checking would be performed?()  A、 The Oracle database will perform block checking for the index blocks onlyB、 The Oracle database will not perform block checking for any of the data blocksC、 The Oracle database will perform block checking for the default permanent tablespace onlyD、 The Oracle database will perform block checking for the data blocks in all user tablespacesE、 The Oracle database will perform block checking for the data blocks in the SYSTEM tablespace only

考题 Which statements are true about logical structures of the Oracle database()A、Each segment contains one or more extents.B、Multiple tablespaces can share a single data fileC、A data block is the smallest unit of input/output (I/O) in data files.D、It is possible to have tablespaces of different block sizes in a database.E、Each data block in the database always corresponds to one operating system block

考题 You received the following error:   ORA-01578: ORACLE data block corrupted   (file # %s, block # %s)   Which file will you check to view additional information regarding the cause of this error?()A、the alert log file and the trace filesB、 the redo log filesC、 the control fileD、 the change tracking file

考题 You issue the following statement:   SQL SELECT FIRSTNAME, LASTNAME FROM HR.EMPLOYEE;  You receive the following error:         01578: ORACLE data block corrupted (file# 6, block # 54)        ORA-01110 : data file 6: ’u01/oracle/oradata/data1.dbf’   How will you resolve this problem of data block corruption by reducing the mean time to recover (MTTR)?()A、 by using the DBMS_REPAIR packageB、 by using the DBVERIFY utilityC、 by using Block Media RecoveryD、 by issuing the ANALYZE TABLE HR.EMPLOYEES VALIDATE STRUCTURE command

考题 多选题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?()AThe block change tracking data will be used only from the next incremental 0 backup.BThe incremental backup will use change tracking data for accomplishing the backup.CThe incremental backup will not use change tracking data for accomplishing the backup.DThe block track file will scan all the blocks and create bitmap for all the blocks backed up in the level 0 backup.

考题 单选题Which of the following stripes data at the bit level and uses a dedicated disk for parity?()A RAID 0B RAID 3C RAID 5D RAID 10

考题 单选题Which of the following stripes data at the block level and does not have a dedicated disk for parity?()A RAID 1 and RAID 5B RAID 2 and RAID 10C RAID 3 and RAID 0D RAID 0 and RAID 5

考题 单选题You received the following error:   ORA-01578: ORACLE data block corrupted   (file # %s, block # %s)   Which file will you check to view additional information regarding the cause of this error?()A the alert log file and the trace filesB  the redo log filesC  the control fileD  the change tracking file

考题 多选题A site administrator is configuring Resource-level access control.  Which of the following statements about Resource-level access control are true? Resource-level access control policies:()Aare optionalBare used to protect data beansCprovide coarse-grained access controlDnever specify a relationship

考题 多选题You need to perform a block media recovery on the tools01.dbf data file in the SALES database by using Recovery Manager (RMAN).Which two are the prerequisites to perform this operation?()AYou must configure block change tracking fileBYou must have first level 1 backups for RMAN to restore blocksCYou must ensure that the SALES database is mounted or openDYou must have full or level 0 backups for RMAN to restore blocksEYou must take the tools01.dbf data file offline before you start a block media recovery

考题 单选题You enable block change tracking. You issue the following command: BACKUP INCREMENTAL LEVEL 0 DATABASE; The next day, you issue the following command: BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE; Which statement about the use of the change tracking file is true?()A RMAN reads the block change tracking file only when it performs the incremental level 0 backup.B RMAN reads the block change tracking file when it performs both incremental backups.C RMAN reads the block change tracking file only when it performs the incremental level 1 backup.D RMAN does not read the block change tracking file when it performs either incremental backup.

考题 单选题Scalability is provided in the server farm module by which of the following design strategies?()A  up to 10 Gbps of bandwidth at the access levelB  redundant servers at the access levelC  modular block design at the access levelD  high port densities at the access level

考题 单选题While working on the database, you receive the following error:        01578: ORACLE data block corrupted (file# 6, block # 54)        ORA-01110 : data file 6: ’u01/oracle/oradata/data1.dbf’   You decide to recover the corrupted data block by using the Block Media Recovery feature. Which option is NOT a disadvantage of using block media recovery?()A  Block Media Recovery must be used with RMAN.B  You must perform complete recovery of individual blocks.C  You must have a full RMAN backup, not an incremental backup.D  You must use the DBVERIFY utility before using the Block Media Recovery feature.

考题 单选题You enable block change tracking. You issue the following command:   BACKUP INCREMENTAL LEVEL 0 DATABASE;   The next day,you issue the following command:   BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;   Which statement about the use of the change tracking file is true?()A  RMAN reads the block change tracking file only when it performs the incremental level 0 backup.B  RMAN reads the block change tracking file when it performs both incremental backups.C  RMAN reads the block change tracking file only when it performs the incremental level 1 backup.D  RMAN does not read the block change tracking file when it performs either incremental backup.

考题 单选题The DB_BLOCK_CHECKING initialization parameter is set to FALSE. What level of block checking would be performed?()A  The Oracle database will not perform block checking for any of the data blocks.B  The Oracle database will perform block checking for the default permanent tablespace only. C  The Oracle database will perform block checking for the data blocks in all user tablespaces.D  The Oracle database will perform block checking for the data blocks in the SYSTEM tablespace only.E  The Oracle database will perform block checking for the data blocks in the SYSTEM and SYSAUX tablespaces.