DTS Appliance Export Job Types
DBMS_CLOUD_OCI_DTS_APPLIANCE_EXPORT_JOB_CHANGE_APPLIANCE_EXPORT_JOB_COMPARTMENT_RESPONSE_T Type
Contains the response body, headers and the status code of the change_appliance_export_job_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_appliance_export_job_change_appliance_export_job_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_DTS_APPLIANCE_EXPORT_JOB_CREATE_APPLIANCE_EXPORT_JOB_RESPONSE_T Type
Contains the response body, headers and the status code of the create_appliance_export_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_appliance_export_job_create_appliance_export_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dts_appliance_export_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_DTS_APPLIANCE_EXPORT_JOB_DELETE_APPLIANCE_EXPORT_JOB_RESPONSE_T Type
Contains the response body, headers and the status code of the delete_appliance_export_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_appliance_export_job_delete_appliance_export_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_DTS_APPLIANCE_EXPORT_JOB_GET_APPLIANCE_EXPORT_JOB_RESPONSE_T Type
Contains the response body, headers and the status code of the get_appliance_export_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_appliance_export_job_get_appliance_export_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dts_appliance_export_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_DTS_APPLIANCE_EXPORT_JOB_SUMMARY_TBL Type
Nested table type of dbms_cloud_oci_dts_appliance_export_job_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_appliance_export_job_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_dts_appliance_export_job_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DTS_APPLIANCE_EXPORT_JOB_LIST_APPLIANCE_EXPORT_JOBS_RESPONSE_T Type
Contains the response body, headers and the status code of the list_appliance_export_jobs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_appliance_export_job_list_appliance_export_jobs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dts_appliance_export_job_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_DTS_APPLIANCE_EXPORT_JOB_UPDATE_APPLIANCE_EXPORT_JOB_RESPONSE_T Type
Contains the response body, headers and the status code of the update_appliance_export_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dts_appliance_export_job_update_appliance_export_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_dts_appliance_export_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |