When can Hash Cluster used ?
Answer / orawhiz
Hash clusters are better choice when a table is often
queried with equality queries. For such queries the
specified cluster key value is hashed. The resulting hash
key value points directly to the area on disk that stores
the specified rows
| Is This Answer Correct ? | 1 Yes | 0 No |
How to change user password in oracle?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
i have executed the Delete command after the I have created table whether deletions will be commit or not? if table is successfully created?
How can I combine multiple rows into a comma-delimited list in oracle?
Explain database link?
Shall I get Pro*C Compiler in Oracle-10g release ?
how may join possible between (requisition with purchase order)
State the various uses of dbcc command?
cursor attributes are %isopen ,%notfound,%found,%rowcount but is any attributes there other than these? please tell me asap ..
How to set up autotrace for a user account?
How to create a new user account in oracle?
How to create a table index?