Get an argument

get

/database/objects/arguments/{object_id},{subprogram_id},{argument_name}

Returns the specified argument information from DBA_ARGUMENTS or ALL_ARGUMENTS view depending on role at runtime. A client requires SQL Administrator or SQL Developer role to invoke this service.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Information for the specified argument.
Body ()
Root Schema : DatabaseArgumentsItem
Type: object
This object represents arguments of the functions and procedures that are available 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