For which type of query is the SQL result cache automatically disabled?
A. Queries that access data which changes frequently
B. Queries that return large amounts of data
C. Queries that use SQL functions such as SYSDATE
D. Queries that are used infrequently
How many Exadata Storage Server cells can be used in a grid?
A. 7
B. 14
C. 128
D. No practical limit
Which best describes Oracle's OLAP Option for Oracle Database 11g Release 2?
A. Is stored as relational tables and is considered a ROLAP solution
B. Uses bitmap indexes
C. Physically stores OLAP cubes as objects within the relational database
D. Is available both within the Oracle Database and as a stand-alone solution
You want to enable result set caching to quickly see if this feature will help the performance of your application. Which is the quickest way to make this determination?
A. Set RESULT_CACHE_MODE = FORCE in the initialization file.
B. Set RESULT_CACHE = ENABLED in the initialization file.
C. Set RESULT_CACHE_MAX_SIZE = 0.
D. Set RESULT_CACHE = ENABLED in the initialization file and use a RESULT_CACHE hint in queries.
Which is NOT an advantage provided by partitioning?
A. Reduces storage requirements for tables
B. Can add to the benefits of parallelism through parallel partition-wise joins
C. Can improve performance by reducing I/O
D. Provides added flexibility for maintenance operations
Which condition can cause a change in the contents of the SQL Result Set Cache?
A. SQL result sets age out of the Result Set Cache based on the KEEP parameter.
B. SQL result sets are invalidated in the Result Set Cache after DML is performed against any of tables in the SQL query.
C. SQL result sets are pinned in the Result Set Cache with the KEEP parameter.
D. None of these would cause a change.
Identify the indexing technique you would use to minimize partition maintenance.
A. Local indexes
B. Global partitioned indexes
C. Global nonpartitioned indexes
D. Both global partitioned and global nonpartitioned indexes
Which Oracle option might be used to encrypt sensitive data in an Oracle data warehouse?
A. Active Data Guard
B. Total Recall
C. Advanced Security Option
D. Virtual Private Database
How can you use Oracle Data Mining with Oracle Warehouse builder?
A. To identify records to extract
B. As a standard transform operation
C. To increase write performance
D. To eliminate ETL logging
Your customer wants to use Database Resource Manager to help ensure consistent performance based on users and operations. In designing this implementation, which limitation CANNOT be imposed through Database Resource Manager?
A. Specifying the maximum number of concurrent operations for a resource group
B. Limiting resource consumption for a resource group
C. Specifying the amount of parallelism for a resource group
D. Limiting access to particular data for a resource group