Get all database components

get

/database/components/

Returns information about the components loaded into the database from DBA_REGISTRY view. A client requires SQL Administrator role to invoke this service.

Request

Query Parameters
  • The maximum number of records to return.
  • Filtering is the process of limiting a collection resource by using a per-request dynamic filter definition across multiple page resources, where each page contains a subset of items found in the complete collection. Filtering enables efficient traversal of large collections.
Back to Top

Response

Supported Media Types

200 Response

All database components loaded into the database.
Body ()
Root Schema : DatabaseComponents
Type: object
DBA_REGISTRY displays information about all components in the database that are loaded into the component registry. The component registry tracks components that can be separately loaded into the Oracle Database. When a SQL script loads the PL/SQL packages and other database objects for a component into the database, the script records the component name, status, and version. If scripts are used to upgrade/downgrade the dictionary elements for the component, then those scripts also record status and version information.
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : DatabaseComponentsItem
Type: object
A component registered in the database.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top