Get a tablespace segment

get

/database/storage/tablespaces/{tablespace_name}/segments/{segment_name}

Returns data from DBA_SEGMENTS for a specific tablespace and segment. A client requires SQL Administrator role to invoke this service.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

A specific record from DBA_SEGMENTS for the tablespace and segment name.
Body ()
Root Schema : DatabaseTablespaceSegmentsItem
Type: object
Describes the storage allocated for a segments in the database.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top