What is a Data Segment ?
Answers were Sorted based on User's Feedback
Answer / narendra
Data Segment is a collection of extents used to store the data of a table and the table can be a non-clustered table, a clustered table, or a partitioned table, so we can also call Data Segment as Table Segment.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / nishi
Data segment are the physical areas within a database block in which the data associated with tables and clusters are stored.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Explain what are the advantages of views?
cursor attributes are %isopen ,%notfound,%found,%rowcount but is any attributes there other than these? please tell me asap ..
How to assign data of the deleted row to variables?
what is Single Byte Overhead...?
Which Functions Using Integer ==> String's i.e 2 ==> Two... Like that string's ==> integer values ? It is Possible ?
how to truncate date and get only time part 9:20:00
1. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.
Can we commit inside a function in oracle?
How to retrieve 5th highest sal from emp table?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
What is a database schema in oracle?
How does Oracle guarantee data integrity of data changes?