Get a list of the DBCA jobs created through ORDS Database API in the default Oracle Home
get
/ords/_/db-api/stable/environment/dbca/jobs/
Returns a description of all DBCA jobs created through ORDS Database API in the default Oracle Home. This Oracle Home is specified by $ORACLE_HOME environment variable and 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 TopResponse
Supported Media Types
- application/json
200 Response
Description of all DBCA jobs created in the default Oracle Home.
Root Schema : EnvironmentDbcaJobs
Type:
Show Source
object
-
count(optional):
integer
Total number of records in the current response.
-
hasMore(optional):
boolean
Indicates if there are more records to be retrieved.
-
items(optional):
array items
-
limit(optional):
integer
The actual page size limit on number of records applied by the server.
-
links(optional):
array links
-
offset(optional):
integer
The actual index from which the item resources are returned.
Nested Schema : items
Type:
Show Source
array
-
Array of:
object EnvironmentDbcaJobsItem
Describes a Database Configuration Assistant job.
Nested Schema : EnvironmentDbcaJobsItem
Type:
object
Describes a Database Configuration Assistant job.
Show Source
-
dbca_log(optional):
array dbca_log
The output from the DBCA process as it executes.
-
description(optional):
string
DBCA job description.
-
finished(optional):
string
Timestamp for when the DBCA job request finished.
-
job_id(optional):
string
Unique identifier for the DBCA job in the Oracle Home.
-
job_request(optional):
object job_request
Describes the DBCA job request.
-
links(optional):
array links
-
status(optional):
string
DBCA job status.
-
submitted(optional):
string
Timestamp for when the DBCA job request was submitted.
Nested Schema : job_request
Type:
object
Describes the DBCA job request.
Show Source
-
container_configuration(optional):
object container_configuration
This object represents container configuration details for a CDB.
-
database_system_identifier(optional):
string
The database identifier.
-
global_database_name(optional):
string
Global database name.
-
operation(optional):
string
The DBCA operation to be performed: CREATE or DELETE.
-
response_file(optional):
string
Path for response file for DBCA to use when creating a database.
-
template_name(optional):
string
Path for the database template for DBCA to use when creating a database.
-
total_memory(optional):
string
Total memory parameter to provide to DBCA when creating a database.
-
username(optional):
string
The sysdba username for DBCA to use when deleting a database.
Nested Schema : container_configuration
Type:
object
This object represents container configuration details for a CDB.
Show Source
-
number_of_pdbs(optional):
string
Number of PDBs to create.
-
pdb_name(optional):
string
Base name of each PDB. A number is appended to each name if number_of_pdbs is greater than 1.