oceanbase.DBA_OB_EXTERNAL_TABLE_FILES

2023-12-25 08:49:41  Updated

Purpose

The oceanbase.DBA_OB_EXTERNAL_TABLE_FILES view displays the file lists of all external tables created in the current tenant.

Note

This view is introduced since OceanBase Database V4.2.0.

Columns

Column Type Nullable? Description
TABLE_NAME varchar(256) NO The name of the external table.
TABLE_SCHEMA varchar(128) NO The name of the database where the external table resides.
PARTITION_NAME varchar(2) NO The partition name of the external table.
FILE_URL varbinary(16384) NO The access URL of external files of the external table.
FILE_SIZE bigint(20) NO The size of the external file.

Contact Us