Database Types

DBMS_CLOUD_OCI_DB_DATABASE_ACTIVATE_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of activate_exadata_infrastructure

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_ADD_STORAGE_CAPACITY_CLOUD_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of add_storage_capacity_cloud_exadata_infrastructure

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_ADD_STORAGE_CAPACITY_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of add_storage_capacity_exadata_infrastructure

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_ADD_VIRTUAL_MACHINE_TO_CLOUD_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of add_virtual_machine_to_cloud_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_ADD_VIRTUAL_MACHINE_TO_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of add_virtual_machine_to_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_AUTONOMOUS_DATABASE_MANUAL_REFRESH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of autonomous_database_manual_refresh

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CANCEL_BACKUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_cancel_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_DB_DATABASE_CHANGE_AUTONOMOUS_CONTAINER_DATABASE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_autonomous_container_database_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_DB_DATABASE_CHANGE_AUTONOMOUS_DATABASE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_autonomous_database_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_DB_DATABASE_CHANGE_AUTONOMOUS_EXADATA_INFRASTRUCTURE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_autonomous_exadata_infrastructure_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_DB_DATABASE_CHANGE_AUTONOMOUS_VM_CLUSTER_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_autonomous_vm_cluster_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_DB_DATABASE_CHANGE_BACKUP_DESTINATION_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_backup_destination_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_DB_DATABASE_CHANGE_CLOUD_AUTONOMOUS_VM_CLUSTER_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_cloud_autonomous_vm_cluster_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_DB_DATABASE_CHANGE_CLOUD_EXADATA_INFRASTRUCTURE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_cloud_exadata_infrastructure_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_DB_DATABASE_CHANGE_CLOUD_VM_CLUSTER_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_cloud_vm_cluster_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_DB_DATABASE_CHANGE_DATABASE_SOFTWARE_IMAGE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_database_software_image_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_DB_DATABASE_CHANGE_DATAGUARD_ROLE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of change_dataguard_role

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CHANGE_DB_SYSTEM_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_db_system_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_DB_DATABASE_CHANGE_DISASTER_RECOVERY_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of change_disaster_recovery_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CHANGE_EXADATA_INFRASTRUCTURE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_exadata_infrastructure_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_DB_DATABASE_CHANGE_EXTERNAL_CONTAINER_DATABASE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_external_container_database_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_DB_DATABASE_CHANGE_EXTERNAL_NON_CONTAINER_DATABASE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_external_non_container_database_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_DB_DATABASE_CHANGE_EXTERNAL_PLUGGABLE_DATABASE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_external_pluggable_database_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_DB_DATABASE_CHANGE_KEY_STORE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_key_store_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_DB_DATABASE_CHANGE_KEY_STORE_TYPE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_key_store_type_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_DB_DATABASE_CHANGE_ONEOFF_PATCH_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_oneoff_patch_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_DB_DATABASE_CHANGE_VM_CLUSTER_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_change_vm_cluster_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_DB_DATABASE_CHECK_EXTERNAL_DATABASE_CONNECTOR_CONNECTION_STATUS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_check_external_database_connector_connection_status_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_DB_DATABASE_COMPLETE_EXTERNAL_BACKUP_JOB_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of complete_external_backup_job

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CONFIGURE_AUTONOMOUS_DATABASE_VAULT_KEY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_configure_autonomous_database_vault_key_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_DB_DATABASE_CONFIGURE_SAAS_ADMIN_USER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of configure_saas_admin_user

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CONVERT_TO_PDB_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of convert_to_pdb

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CONVERT_TO_REGULAR_PLUGGABLE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of convert_to_regular_pluggable_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_APPLICATION_VIP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_application_vip

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_AUTONOMOUS_CONTAINER_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_autonomous_container_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_AUTONOMOUS_CONTAINER_DATABASE_DATAGUARD_ASSOCIATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_autonomous_container_database_dataguard_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_AUTONOMOUS_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_autonomous_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_AUTONOMOUS_DATABASE_BACKUP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_autonomous_database_backup

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_AUTONOMOUS_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_autonomous_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_BACKUP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_backup

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_BACKUP_DESTINATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_backup_destination

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_CLOUD_AUTONOMOUS_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_cloud_autonomous_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_CLOUD_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_cloud_exadata_infrastructure

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_CLOUD_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_cloud_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_CONSOLE_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_console_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_CONSOLE_HISTORY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_console_history

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_DATA_GUARD_ASSOCIATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_data_guard_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_DATABASE_SOFTWARE_IMAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_database_software_image

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_DB_HOME_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_db_home

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_exadata_infrastructure

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_EXTERNAL_BACKUP_JOB_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_external_backup_job

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_EXTERNAL_CONTAINER_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_external_container_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_EXTERNAL_DATABASE_CONNECTOR_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_external_database_connector

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_EXTERNAL_NON_CONTAINER_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_external_non_container_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_EXTERNAL_PLUGGABLE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_external_pluggable_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_KEY_STORE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_key_store

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_MAINTENANCE_RUN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_maintenance_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_ONEOFF_PATCH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_oneoff_patch

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_PLUGGABLE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_pluggable_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_CREATE_VM_CLUSTER_NETWORK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_vm_cluster_network

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_DB_NODE_ACTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of db_node_action

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_DELETE_APPLICATION_VIP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_application_vip_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_DB_DATABASE_DELETE_AUTONOMOUS_DATABASE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_autonomous_database_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_DB_DATABASE_DELETE_AUTONOMOUS_DATABASE_BACKUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_autonomous_database_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_DB_DATABASE_DELETE_AUTONOMOUS_VM_CLUSTER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_autonomous_vm_cluster_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_DB_DATABASE_DELETE_BACKUP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_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_DB_DATABASE_DELETE_BACKUP_DESTINATION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_backup_destination_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_DB_DATABASE_DELETE_CLOUD_AUTONOMOUS_VM_CLUSTER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_cloud_autonomous_vm_cluster_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_DB_DATABASE_DELETE_CLOUD_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_cloud_exadata_infrastructure_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_DB_DATABASE_DELETE_CLOUD_VM_CLUSTER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_cloud_vm_cluster_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_DB_DATABASE_DELETE_CONSOLE_CONNECTION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_console_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_DB_DATABASE_DELETE_CONSOLE_HISTORY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_console_history_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_DB_DATABASE_DELETE_DATABASE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_database_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_DB_DATABASE_DELETE_DATABASE_SOFTWARE_IMAGE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_database_software_image_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_DB_DATABASE_DELETE_DB_HOME_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_db_home_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_DB_DATABASE_DELETE_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_exadata_infrastructure_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_DB_DATABASE_DELETE_EXTERNAL_CONTAINER_DATABASE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_external_container_database_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_DB_DATABASE_DELETE_EXTERNAL_DATABASE_CONNECTOR_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_external_database_connector_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_DB_DATABASE_DELETE_EXTERNAL_NON_CONTAINER_DATABASE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_external_non_container_database_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_DB_DATABASE_DELETE_EXTERNAL_PLUGGABLE_DATABASE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_external_pluggable_database_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_DB_DATABASE_DELETE_KEY_STORE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_key_store_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_DB_DATABASE_DELETE_ONEOFF_PATCH_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_oneoff_patch_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_DB_DATABASE_DELETE_PLUGGABLE_DATABASE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_pluggable_database_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_DB_DATABASE_DELETE_VM_CLUSTER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_vm_cluster_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_DB_DATABASE_DELETE_VM_CLUSTER_NETWORK_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_delete_vm_cluster_network_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_DB_DATABASE_DEREGISTER_AUTONOMOUS_DATABASE_DATA_SAFE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_deregister_autonomous_database_data_safe_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_DB_DATABASE_DISABLE_AUTONOMOUS_DATABASE_MANAGEMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_disable_autonomous_database_management_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_DB_DATABASE_DISABLE_AUTONOMOUS_DATABASE_OPERATIONS_INSIGHTS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_disable_autonomous_database_operations_insights_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_DB_DATABASE_DISABLE_DATABASE_MANAGEMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of disable_database_management

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_DISABLE_EXTERNAL_CONTAINER_DATABASE_DATABASE_MANAGEMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_disable_external_container_database_database_management_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_DB_DATABASE_DISABLE_EXTERNAL_CONTAINER_DATABASE_STACK_MONITORING_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_disable_external_container_database_stack_monitoring_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_DB_DATABASE_DISABLE_EXTERNAL_NON_CONTAINER_DATABASE_DATABASE_MANAGEMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_disable_external_non_container_database_database_management_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_DB_DATABASE_DISABLE_EXTERNAL_NON_CONTAINER_DATABASE_OPERATIONS_INSIGHTS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_disable_external_non_container_database_operations_insights_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_DB_DATABASE_DISABLE_EXTERNAL_NON_CONTAINER_DATABASE_STACK_MONITORING_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_disable_external_non_container_database_stack_monitoring_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_DB_DATABASE_DISABLE_EXTERNAL_PLUGGABLE_DATABASE_DATABASE_MANAGEMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_disable_external_pluggable_database_database_management_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_DB_DATABASE_DISABLE_EXTERNAL_PLUGGABLE_DATABASE_OPERATIONS_INSIGHTS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_disable_external_pluggable_database_operations_insights_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_DB_DATABASE_DISABLE_EXTERNAL_PLUGGABLE_DATABASE_STACK_MONITORING_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_disable_external_pluggable_database_stack_monitoring_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_DB_DATABASE_DISABLE_PLUGGABLE_DATABASE_MANAGEMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of disable_pluggable_database_management

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_DOWNLOAD_EXADATA_INFRASTRUCTURE_CONFIG_FILE_RESPONSE_T Type

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

Syntax

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

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_DOWNLOAD_ONEOFF_PATCH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of download_oneoff_patch

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_DOWNLOAD_VALIDATION_REPORT_RESPONSE_T Type

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

Syntax

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

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_DOWNLOAD_VM_CLUSTER_NETWORK_CONFIG_FILE_RESPONSE_T Type

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

Syntax

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

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_ENABLE_AUTONOMOUS_DATABASE_MANAGEMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_enable_autonomous_database_management_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_DB_DATABASE_ENABLE_AUTONOMOUS_DATABASE_OPERATIONS_INSIGHTS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_enable_autonomous_database_operations_insights_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_DB_DATABASE_ENABLE_DATABASE_MANAGEMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of enable_database_management

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_ENABLE_EXTERNAL_CONTAINER_DATABASE_DATABASE_MANAGEMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_enable_external_container_database_database_management_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_DB_DATABASE_ENABLE_EXTERNAL_CONTAINER_DATABASE_STACK_MONITORING_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_enable_external_container_database_stack_monitoring_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_DB_DATABASE_ENABLE_EXTERNAL_NON_CONTAINER_DATABASE_DATABASE_MANAGEMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_enable_external_non_container_database_database_management_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_DB_DATABASE_ENABLE_EXTERNAL_NON_CONTAINER_DATABASE_OPERATIONS_INSIGHTS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_enable_external_non_container_database_operations_insights_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_DB_DATABASE_ENABLE_EXTERNAL_NON_CONTAINER_DATABASE_STACK_MONITORING_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_enable_external_non_container_database_stack_monitoring_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_DB_DATABASE_ENABLE_EXTERNAL_PLUGGABLE_DATABASE_DATABASE_MANAGEMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_enable_external_pluggable_database_database_management_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_DB_DATABASE_ENABLE_EXTERNAL_PLUGGABLE_DATABASE_OPERATIONS_INSIGHTS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_enable_external_pluggable_database_operations_insights_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_DB_DATABASE_ENABLE_EXTERNAL_PLUGGABLE_DATABASE_STACK_MONITORING_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_enable_external_pluggable_database_stack_monitoring_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_DB_DATABASE_ENABLE_PLUGGABLE_DATABASE_MANAGEMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of enable_pluggable_database_management

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_FAIL_OVER_AUTONOMOUS_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of fail_over_autonomous_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_FAILOVER_AUTONOMOUS_CONTAINER_DATABASE_DATAGUARD_ASSOCIATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of failover_autonomous_container_database_dataguard_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_FAILOVER_DATA_GUARD_ASSOCIATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of failover_data_guard_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GENERATE_AUTONOMOUS_DATABASE_WALLET_RESPONSE_T Type

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

Syntax

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

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GENERATE_RECOMMENDED_VM_CLUSTER_NETWORK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of generate_recommended_vm_cluster_network

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_APPLICATION_VIP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_application_vip

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_AUTONOMOUS_CONTAINER_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_autonomous_container_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_AUTONOMOUS_CONTAINER_DATABASE_DATAGUARD_ASSOCIATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_autonomous_container_database_dataguard_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_AUTONOMOUS_CONTAINER_DATABASE_RESOURCE_USAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_autonomous_container_database_resource_usage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_AUTONOMOUS_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_autonomous_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_AUTONOMOUS_DATABASE_BACKUP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_autonomous_database_backup

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_AUTONOMOUS_DATABASE_DATAGUARD_ASSOCIATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_autonomous_database_dataguard_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_AUTONOMOUS_DATABASE_REGIONAL_WALLET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_autonomous_database_regional_wallet

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_AUTONOMOUS_DATABASE_WALLET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_autonomous_database_wallet

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_AUTONOMOUS_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_autonomous_exadata_infrastructure

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_AUTONOMOUS_PATCH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_autonomous_patch

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_AUTONOMOUS_VIRTUAL_MACHINE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_autonomous_virtual_machine

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_AUTONOMOUS_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_autonomous_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_AUTONOMOUS_VM_CLUSTER_RESOURCE_USAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_autonomous_vm_cluster_resource_usage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_BACKUP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_backup

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_BACKUP_DESTINATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_backup_destination

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_CLOUD_AUTONOMOUS_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_cloud_autonomous_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_CLOUD_AUTONOMOUS_VM_CLUSTER_RESOURCE_USAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_cloud_autonomous_vm_cluster_resource_usage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_CLOUD_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_cloud_exadata_infrastructure

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_CLOUD_EXADATA_INFRASTRUCTURE_UNALLOCATED_RESOURCES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_cloud_exadata_infrastructure_unallocated_resources

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_CLOUD_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_cloud_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_CLOUD_VM_CLUSTER_IORM_CONFIG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_cloud_vm_cluster_iorm_config

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_CLOUD_VM_CLUSTER_UPDATE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_cloud_vm_cluster_update

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_CLOUD_VM_CLUSTER_UPDATE_HISTORY_ENTRY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_cloud_vm_cluster_update_history_entry

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_CONSOLE_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_console_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_CONSOLE_HISTORY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_console_history

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_CONSOLE_HISTORY_CONTENT_RESPONSE_T Type

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

Syntax

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

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_DATA_GUARD_ASSOCIATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_data_guard_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_DATABASE_SOFTWARE_IMAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_database_software_image

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_DATABASE_UPGRADE_HISTORY_ENTRY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_database_upgrade_history_entry

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_DB_HOME_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_db_home

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_DB_HOME_PATCH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_db_home_patch

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_DB_HOME_PATCH_HISTORY_ENTRY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_db_home_patch_history_entry

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_DB_NODE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_db_node

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_DB_SERVER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_db_server

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_DB_SYSTEM_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_db_system

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_DB_SYSTEM_PATCH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_db_system_patch

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_DB_SYSTEM_PATCH_HISTORY_ENTRY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_db_system_patch_history_entry

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_DB_SYSTEM_UPGRADE_HISTORY_ENTRY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_db_system_upgrade_history_entry

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_exadata_infrastructure

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_EXADATA_INFRASTRUCTURE_OCPUS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_exadata_infrastructure_ocpus

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_EXADATA_INFRASTRUCTURE_UN_ALLOCATED_RESOURCES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_exadata_infrastructure_un_allocated_resources

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_EXADATA_IORM_CONFIG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_exadata_iorm_config

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_EXTERNAL_BACKUP_JOB_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_external_backup_job

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_EXTERNAL_CONTAINER_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_external_container_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_EXTERNAL_DATABASE_CONNECTOR_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_external_database_connector

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_EXTERNAL_NON_CONTAINER_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_external_non_container_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_EXTERNAL_PLUGGABLE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_external_pluggable_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_INFRASTRUCTURE_TARGET_VERSIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_infrastructure_target_versions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_KEY_STORE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_key_store

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_MAINTENANCE_RUN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_maintenance_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_MAINTENANCE_RUN_HISTORY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_maintenance_run_history

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_ONEOFF_PATCH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_oneoff_patch

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_PDB_CONVERSION_HISTORY_ENTRY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_pdb_conversion_history_entry

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_PLUGGABLE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_pluggable_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_VM_CLUSTER_NETWORK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_vm_cluster_network

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_VM_CLUSTER_PATCH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_vm_cluster_patch

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_VM_CLUSTER_PATCH_HISTORY_ENTRY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_vm_cluster_patch_history_entry

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_VM_CLUSTER_UPDATE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_vm_cluster_update

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_GET_VM_CLUSTER_UPDATE_HISTORY_ENTRY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_vm_cluster_update_history_entry

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_LAUNCH_AUTONOMOUS_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of launch_autonomous_exadata_infrastructure

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_LAUNCH_DB_SYSTEM_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of launch_db_system

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_APPLICATION_VIP_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_application_vip_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_application_vip_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_application_vip_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_APPLICATION_VIPS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_application_vips

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_CONTAINER_DATABASE_DATAGUARD_ASSOCIATION_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_container_database_dataguard_association_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_container_database_dataguard_association_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_container_database_dataguard_association_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_CONTAINER_DATABASE_DATAGUARD_ASSOCIATIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_container_database_dataguard_associations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_CONTAINER_DATABASE_VERSION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_container_database_version_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_container_database_version_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_container_database_version_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_CONTAINER_DATABASE_VERSIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_container_database_versions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_CONTAINER_DATABASE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_container_database_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_container_database_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_container_database_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_CONTAINER_DATABASES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_container_databases

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_DATABASE_BACKUP_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_database_backup_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_database_backup_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_database_backup_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_DATABASE_BACKUPS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_database_backups

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_DATABASE_CHARACTER_SETS_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_database_character_sets_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_database_character_sets_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_database_character_sets_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_DATABASE_CHARACTER_SETS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_database_character_sets

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_DATABASE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_database_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_database_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_database_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_DATABASE_CLONES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_database_clones

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_DATABASE_DATAGUARD_ASSOCIATION_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_database_dataguard_association_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_database_dataguard_association_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_database_dataguard_association_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_DATABASE_DATAGUARD_ASSOCIATIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_database_dataguard_associations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_DATABASE_REFRESHABLE_CLONES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_database_refreshable_clones

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_DATABASES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_databases

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_DB_PREVIEW_VERSION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_db_preview_version_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_db_preview_version_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_db_preview_version_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_DB_PREVIEW_VERSIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_db_preview_versions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_DB_VERSION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_db_version_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_db_version_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_db_version_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_DB_VERSIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_db_versions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_EXADATA_INFRASTRUCTURE_SHAPE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_exadata_infrastructure_shape_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_exadata_infrastructure_shape_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_exadata_infrastructure_shape_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_EXADATA_INFRASTRUCTURE_SHAPES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_exadata_infrastructure_shapes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_EXADATA_INFRASTRUCTURE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_exadata_infrastructure_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_exadata_infrastructure_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_exadata_infrastructure_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_EXADATA_INFRASTRUCTURES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_exadata_infrastructures

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_VIRTUAL_MACHINE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_virtual_machine_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_virtual_machine_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_virtual_machine_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_VIRTUAL_MACHINES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_virtual_machines

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_CONTAINER_DATABASE_RESOURCE_USAGE_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_container_database_resource_usage_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_container_database_resource_usage_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_container_database_resource_usage_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_VM_CLUSTER_ACD_RESOURCE_USAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_vm_cluster_acd_resource_usage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_VM_CLUSTER_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_vm_cluster_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_vm_cluster_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_vm_cluster_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_AUTONOMOUS_VM_CLUSTERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_autonomous_vm_clusters

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_BACKUP_DESTINATION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_backup_destination_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_backup_destination_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_backup_destination_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_BACKUP_DESTINATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_backup_destination

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_BACKUP_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_backup_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_backup_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_backup_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_BACKUPS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_backups

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_LIST_CLOUD_AUTONOMOUS_VM_CLUSTER_ACD_RESOURCE_USAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_cloud_autonomous_vm_cluster_acd_resource_usage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_CLOUD_AUTONOMOUS_VM_CLUSTER_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_cloud_autonomous_vm_cluster_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_cloud_autonomous_vm_cluster_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_cloud_autonomous_vm_cluster_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_CLOUD_AUTONOMOUS_VM_CLUSTERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_cloud_autonomous_vm_clusters

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_CLOUD_EXADATA_INFRASTRUCTURE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_cloud_exadata_infrastructure_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_cloud_exadata_infrastructure_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_cloud_exadata_infrastructure_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_CLOUD_EXADATA_INFRASTRUCTURES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_cloud_exadata_infrastructures

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_UPDATE_HISTORY_ENTRY_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_update_history_entry_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_update_history_entry_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_update_history_entry_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_CLOUD_VM_CLUSTER_UPDATE_HISTORY_ENTRIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_cloud_vm_cluster_update_history_entries

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_UPDATE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_update_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_update_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_update_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_CLOUD_VM_CLUSTER_UPDATES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_cloud_vm_cluster_updates

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_CLOUD_VM_CLUSTER_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_cloud_vm_cluster_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_cloud_vm_cluster_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_cloud_vm_cluster_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_CLOUD_VM_CLUSTERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_cloud_vm_clusters

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_CONSOLE_CONNECTION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_console_connection_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_console_connection_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_console_connection_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_CONSOLE_CONNECTIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_console_connections

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_LIST_CONSOLE_HISTORIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_console_histories

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_AUTONOMOUS_PATCH_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_autonomous_patch_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_autonomous_patch_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_autonomous_patch_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_CONTAINER_DATABASE_PATCHES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_container_database_patches

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_DATA_GUARD_ASSOCIATION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_data_guard_association_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_data_guard_association_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_data_guard_association_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DATA_GUARD_ASSOCIATIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_data_guard_associations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_DATABASE_SOFTWARE_IMAGE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_database_software_image_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_database_software_image_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_database_software_image_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DATABASE_SOFTWARE_IMAGES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_database_software_images

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_DATABASE_UPGRADE_HISTORY_ENTRY_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_database_upgrade_history_entry_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_database_upgrade_history_entry_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_database_upgrade_history_entry_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DATABASE_UPGRADE_HISTORY_ENTRIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_database_upgrade_history_entries

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_DATABASE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_database_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_database_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_database_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DATABASES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_databases

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_PATCH_HISTORY_ENTRY_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_patch_history_entry_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_patch_history_entry_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_patch_history_entry_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DB_HOME_PATCH_HISTORY_ENTRIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_db_home_patch_history_entries

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_PATCH_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_patch_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_patch_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_patch_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DB_HOME_PATCHES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_db_home_patches

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_DB_HOME_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_db_home_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_db_home_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_db_home_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DB_HOMES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_db_homes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_DB_NODE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_db_node_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_db_node_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_db_node_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DB_NODES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_db_nodes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_DB_SERVER_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_db_server_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_db_server_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_db_server_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DB_SERVERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_db_servers

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_DB_SYSTEM_COMPUTE_PERFORMANCE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_db_system_compute_performance_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_db_system_compute_performance_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_db_system_compute_performance_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DB_SYSTEM_COMPUTE_PERFORMANCES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_db_system_compute_performances

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DB_SYSTEM_PATCH_HISTORY_ENTRIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_db_system_patch_history_entries

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DB_SYSTEM_PATCHES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_db_system_patches

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_DB_SYSTEM_SHAPE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_db_system_shape_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_db_system_shape_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_db_system_shape_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DB_SYSTEM_SHAPES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_db_system_shapes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_DB_SYSTEM_STORAGE_PERFORMANCE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_db_system_storage_performance_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_db_system_storage_performance_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_db_system_storage_performance_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DB_SYSTEM_STORAGE_PERFORMANCES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_db_system_storage_performances

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_DB_SYSTEM_UPGRADE_HISTORY_ENTRY_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_db_system_upgrade_history_entry_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_db_system_upgrade_history_entry_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_db_system_upgrade_history_entry_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DB_SYSTEM_UPGRADE_HISTORY_ENTRIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_db_system_upgrade_history_entries

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_DB_SYSTEM_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_db_system_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_db_system_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_db_system_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DB_SYSTEMS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_db_systems

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_DB_VERSION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_db_version_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_db_version_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_db_version_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_DB_VERSIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_db_versions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_EXADATA_INFRASTRUCTURE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_exadata_infrastructure_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_exadata_infrastructure_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_exadata_infrastructure_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_EXADATA_INFRASTRUCTURES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_exadata_infrastructures

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_EXTERNAL_CONTAINER_DATABASE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_external_container_database_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_external_container_database_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_external_container_database_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_EXTERNAL_CONTAINER_DATABASES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_external_container_databases

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_EXTERNAL_DATABASE_CONNECTOR_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_external_database_connector_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_external_database_connector_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_external_database_connector_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_EXTERNAL_DATABASE_CONNECTORS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_external_database_connectors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_EXTERNAL_NON_CONTAINER_DATABASE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_external_non_container_database_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_external_non_container_database_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_external_non_container_database_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_EXTERNAL_NON_CONTAINER_DATABASES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_external_non_container_databases

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_EXTERNAL_PLUGGABLE_DATABASE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_external_pluggable_database_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_external_pluggable_database_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_external_pluggable_database_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_EXTERNAL_PLUGGABLE_DATABASES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_external_pluggable_databases

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_LIST_FLEX_COMPONENTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_flex_components

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_GI_VERSION_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_gi_version_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_gi_version_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_gi_version_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_GI_VERSIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_gi_versions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_KEY_STORE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_key_store_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_key_store_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_key_store_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_KEY_STORES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_key_stores

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_MAINTENANCE_RUN_HISTORY_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_maintenance_run_history_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_maintenance_run_history_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_maintenance_run_history_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_MAINTENANCE_RUN_HISTORY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_maintenance_run_history

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_MAINTENANCE_RUN_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_maintenance_run_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_maintenance_run_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_maintenance_run_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_MAINTENANCE_RUNS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_maintenance_runs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_ONEOFF_PATCH_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_oneoff_patch_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_oneoff_patch_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_oneoff_patch_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_ONEOFF_PATCHES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_oneoff_patches

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_PDB_CONVERSION_HISTORY_ENTRY_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_pdb_conversion_history_entry_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_pdb_conversion_history_entry_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_pdb_conversion_history_entry_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_PDB_CONVERSION_HISTORY_ENTRIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_pdb_conversion_history_entries

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_PLUGGABLE_DATABASE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_pluggable_database_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_pluggable_database_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_pluggable_database_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_PLUGGABLE_DATABASES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_pluggable_databases

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_LIST_SYSTEM_VERSIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_system_versions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_VM_CLUSTER_NETWORK_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_vm_cluster_network_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_vm_cluster_network_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_vm_cluster_network_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_VM_CLUSTER_NETWORKS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_vm_cluster_networks

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_LIST_VM_CLUSTER_PATCH_HISTORY_ENTRIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_vm_cluster_patch_history_entries

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_LIST_VM_CLUSTER_PATCHES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_vm_cluster_patches

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_VM_CLUSTER_UPDATE_HISTORY_ENTRY_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_vm_cluster_update_history_entry_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_vm_cluster_update_history_entry_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_vm_cluster_update_history_entry_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_VM_CLUSTER_UPDATE_HISTORY_ENTRIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_vm_cluster_update_history_entries

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_VM_CLUSTER_UPDATE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_vm_cluster_update_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_vm_cluster_update_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_vm_cluster_update_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_VM_CLUSTER_UPDATES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_vm_cluster_updates

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATABASE_VM_CLUSTER_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_database_vm_cluster_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_database_vm_cluster_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_database_vm_cluster_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DB_DATABASE_LIST_VM_CLUSTERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_vm_clusters

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_LOCAL_CLONE_PLUGGABLE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of local_clone_pluggable_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_MIGRATE_EXADATA_DB_SYSTEM_RESOURCE_MODEL_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of migrate_exadata_db_system_resource_model

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_MIGRATE_VAULT_KEY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of migrate_vault_key

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_MODIFY_DATABASE_MANAGEMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of modify_database_management

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_MODIFY_PLUGGABLE_DATABASE_MANAGEMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of modify_pluggable_database_management

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_REFRESH_PLUGGABLE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of refresh_pluggable_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_REGISTER_AUTONOMOUS_DATABASE_DATA_SAFE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_register_autonomous_database_data_safe_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_DB_DATABASE_REINSTATE_AUTONOMOUS_CONTAINER_DATABASE_DATAGUARD_ASSOCIATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of reinstate_autonomous_container_database_dataguard_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_REINSTATE_DATA_GUARD_ASSOCIATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of reinstate_data_guard_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_REMOTE_CLONE_PLUGGABLE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of remote_clone_pluggable_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_REMOVE_VIRTUAL_MACHINE_FROM_CLOUD_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of remove_virtual_machine_from_cloud_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_REMOVE_VIRTUAL_MACHINE_FROM_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of remove_virtual_machine_from_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_RESIZE_VM_CLUSTER_NETWORK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of resize_vm_cluster_network

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_RESOURCE_POOL_SHAPES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of resource_pool_shapes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_RESTART_AUTONOMOUS_CONTAINER_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of restart_autonomous_container_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_RESTART_AUTONOMOUS_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of restart_autonomous_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_RESTORE_AUTONOMOUS_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of restore_autonomous_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_RESTORE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of restore_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_ROTATE_AUTONOMOUS_CONTAINER_DATABASE_ENCRYPTION_KEY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of rotate_autonomous_container_database_encryption_key

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_ROTATE_AUTONOMOUS_DATABASE_ENCRYPTION_KEY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of rotate_autonomous_database_encryption_key

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_ROTATE_AUTONOMOUS_VM_CLUSTER_ORDS_CERTS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_rotate_autonomous_vm_cluster_ords_certs_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_DB_DATABASE_ROTATE_AUTONOMOUS_VM_CLUSTER_SSL_CERTS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_rotate_autonomous_vm_cluster_ssl_certs_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_DB_DATABASE_ROTATE_CLOUD_AUTONOMOUS_VM_CLUSTER_ORDS_CERTS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_rotate_cloud_autonomous_vm_cluster_ords_certs_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_DB_DATABASE_ROTATE_CLOUD_AUTONOMOUS_VM_CLUSTER_SSL_CERTS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_rotate_cloud_autonomous_vm_cluster_ssl_certs_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_DB_DATABASE_ROTATE_ORDS_CERTS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_rotate_ords_certs_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_DB_DATABASE_ROTATE_PLUGGABLE_DATABASE_ENCRYPTION_KEY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_rotate_pluggable_database_encryption_key_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_DB_DATABASE_ROTATE_SSL_CERTS_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_rotate_ssl_certs_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_DB_DATABASE_ROTATE_VAULT_KEY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of rotate_vault_key

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_SAAS_ADMIN_USER_STATUS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of saas_admin_user_status

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_SCAN_EXTERNAL_CONTAINER_DATABASE_PLUGGABLE_DATABASES_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_scan_external_container_database_pluggable_databases_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_DB_DATABASE_SHRINK_AUTONOMOUS_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of shrink_autonomous_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_START_AUTONOMOUS_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of start_autonomous_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_START_PLUGGABLE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of start_pluggable_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_STOP_AUTONOMOUS_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of stop_autonomous_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_STOP_PLUGGABLE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of stop_pluggable_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_SWITCHOVER_AUTONOMOUS_CONTAINER_DATABASE_DATAGUARD_ASSOCIATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of switchover_autonomous_container_database_dataguard_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_SWITCHOVER_AUTONOMOUS_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of switchover_autonomous_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_SWITCHOVER_DATA_GUARD_ASSOCIATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of switchover_data_guard_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_TERMINATE_AUTONOMOUS_CONTAINER_DATABASE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_terminate_autonomous_container_database_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_DB_DATABASE_TERMINATE_AUTONOMOUS_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_terminate_autonomous_exadata_infrastructure_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_DB_DATABASE_TERMINATE_DB_SYSTEM_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_terminate_db_system_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_DB_DATABASE_UPDATE_AUTONOMOUS_CONTAINER_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_autonomous_container_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_AUTONOMOUS_CONTAINER_DATABASE_DATAGUARD_ASSOCIATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_autonomous_container_database_dataguard_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_AUTONOMOUS_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_autonomous_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_AUTONOMOUS_DATABASE_BACKUP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_autonomous_database_backup

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_AUTONOMOUS_DATABASE_REGIONAL_WALLET_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_update_autonomous_database_regional_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_DB_DATABASE_UPDATE_AUTONOMOUS_DATABASE_WALLET_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_db_database_update_autonomous_database_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_DB_DATABASE_UPDATE_AUTONOMOUS_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_autonomous_exadata_infrastructure

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_AUTONOMOUS_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_autonomous_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_BACKUP_DESTINATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_backup_destination

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_CLOUD_AUTONOMOUS_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_cloud_autonomous_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_CLOUD_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_cloud_exadata_infrastructure

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_CLOUD_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_cloud_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_CLOUD_VM_CLUSTER_IORM_CONFIG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_cloud_vm_cluster_iorm_config

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_CONSOLE_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_console_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_CONSOLE_HISTORY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_console_history

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_DATA_GUARD_ASSOCIATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_data_guard_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_DATABASE_SOFTWARE_IMAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_database_software_image

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_DB_HOME_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_db_home

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_DB_NODE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_db_node

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_DB_SYSTEM_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_db_system

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_EXADATA_INFRASTRUCTURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_exadata_infrastructure

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_EXADATA_IORM_CONFIG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_exadata_iorm_config

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_EXTERNAL_CONTAINER_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_external_container_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_EXTERNAL_DATABASE_CONNECTOR_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_external_database_connector

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_EXTERNAL_NON_CONTAINER_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_external_non_container_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_EXTERNAL_PLUGGABLE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_external_pluggable_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_KEY_STORE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_key_store

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_MAINTENANCE_RUN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_maintenance_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_ONEOFF_PATCH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_oneoff_patch

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_PLUGGABLE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_pluggable_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_VM_CLUSTER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_vm_cluster

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPDATE_VM_CLUSTER_NETWORK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_vm_cluster_network

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPGRADE_DATABASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of upgrade_database

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_UPGRADE_DB_SYSTEM_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of upgrade_db_system

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DB_DATABASE_VALIDATE_VM_CLUSTER_NETWORK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of validate_vm_cluster_network

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer