1. In which of these situations hashing is not advantageous?
2. Even if you decide to use hashing; a table cannot still separate indexes on any columns, including the cluster key?
3. 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?
4. For maximum distribution of rows in a hash cluster, the database rounds the HASHKEYS value up to the nearest?
5. A hash cluster is created using a DROP CLUSTER statement, but you specify a HASHKEYS clause?
6. A hash cluster provides an alternative to a non-clustered table with an?
7. 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?
8. SORT_AREA SIZE and HASH_AREA_SIZE parameters are ignored in some of the user sessions. What could be the reason?
9. 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?
10. The Implications of dropping hash clusters and tables in hash clusters are not same as those for dropping index clusters?