MCQs > IT & Programming > Oracle MCQs > Managing Hash Clusters MCQs

Managing Hash Clusters MCQ

In which of these situations hashing is not advantageous?

Answer

Correct Answer: All

Note: This Question is unanswered, help us to find answer for this one

Even if you decide to use hashing; a table cannot still separate indexes on any columns, including the cluster key?

Answer

Correct Answer: False

Note: This Question is unanswered, help us to find answer for this one

Single-table hash cluster, provides fast access to rows in a table and this table must be the only table in the hash cluster. Essentially, there must be which mapping between hash keys and data rows?

Answer

Correct Answer: One-to-one mapping

Note: This Question is unanswered, help us to find answer for this one

For maximum distribution of rows in a hash cluster, the database rounds the HASHKEYS value up to the nearest?

Answer

Correct Answer: Prime Number

Note: This Question is unanswered, help us to find answer for this one

A hash cluster is created using a DROP CLUSTER statement, but you specify a HASHKEYS clause?

Answer

Correct Answer: False

Note: This Question is unanswered, help us to find answer for this one

A hash cluster provides an alternative to a non-clustered table with an?

Answer

Correct Answer: Index And Index Cluster

Note: This Question is unanswered, help us to find answer for this one

You are using flat files as the data source for one of your data warehousing applications. You plan to move the data from the flat file structures to an Oracle database to optimize the application performance. In your database you have clustered tables. While migrating the data, you want to have minimal impact on the database performance and optimize the data load operation. Which method would you use to load data into Oracle database?

Answer

Correct Answer: Use the conventional path data load of SQL*Loader utility

Note: This Question is unanswered, help us to find answer for this one

SORT_AREA SIZE and HASH_AREA_SIZE parameters are ignored in some of the user sessions. What could be the reason?

Answer

Correct Answer: The sessions are running in the Automatic Shared Memory Management mode

Note: This Question is unanswered, help us to find answer for this one

When estimating the size of cluster indexes remember that the index is on each cluster key, not the actual rows. Therefore, each key appears only once in the index?

Answer

Correct Answer: True

Note: This Question is unanswered, help us to find answer for this one

The Implications of dropping hash clusters and tables in hash clusters are not same as those for dropping index clusters?

Answer

Correct Answer: False

Note: This Question is unanswered, help us to find answer for this one