It improves resync operations when the disk comes online after being taken offline for maintenance purposes.
It improves performance in the extended cluster configuration by reading from a local copy of an extent.
Fewer extent pointers are needed to describe the file and less memory is required to manage the extent maps in the shared pool.
This feature enables faster file opens because of the reduction in the amount of memory that is required to store file extents.
第1题:
Which two tasks can be performed when WLST is in OFFLINE mode?()
第2题:
You are managing an Oracle Database 11g database with the ASM storage. The database is having big file tablespaces. You want files to open faster and less memory to be used in the shared pool to manage the extent maps. What configuration would you effect to achieve your objective?()
第3题:
A. It improves resync operations.
B. This feature enables much faster file opens.
C. It improves performance as fewer extent pointers are needed in the shared pool.
D.It improves performance by reading from a copy of an extent closest to the node.
第4题:
You are managing Oracle Database 11g with an ASM storage with high redundancy. The following command was issued to drop the disks from the dga disk group after five hours: ALTER DISKGROUP dga OFFLINE DISKS IN FAILGROUP f2 DROP AFTER 5H; Which statement is true in this scenario?()
第5题:
You are managing an Oracle 11g database with ASM storage, for which the COMPATIBLE initialization parameter is set to 11.1.0. In the ASM instance, the COMPATIBLE.RDBMS attribute for the disk group is set to 10.2 and the COMPATIBLE.ASM attribute is set to 11.1. Which two statements are true in this scenario for the features enabled for ASM? ()
第6题:
When analyzing disk I/O performance, which of the following metrics and/or statistics should be included in the study?()
第7题:
Which of the following is a benefit of ASM fast disk resync?()
第8题:
A. The metadata used to track extents in SGA is reduced.
B. Rebalance operations are completed faster than with a fixed extent size
C. An ASM Instance automatically allocates an appropriate extent size.
D. Resync operations are completed faster when a disk comes online after being taken offline.
E. Performance improves in a stretch cluster configuration by reading from a local copy of an extent.
第9题:
What are the advantages of variable extent size support for large ASM files?()
第10题:
The ORACLE_SID environment variable is set to +ASM. ASMLIB is not used in the configuration. You executed the following command to startup the Automatic Storage Management (ASM) instance. SQL> STARTUP; Which two activities are performed during a successful start up operation? ()(Choose two.)