Oracle Exadata Administration
Questions covering Oracle Exadata Cell offloading, Smart Flash Cache, ASM disk management, and related database administration topics
Questions
CELL_OFFLOAD_ PLAN_DISPLAY parameter can be changed at system or session level
- True
- False
The valid values of CELL_OFFLOAD_ PLAN_DISPLAY are
- True and False
- b. AUTO, ALWAYS and NEVER with default as AUTO
- Yes and No
- b. AUTO, ALWAYS and NEVER with default as NEVER
- None of the above
Which of the following statement(s) is (are) true?
- a. CELL_PARTITION_LARGE_EXTENTS initialization parameter can be used to set the INITIAL storage parameter to a preferred value for all segments in a partitioned object
- b. This parameter is relevant only to LMT with AUTOALLOCATE option
- c. This parameter is relevant only to LMT with UNIFORM option
- d. This parameter does not impact non-partitioned object and has valid values as TRUE, ALWAYS and DEFAULT
For heavily partitioned tables, do not use SQL*Loader to load data. Instead put the data in a flat file and use parallel INSERT direct load from the flat file using the external table features of database.
- True
- False
disk_repair_time parameter is used to do following
- a. Specifies the repair time in hours for any failed disk
- b. The amount of time a disk can remain offline before it is dropped by Oracle ASM
- c. The amount of time a disk will remain on-line if there is any fault
- None of the above
- The disk_repair_time attribute does not change the repair time for disks currently offline
- True
- False
Which of the following statement(s) is (are) true?
- a. The CELL_FLASH_CACHE storage clause attribute allows the override of the automatic caching policy, when the compatible parameter is greater than or equal to 11.2.0.0
- b. The CELL_FLASH_CACHE storage clause attribute can be used to specify how specific database objects are cached in Exadata Smart Flash Cache
- c. It can have values NONE, DEFAULT and KEEP
- None of the above
If you want to change the disk repair time value for the disk that is offline, you should use command “ALTER DISKGROUP data OFFLINE DISK data_CD_06_cell11 DROP AFTER 20h”
- True
- False
Predicate evaluation is not offloaded to Exadata Cell in the following cases:
- The CELL_OFFLOAD_PROCESSING parameter is set to FALSE.
- The CELL_OFFLOAD_PROCESSING parameter is set to TRUE
- The table or partition being scanned is small.
- The optimizer does not use direct path read.
Predicate evaluation is not offloaded to Exadata Cell in the following cases:
- The CELL_OFFLOAD_PROCESSING parameter is set to FALSE.
- The optimizer uses direct path read.
- A scan is performed on a clustered table.
- A scan is performed on an index-organized table.
- A fast full scan is performed on compressed indexes.
Predicate evaluation is not offloaded to Exadata Cell in the following cases:
- A fast full scan is performed on reverse key indexes.
- The table has row dependencies enabled or the rowscn is being fetched.
- The optimizer wants the scan to return rows in ROWID order.
- The command is CREATE INDEX using nosort.
- A LOB or LONG column is being selected or queried.
Predicate evaluation is not offloaded to Exadata Cell in the following cases
- A scan is performed on a flashback table.
- A query that has more than 255 columns referenced
- A query that has more than 255 columns referenced and HCC compressed
- The tablespace is encrypted, and the CELL_OFFLOAD_DECRYPTION parameter is set to false
- The tablespace is encrypted, and the CELL_OFFLOAD_DECRYPTION parameter is set to true
Predicate evaluation is not offloaded to Exadata Cell in the following cases
- A scan is performed on a flashback table.
- A query that has more than 255 columns referenced
- A query that has more than 255 columns referenced and HCC compressed
- The tablespace is encrypted, and the CELL_OFFLOAD_DECRYPTION parameter is set to false
- The tablespace is encrypted, and the CELL_OFFLOAD_DECRYPTION parameter is set to true
Predicate evaluation is not offloaded to Exadata Cell in the following cases:
- The predicate evaluation is on a virtual column.
- The tablespace is not completely stored on Exadata Cell.
- A scan is performed on a flashback table.
- The command is CREATE INDEX using nosort.
When the disk repair time value is increased, the vulnerability of a double failure is increased
- True
- False
In order to know which SQL operator or function can be referenced in predicate without violating the Exadata Cell offload, you can query OFFLOADABLE column of V$SQLFN_METADATA view. The value “NO” indicates offloading is allowed.
- True
- False
Which of the following can be a valid column name?
- Column
- 1966_Invoices
- Catch_#22
- #Invoices
Which command will delete all data from a table and will not write to the rollback segment?
- Drop
- Delete
- Cascade
- Truncate
What types of indexes are supported by SQL Server 2005?
- Clustered and non clustered
- Unique
- XML index
- All the Above