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
headers
Response headers as JSON data in a JSON object
status_code
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
Response body of create_appliance_export_job
headers
Response headers as JSON data in a JSON object
status_code
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
headers
Response headers as JSON data in a JSON object
status_code
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
Response body of get_appliance_export_job
headers
Response headers as JSON data in a JSON object
status_code
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
Response body of list_appliance_export_jobs
headers
Response headers as JSON data in a JSON object
status_code
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;