Get a specific tablespace

get

/database/tablespaces/{tablespace_name}

Describes a specific tablespace in the database using DBA_TABLESPACES or USER_TABLESPACES view depending on role at runtime. A client requires SQL Administrator or SQL Developer role to invoke this service.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

All tablespaces in the database.
Body ()
Root Schema : DatabaseTablespacesItem
Type: object
Describes a tablespace in the database.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top