Get a specific object

get

/database/objects/{owner},{object_name},{object_type}

Returns the corresponding record from DBA_OBJECTS or ALL_OBJECTS view depending on the 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

Information on a specific object.
Body ()
Root Schema : DatabaseObjectsItem
Type: object
A description of an object in the database.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top