Get a specified DBCA jobs created through ORDS Database API in the specified Oracle Home
get
/ords/_/db-api/stable/environment/homes/{homeName}/dbca/jobs/{jobId}/
Returns a description of the DBCA job created through ORDS Database API in the specified Oracle Home. 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
Path Parameters
-
homeName: string
Name of the Oracle Home.
-
jobId: string
Identifier of the DBCA job.
Response
Supported Media Types
- application/json
200 Response
Description of the specified DBCA job created in the Oracle Home.
Root 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.