DBA_PART_TABLES
- DBA_PART_TABLES视图提供所有用户的数据库中的分区表信息。
列名 | 类型 | 描述 |
owner | text | 分区表的所有者 |
schema_name | text | 分区表所在的模式名称 |
table_name | text | 表名称 |
partitioning_type | text | 分区方法的类型 |
subpartitioning_type | charactervarying | 复合分区方法的类型 |
partition_count | bigint | 分区的总数 |
def_subpartition_count | integer | 对于复合分区的默认分区数 |
partitioning_key_count | smallint | 分区键值总数 |
subpartitioning_key_count | smallint | 复合分区键值总数 |
status | charactervarying(8) | 该分区状态 |
def_tablespace_name | charactervarying(30) | 添加分区默认的所在表空间 |
def_pct_free | numeric | 添加分区时pctfree 默认值 |
def_pct_used | numeric | 添加分区时Pctused默认值 |
def_ini_trans | numeric | 添加分区时Initrans默认值 |
def_max_trans | numeric | 添加分区Maxtrans最大值 |
def_initial_extent | charactervarying(40) | 添加分区时默认extent大小 |
def_next_extent | charactervarying(40) | 添加分区时默认下一个extent大小 |
def_min_extents | charactervarying(40) | 添加分区默认minextent数量 |
def_max_extents | charactervarying(40) | 添加分区默认maxextents数量 |
def_pct_increase | charactervarying(40) | 添加分区默认pctincrease值 |
def_freelists | numeric | 添加分区默认freelists值 |
def_freelist_groups | numeric | 添加分区默认freelist groups值 |
def_logging | charactervarying(7) | 添加分区默认是否记录日志 |
def_compression | charactervarying(8) | 添加分区时是否默认压缩 |
def_buffer_pool | charactervarying(7) | 添加分区使用的默认buffer pool大小 |
ref_ptn_constraint_name | charactervarying(30) | 引用分区表的约束名称 |
interval | charactervarying(1000) | 间隔值默认字符串 |