Answer Posted / orawhiz
Each Non-clustered table has a data segment. All of the table's
data is stored in the extents of its data segment. Each
cluster has a data segment. The data of every table in the
cluster is stored in the cluster's data segment.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the limitations of check constraint?
What is meant by a deadlock situation?
Will you be able to store pictures in the database?explain.
Can we create trigger on materialized view in oracle?
What is the usage of merge statement?
What is an oracle function?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
Explain about functional dependency and its relation with table design?
How does the on-delete-cascade statement work?
How to update values on multiple rows in oracle?
what are archived logs?
What is a snapshot in oracle database?
IS it possible to built the oracle database without setting the kernal parameters?
What privilege is needed for a user to insert rows to tables in another schema?
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?