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 |
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
how do u setup a replication site?
What is the difference between a hot backup and a cold backup in oracle?
How to enter a new row into a table interactively?
What is a Temporary Segment ?
how to retrieve 1st and last row of table without using group functions??
What are the different type of Segments ?
How to divide query output into groups in oracle?
What is the max number of columns in an oracle table?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
How do we get field detail of a table?
What is the difference between column level constraints and table level constraints?
14 Answers IBM, TCS,