What is a Data Segment ?

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.

Showing Answers 1 - 12 of 12 Answers

GUEST

  • May 8th, 2013
 

The level of logical database storage above an extent is called a segment. A segment is a set of extents, each of which has been allocated for a specific data structure and all of which are stored in the same tablespace. For example, each tables data is stored in its own data segment, while each index data is stored in its own index segment. If the table or index is partitioned, each partition is stored in its own segment.

  Was this answer useful?  Yes

pradeep

  • May 5th, 2015
 

A data segment is a set of extents allocated to a certain logical structures

  Was this answer useful?  Yes

Harshad Khuspe

  • Dec 27th, 2015
 

Tablespace is made up of Segment. Segment is made up of extents and extents are made up of contiguous oracle blocks. Segments are nothing but a table. i.e. Table Emp is nothing but segment emp. You can check things from data dictionary view DBA_Segments.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions