1. In a(n) ____ cluster, every server in the cluster performs useful work.
Answer
Correct Answer:
Symmetric server
Note: This Question is unanswered, help us to find answer for this one
2. When creating a hash cluster, it is important to choose the cluster key correctly and set which of these parameters so that performance and space use are optimal?
Answer
Correct Answer:
All
Note: This Question is unanswered, help us to find answer for this one
3. Disk I/O is reduced and access time improves for joins of clustered tables?
Answer
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
4. To create a cluster in another user's schema you must have which SYSTEM privilege?
Answer
Correct Answer:
CREATE ANY CLUSTER
Note: This Question is unanswered, help us to find answer for this one
5. 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
6. Which view describes all clusters in the database?
Answer
Correct Answer:
DBA_CLUSTERS
Note: This Question is unanswered, help us to find answer for this one
7. You can alter an existing cluster to change which of the following settings?
Answer
Correct Answer:
Physical attributes (INITRANS and storage characteristics)
Note: This Question is unanswered, help us to find answer for this one
8. You can create any cluster and associated cluster index in any tablespace that is?
Answer
Correct Answer:
ONLINE
Note: This Question is unanswered, help us to find answer for this one
9. You can drop HASH cluster using which command from the following?
Answer
Correct Answer:
DROP CLUSTER
Note: This Question is unanswered, help us to find answer for this one
10. You Choose Appropriate Tables for the Cluster for which the following conditions are true?
Answer
Correct Answer:
The tables are primarily queried--that is, tables that are not predominantly inserted into or updated And Records from the tables are frequently queried together or joined
Note: This Question is unanswered, help us to find answer for this one
11. To create a cluster index, one of the following conditions must be true?
Answer
Correct Answer:
Your schema contains the cluster And You have the CREATE ANY INDEX system privilege
Note: This Question is unanswered, help us to find answer for this one