Oracle_Data_Storage_Type (Integer property)

Specifies how table or materialized view data is stored by the Oracle RDBMS. The Oracle RDBMS stores data logically in the form of tablespaces and physically in the form of data files. Tablespaces can contain various types of memory segments. For example, data segments, index segments etc. Segments in turn comprise one or more extents. Extents comprise groups of contiguous data blocks. Data blocks form the basic units of data storage. At the physical level, data files comprise one or more data blocks, where the block size can vary between data files.

Tagged Values

Name Value
Data_TypeInteger
Long_Id{E7AB3CC0-47AD-4A10-8972-C0FB869EE7CB}+40202be7
tag_DBMS_Brands_And_VersionsOracle 8.1+
tag_Display_Name_ResourceData Storage Type
tag_Enum_Values{0|Regular|Regular}{1|Organized|Organized}{2|Cluster|Cluster}
tag_Has_Enum_Valuestrue
tag_Is_Physicaltrue

Valid values

ValueClass NameDisplay Name
0RegularRegular
1OrganizedOrganized
2ClusterCluster