Database Tools Types

DBMS_CLOUD_OCI_DT_DATABASE_TOOLS_ADD_DATABASE_TOOLS_CONNECTION_LOCK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of add_database_tools_connection_lock

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DT_DATABASE_TOOLS_ADD_DATABASE_TOOLS_PRIVATE_ENDPOINT_LOCK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of add_database_tools_private_endpoint_lock

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DT_DATABASE_TOOLS_CHANGE_DATABASE_TOOLS_CONNECTION_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dt_database_tools_change_database_tools_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_DT_DATABASE_TOOLS_CHANGE_DATABASE_TOOLS_PRIVATE_ENDPOINT_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dt_database_tools_change_database_tools_private_endpoint_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_DT_DATABASE_TOOLS_CREATE_DATABASE_TOOLS_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_database_tools_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DT_DATABASE_TOOLS_CREATE_DATABASE_TOOLS_PRIVATE_ENDPOINT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_database_tools_private_endpoint

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DT_DATABASE_TOOLS_DELETE_DATABASE_TOOLS_CONNECTION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dt_database_tools_delete_database_tools_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_DT_DATABASE_TOOLS_DELETE_DATABASE_TOOLS_PRIVATE_ENDPOINT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dt_database_tools_delete_database_tools_private_endpoint_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_DT_DATABASE_TOOLS_GET_DATABASE_TOOLS_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_database_tools_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DT_DATABASE_TOOLS_GET_DATABASE_TOOLS_ENDPOINT_SERVICE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_database_tools_endpoint_service

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DT_DATABASE_TOOLS_GET_DATABASE_TOOLS_PRIVATE_ENDPOINT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_database_tools_private_endpoint

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DT_DATABASE_TOOLS_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_dt_database_tools_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_database_tools_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_DT_DATABASE_TOOLS_LIST_DATABASE_TOOLS_CONNECTIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_database_tools_connections

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DT_DATABASE_TOOLS_LIST_DATABASE_TOOLS_ENDPOINT_SERVICES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_database_tools_endpoint_services

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DT_DATABASE_TOOLS_LIST_DATABASE_TOOLS_PRIVATE_ENDPOINTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_database_tools_private_endpoints

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DT_DATABASE_TOOLS_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_dt_database_tools_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_database_tools_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_DT_DATABASE_TOOLS_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_dt_database_tools_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_database_tools_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_DT_DATABASE_TOOLS_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_dt_database_tools_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_database_tools_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_DT_DATABASE_TOOLS_REMOVE_DATABASE_TOOLS_CONNECTION_LOCK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of remove_database_tools_connection_lock

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DT_DATABASE_TOOLS_REMOVE_DATABASE_TOOLS_PRIVATE_ENDPOINT_LOCK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of remove_database_tools_private_endpoint_lock

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DT_DATABASE_TOOLS_UPDATE_DATABASE_TOOLS_CONNECTION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dt_database_tools_update_database_tools_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_DT_DATABASE_TOOLS_UPDATE_DATABASE_TOOLS_PRIVATE_ENDPOINT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dt_database_tools_update_database_tools_private_endpoint_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_DT_DATABASE_TOOLS_VALIDATE_DATABASE_TOOLS_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of validate_database_tools_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

Was this article helpful?