DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_ABORT_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the abort_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_abort_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of abort_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_ADD_MIGRATION_OBJECTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the add_migration_objects request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_add_migration_objects_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_DMG_DATABASE_MIGRATION_CHANGE_AGENT_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_agent_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_change_agent_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_DMG_DATABASE_MIGRATION_CHANGE_CONNECTION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_connection_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_change_connection_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_DMG_DATABASE_MIGRATION_CHANGE_MIGRATION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_migration_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_change_migration_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_DMG_DATABASE_MIGRATION_CLONE_MIGRATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the clone_migration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_clone_migration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_migration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of clone_migration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_CONNECTION_DIAGNOSTICS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the connection_diagnostics request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_connection_diagnostics_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_diagnostics_result_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of connection_diagnostics
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_CREATE_CONNECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_connection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_create_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_connection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_connection
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_CREATE_MIGRATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_migration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_create_migration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_migration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_migration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_DELETE_AGENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_agent request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_delete_agent_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_DMG_DATABASE_MIGRATION_DELETE_CONNECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_connection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_delete_connection_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_DMG_DATABASE_MIGRATION_DELETE_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_delete_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_DMG_DATABASE_MIGRATION_DELETE_MIGRATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_migration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_delete_migration_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_DMG_DATABASE_MIGRATION_EVALUATE_MIGRATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the evaluate_migration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_evaluate_migration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of evaluate_migration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_GET_ADVISOR_REPORT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_advisor_report request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_get_advisor_report_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_advisor_report_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_advisor_report
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_GET_AGENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_agent request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_get_agent_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_agent_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_agent
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_GET_CONNECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_connection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_get_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_connection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_connection
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_GET_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_get_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_GET_JOB_OUTPUT_CONTENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_job_output_content request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_get_job_output_content_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body blob,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_job_output_content
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_GET_MIGRATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_migration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_get_migration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_migration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_migration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_GET_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_work_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_work_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_LIST_AGENT_IMAGES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_agent_images request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_list_agent_images_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_agent_image_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_agent_images
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_LIST_AGENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_agents request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_list_agents_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_agent_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_agents
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_LIST_CONNECTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_connections request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_list_connections_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_connection_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_connections
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_LIST_EXCLUDED_OBJECTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_excluded_objects request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_list_excluded_objects_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_excluded_object_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_excluded_objects
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_LIST_JOB_OUTPUTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_job_outputs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_list_job_outputs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_job_output_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_job_outputs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_LIST_JOBS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_jobs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_list_jobs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_job_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_jobs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_LIST_MIGRATION_OBJECT_TYPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_migration_object_types request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_list_migration_object_types_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_migration_object_type_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_migration_object_types
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_LIST_MIGRATION_OBJECTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_migration_objects request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_list_migration_objects_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_migration_object_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_migration_objects
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_LIST_MIGRATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_migrations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_list_migrations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_migration_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_migrations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_errors request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_work_request_error_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_errors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_work_request_log_entry_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_LIST_WORK_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_work_request_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_REMOVE_MIGRATION_OBJECTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the remove_migration_objects request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_remove_migration_objects_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_DMG_DATABASE_MIGRATION_RESUME_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the resume_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_resume_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of resume_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_RETRIEVE_SUPPORTED_PHASES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the retrieve_supported_phases request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_retrieve_supported_phases_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_migration_phase_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of retrieve_supported_phases
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_START_MIGRATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the start_migration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_start_migration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of start_migration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_UPDATE_AGENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_agent request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_update_agent_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_agent_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_agent
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_UPDATE_CONNECTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_connection request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_update_connection_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_DMG_DATABASE_MIGRATION_UPDATE_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_update_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_database_migration_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_DMG_DATABASE_MIGRATION_UPDATE_MIGRATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_migration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dmg_database_migration_update_migration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;