Indentify the true statement about REF partitions.
A. REF partitions have no impact on partition-wise joins.
B. Changes to partitioning in the parent table are automatically reflected in the child table.
C. Changes in the data in a parent table are reflected in a child table.
D. REF partitions can save storage space in the parent table.
How many Exadata Storage Server cells can be used in a grid?
A. 7
B. 14
C. 128
D. No practical limit
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 feature would enable higher availability during maintenance operations while also improving query response performance?
A. Partitioning
B. Materialized views
C. Bitmap Indexing
D. OLAP
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
One goal of your Information Lifecycle Management strategy using Oracle's ILM capabilities is to reduce cost or online storage. Identify two database options that would help in enabling such a strategy.
A. RAC and Advanced Compression
B. RAC and Partitioning
C. Partitioning and Advanced Compression
D. RAC One and Advanced Compression
What is the estimated maximum speed of data loads for a Quarter Rack with the Exadata Storage Server?
A. 1 TB/hr
B. 2 TB/hr
C. 4 TB/hr
D. 5 TB/hr
E. It depends on the number of CPUs in the server.
Identify the true statement about adaptive parallelism.
A. It Is turned on by default.
B. It is turned off by default.
C. You should always leave the default setting
D. There is no such thing.
Which two statements are true about the advantages of using a data warehouse?
A. A data warehouse uses fewer database structures, so access to answers is faster and easier
B. A data warehouse is typically implemented with a different design, making access faster.
C. A data warehouse is optimized for ongoing write activity, making response faster.
D. A data warehouse uses specialized features of the Oracle database, like materialized views and star transformations, making response faster.