Get a specific database defined in a specific Oracle Home
get
/ords/_/db-api/stable/environment/homes/{homeName}/databases/{databaseName}
Returns a description of the database specified in the Oracle Home. The Oracle Home is on the same host as the Oracle REST Data Services server instance. A client requires System Administrator role to invoke this service.
Request
Path Parameters
-
databaseName: string
Name of the database.
-
homeName: string
Name of the Oracle Home.
Response
Supported Media Types
- application/json
200 Response
Description of a database defined in the Oracle Home.
Root Schema : EnvironmentDatabasesItem
Type:
object
A database has a unique name within the context of the Oracle home it belongs to.
Show Source
-
links(optional):
array links
-
name(optional):
string
The name of the database.
-
type(optional):
string
The type of database. Either CDB or NON_CDB