What is Hash Cluster ?
Answers were Sorted based on User's Feedback
Answer / orawhiz
A row is stored in a hash cluster based on the result of
applying a hash function to the row's cluster key value. All
rows with the same hash key value are stores together on disk.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / raja
as well as partitions
partiotions:a large table divided into more manageble
pieces each pieces is called partition.
without no logic automatic stored ttaht is called hash
partitions
| Is This Answer Correct ? | 0 Yes | 0 No |
i have executed the Delete command after the I have created table whether deletions will be commit or not? if table is successfully created?
Can we convert a date to char in oracle and if so, what would be the syntax?
How are Indexes Update ?
How can you merge two tables in oracle?
i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.
What is Oracle table?
How translate command is different from replace?
how to insert data into partitioned table partition done by Range partition
What is the oracle implicit cursor?
What are ACID properties in databases?
what is the difference between authorization and authentication?
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.