Get an object type

get

/database/objects/types/{owner},{type_name}

Describes a specific object type in the database. Uses DBA_TYPES or ALL_TYPES 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

Information on a specific object type.
Body ()
Root Schema : DatabaseObjectsTypesItem
Type: object
This object describes an object type in the database.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top