Oracle Exadata Administration

Questions covering Oracle Exadata Cell offloading, Smart Flash Cache, ASM disk management, and related database administration topics

19 Questions Published

Questions

Question 1 True/False

CELL_OFFLOAD_ PLAN_DISPLAY parameter can be changed at system or session level

  1. True
  2. False
Question 2 Multiple Choice (Single Answer)

The valid values of CELL_OFFLOAD_ PLAN_DISPLAY are

  1. True and False
  2. b. AUTO, ALWAYS and NEVER with default as AUTO
  3. Yes and No
  4. b. AUTO, ALWAYS and NEVER with default as NEVER
  5. None of the above
Question 3 Multiple Choice (Multiple Answers)

Which of the following statement(s) is (are) true?

  1. 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
  2. b. This parameter is relevant only to LMT with AUTOALLOCATE option
  3. c. This parameter is relevant only to LMT with UNIFORM option
  4. d. This parameter does not impact non-partitioned object and has valid values as TRUE, ALWAYS and DEFAULT
Question 4 True/False

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.

  1. True
  2. False
Question 5 Multiple Choice (Multiple Answers)

disk_repair_time parameter is used to do following

  1. a. Specifies the repair time in hours for any failed disk
  2. b. The amount of time a disk can remain offline before it is dropped by Oracle ASM
  3. c. The amount of time a disk will remain on-line if there is any fault
  4. None of the above
Question 6 True/False
  1. The disk_repair_time attribute does not change the repair time for disks currently offline
  1. True
  2. False
Question 7 Multiple Choice (Multiple Answers)

Which of the following statement(s) is (are) true?

  1. 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
  2. b. The CELL_FLASH_CACHE storage clause attribute can be used to specify how specific database objects are cached in Exadata Smart Flash Cache
  3. c. It can have values NONE, DEFAULT and KEEP
  4. None of the above
Question 8 True/False

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”

  1. True
  2. False
Question 9 Multiple Choice (Multiple Answers)

Predicate evaluation is not offloaded to Exadata Cell in the following cases:

  1. The CELL_OFFLOAD_PROCESSING parameter is set to FALSE.
  2. The CELL_OFFLOAD_PROCESSING parameter is set to TRUE
  3. The table or partition being scanned is small.
  4. The optimizer does not use direct path read.
Question 10 Multiple Choice (Multiple Answers)

Predicate evaluation is not offloaded to Exadata Cell in the following cases:

  1. The CELL_OFFLOAD_PROCESSING parameter is set to FALSE.
  2. The optimizer uses direct path read.
  3. A scan is performed on a clustered table.
  4. A scan is performed on an index-organized table.
  5. A fast full scan is performed on compressed indexes.
Question 11 Multiple Choice (Multiple Answers)

Predicate evaluation is not offloaded to Exadata Cell in the following cases:

  1. A fast full scan is performed on reverse key indexes.
  2. The table has row dependencies enabled or the rowscn is being fetched.
  3. The optimizer wants the scan to return rows in ROWID order.
  4. The command is CREATE INDEX using nosort.
  5. A LOB or LONG column is being selected or queried.
Question 12 Multiple Choice (Multiple Answers)

Predicate evaluation is not offloaded to Exadata Cell in the following cases

  1. A scan is performed on a flashback table.
  2. A query that has more than 255 columns referenced
  3. A query that has more than 255 columns referenced and HCC compressed
  4. The tablespace is encrypted, and the CELL_OFFLOAD_DECRYPTION parameter is set to false
  5. The tablespace is encrypted, and the CELL_OFFLOAD_DECRYPTION parameter is set to true
Question 13 Multiple Choice (Multiple Answers)

Predicate evaluation is not offloaded to Exadata Cell in the following cases

  1. A scan is performed on a flashback table.
  2. A query that has more than 255 columns referenced
  3. A query that has more than 255 columns referenced and HCC compressed
  4. The tablespace is encrypted, and the CELL_OFFLOAD_DECRYPTION parameter is set to false
  5. The tablespace is encrypted, and the CELL_OFFLOAD_DECRYPTION parameter is set to true
Question 14 Multiple Choice (Multiple Answers)

Predicate evaluation is not offloaded to Exadata Cell in the following cases:

  1. The predicate evaluation is on a virtual column.
  2. The tablespace is not completely stored on Exadata Cell.
  3. A scan is performed on a flashback table.
  4. The command is CREATE INDEX using nosort.
Question 15 True/False

When the disk repair time value is increased, the vulnerability of a double failure is increased

  1. True
  2. False
Question 16 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.

  1. True
  2. False
Question 17 Multiple Choice (Single Answer)

Which of the following can be a valid column name?

  1. Column
  2. 1966_Invoices
  3. Catch_#22
  4. #Invoices
Question 18 Multiple Choice (Single Answer)

Which command will delete all data from a table and will not write to the rollback segment?

  1. Drop
  2. Delete
  3. Cascade
  4. Truncate
Question 19 Multiple Choice (Single Answer)

What types of indexes are supported by SQL Server 2005?

  1. Clustered and non clustered
  2. Unique
  3. XML index
  4. All the Above