Get a list of the databases defined in the default Oracle Home

get

/environment/databases/

Returns a description of all databases specified in the Oracle Home specified by $ORACLE_HOME environment variable. This Oracle Home is expected to be on the same host as the Oracle REST Data Services server instance. A client requires System Administrator role to invoke this service.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Description of all databases defined in the default Oracle Home.
Body ()
Root Schema : EnvironmentDatabases
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : EnvironmentDatabasesItem
Type: object
A database has a unique name within the context of the Oracle home it belongs to.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top