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 |
What are the ansi data types supported in oracle?
What is an oracle database table?
How to define an anonymous procedure with variables?
What is set verify off in oracle?
what is the difference between authorization and authentication?
What is blob datatype?
what is unique key?
14 Answers Amazon, Cap Gemini, Infosys, Wipro,
What is transport network substrate (tns) in oracle?
Why use resource manager in Oracle?
What is the effect of setting the value of OPTIMIZER_MODE to 'RULE' ?
When do you get a .pll extension in oracle?
Explain a data segment?