Get a partition

get

/database/objects/partitions/{table_owner},{table_name},{partition_name}

Returns the specified partition information from DBA_TAB_PARTITIONS or ALL_TAB_PARTITIONS view depending on role at runtime. A client requires SQL Administrator or SQL Developer role to invoke this service.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Information for the specified partition.
Body ()
Root Schema : DatabaseObjectsPartitionsItem
Type: object
This object represents partition-level partitioning information, partition storage parameters, and partition statistics generated by the DBMS_STATS package for a partition in the database. The list of attributes may vary depending on database version.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top