Golden Gate Types

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_CANCEL_DEPLOYMENT_BACKUP_RESPONSE_T Type

Contains the response body, headers and the status code of the cancel_deployment_backup request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_cancel_deployment_backup_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_GG_GOLDEN_GATE_CANCEL_DEPLOYMENT_UPGRADE_RESPONSE_T Type

Contains the response body, headers and the status code of the cancel_deployment_upgrade request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_cancel_deployment_upgrade_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_upgrade_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of cancel_deployment_upgrade

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_CANCEL_SNOOZE_DEPLOYMENT_UPGRADE_RESPONSE_T Type

Contains the response body, headers and the status code of the cancel_snooze_deployment_upgrade request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_cancel_snooze_deployment_upgrade_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_GG_GOLDEN_GATE_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_gg_golden_gate_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_GG_GOLDEN_GATE_CHANGE_DATABASE_REGISTRATION_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_database_registration_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_change_database_registration_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_GG_GOLDEN_GATE_CHANGE_DEPLOYMENT_BACKUP_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_deployment_backup_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_change_deployment_backup_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_GG_GOLDEN_GATE_CHANGE_DEPLOYMENT_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_deployment_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_change_deployment_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_GG_GOLDEN_GATE_COLLECT_DEPLOYMENT_DIAGNOSTIC_RESPONSE_T Type

Contains the response body, headers and the status code of the collect_deployment_diagnostic request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_collect_deployment_diagnostic_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_GG_GOLDEN_GATE_COPY_DEPLOYMENT_BACKUP_RESPONSE_T Type

Contains the response body, headers and the status code of the copy_deployment_backup request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_copy_deployment_backup_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_GG_GOLDEN_GATE_CREATE_CERTIFICATE_RESPONSE_T Type

Contains the response body, headers and the status code of the create_certificate request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_create_certificate_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_GG_GOLDEN_GATE_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_gg_golden_gate_create_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_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_GG_GOLDEN_GATE_CREATE_CONNECTION_ASSIGNMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_connection_assignment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_create_connection_assignment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_connection_assignment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_connection_assignment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_CREATE_DATABASE_REGISTRATION_RESPONSE_T Type

Contains the response body, headers and the status code of the create_database_registration request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_create_database_registration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_database_registration_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_database_registration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_CREATE_DEPLOYMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_deployment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_create_deployment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_deployment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_CREATE_DEPLOYMENT_BACKUP_RESPONSE_T Type

Contains the response body, headers and the status code of the create_deployment_backup request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_create_deployment_backup_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_GG_GOLDEN_GATE_DELETE_CERTIFICATE_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_certificate request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_delete_certificate_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_GG_GOLDEN_GATE_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_gg_golden_gate_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_GG_GOLDEN_GATE_DELETE_CONNECTION_ASSIGNMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_connection_assignment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_delete_connection_assignment_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_GG_GOLDEN_GATE_DELETE_DATABASE_REGISTRATION_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_database_registration request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_delete_database_registration_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_GG_GOLDEN_GATE_DELETE_DEPLOYMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_deployment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_delete_deployment_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_GG_GOLDEN_GATE_DELETE_DEPLOYMENT_BACKUP_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_deployment_backup request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_delete_deployment_backup_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_GG_GOLDEN_GATE_DEPLOYMENT_WALLET_EXISTS_RESPONSE_T Type

Contains the response body, headers and the status code of the deployment_wallet_exists request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_deployment_wallet_exists_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_wallet_exists_response_details_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of deployment_wallet_exists

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_EXPORT_DEPLOYMENT_WALLET_RESPONSE_T Type

Contains the response body, headers and the status code of the export_deployment_wallet request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_export_deployment_wallet_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_GG_GOLDEN_GATE_GET_CERTIFICATE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_certificate request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_get_certificate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_certificate_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_certificate

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_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_gg_golden_gate_get_connection_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_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_GG_GOLDEN_GATE_GET_CONNECTION_ASSIGNMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_connection_assignment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_get_connection_assignment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_connection_assignment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_connection_assignment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_GET_DATABASE_REGISTRATION_RESPONSE_T Type

Contains the response body, headers and the status code of the get_database_registration request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_get_database_registration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_database_registration_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_database_registration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_GET_DEPLOYMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_deployment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_get_deployment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_deployment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_GET_DEPLOYMENT_BACKUP_RESPONSE_T Type

Contains the response body, headers and the status code of the get_deployment_backup request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_get_deployment_backup_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_backup_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_deployment_backup

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_GET_DEPLOYMENT_UPGRADE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_deployment_upgrade request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_get_deployment_upgrade_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_upgrade_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_deployment_upgrade

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_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_gg_golden_gate_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_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_GG_GOLDEN_GATE_IMPORT_DEPLOYMENT_WALLET_RESPONSE_T Type

Contains the response body, headers and the status code of the import_deployment_wallet request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_import_deployment_wallet_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_GG_GOLDEN_GATE_LIST_CERTIFICATES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_certificates request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_list_certificates_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_certificate_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_certificates

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_LIST_CONNECTION_ASSIGNMENTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_connection_assignments request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_list_connection_assignments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_connection_assignment_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_connection_assignments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_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_gg_golden_gate_list_connections_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_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_GG_GOLDEN_GATE_LIST_DATABASE_REGISTRATIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_database_registrations request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_list_database_registrations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_database_registration_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_database_registrations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_LIST_DEPLOYMENT_BACKUPS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_deployment_backups request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_list_deployment_backups_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_backup_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_deployment_backups

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_LIST_DEPLOYMENT_TYPES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_deployment_types request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_list_deployment_types_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_type_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_deployment_types

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_LIST_DEPLOYMENT_UPGRADES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_deployment_upgrades request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_list_deployment_upgrades_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_upgrade_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_deployment_upgrades

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_LIST_DEPLOYMENT_VERSIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_deployment_versions request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_list_deployment_versions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_version_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_deployment_versions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_LIST_DEPLOYMENT_WALLETS_OPERATIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_deployment_wallets_operations request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_list_deployment_wallets_operations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_wallets_operation_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_deployment_wallets_operations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_LIST_DEPLOYMENTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_deployments request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_list_deployments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_deployments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_LIST_MESSAGES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_messages request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_list_messages_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_message_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_messages

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_LIST_TRAIL_FILES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_trail_files request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_list_trail_files_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_trail_file_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_trail_files

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_LIST_TRAIL_SEQUENCES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_trail_sequences request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_list_trail_sequences_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_trail_sequence_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_trail_sequences

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GOLDEN_GATE_WORK_REQUEST_ERROR_TBL Type

Nested table type of dbms_cloud_oci_golden_gate_work_request_error_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_golden_gate_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_golden_gate_work_request_error_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_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_gg_golden_gate_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_work_request_error_tbl,
  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_GOLDEN_GATE_WORK_REQUEST_LOG_ENTRY_TBL Type

Nested table type of dbms_cloud_oci_golden_gate_work_request_log_entry_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_golden_gate_work_request_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_golden_gate_work_request_log_entry_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_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_gg_golden_gate_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_work_request_log_entry_tbl,
  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_GOLDEN_GATE_WORK_REQUEST_TBL Type

Nested table type of dbms_cloud_oci_golden_gate_work_request_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_golden_gate_work_request_tbl FORCE IS TABLE OF (dbms_cloud_oci_golden_gate_work_request_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_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_gg_golden_gate_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_work_request_tbl,
  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_GG_GOLDEN_GATE_RESCHEDULE_DEPLOYMENT_UPGRADE_RESPONSE_T Type

Contains the response body, headers and the status code of the reschedule_deployment_upgrade request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_reschedule_deployment_upgrade_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_upgrade_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of reschedule_deployment_upgrade

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_RESTORE_DEPLOYMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the restore_deployment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_restore_deployment_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_GG_GOLDEN_GATE_ROLLBACK_DEPLOYMENT_UPGRADE_RESPONSE_T Type

Contains the response body, headers and the status code of the rollback_deployment_upgrade request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_rollback_deployment_upgrade_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_GG_GOLDEN_GATE_SNOOZE_DEPLOYMENT_UPGRADE_RESPONSE_T Type

Contains the response body, headers and the status code of the snooze_deployment_upgrade request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_snooze_deployment_upgrade_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_GG_GOLDEN_GATE_START_DEPLOYMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the start_deployment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_start_deployment_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_GG_GOLDEN_GATE_STOP_DEPLOYMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the stop_deployment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_stop_deployment_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_GG_GOLDEN_GATE_TEST_CONNECTION_ASSIGNMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the test_connection_assignment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_test_connection_assignment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_test_connection_assignment_result_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of test_connection_assignment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_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_gg_golden_gate_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_GG_GOLDEN_GATE_UPDATE_DATABASE_REGISTRATION_RESPONSE_T Type

Contains the response body, headers and the status code of the update_database_registration request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_update_database_registration_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_GG_GOLDEN_GATE_UPDATE_DEPLOYMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the update_deployment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_update_deployment_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_GG_GOLDEN_GATE_UPDATE_DEPLOYMENT_BACKUP_RESPONSE_T Type

Contains the response body, headers and the status code of the update_deployment_backup request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_update_deployment_backup_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_golden_gate_deployment_backup_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_deployment_backup

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GG_GOLDEN_GATE_UPGRADE_DEPLOYMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the upgrade_deployment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_upgrade_deployment_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_GG_GOLDEN_GATE_UPGRADE_DEPLOYMENT_UPGRADE_RESPONSE_T Type

Contains the response body, headers and the status code of the upgrade_deployment_upgrade request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_gg_golden_gate_upgrade_deployment_upgrade_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

Was this article helpful?