doc-exports/docs/dws/dev/dws_04_0676.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-01-19 13:37:49 +00:00

5.2 KiB

DBA_TAB_PARTITIONS

DBA_TAB_PARTITIONS displays information about all partitions in the database.

Table 1 DBA_TAB_PARTITIONS columns

Name

Type

Description

table_owner

character varying(64)

Owner of the table that contains the partition

schema

character varying(64)

Schema of the partitioned table

table_name

character varying(64)

Table name

partition_name

character varying(64)

Name of the partition

high_value

text

Upper boundary of the range partition and interval partition

tablespace_name

name

Name of the tablespace that contains the partition