Data Catalog Types

DBMS_CLOUD_OCI_DC_DATA_CATALOG_ADD_CATALOG_LOCK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of add_catalog_lock

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_ADD_CATALOG_PRIVATE_ENDPOINT_LOCK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of add_catalog_private_endpoint_lock

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_ADD_DATA_SELECTOR_PATTERNS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of add_data_selector_patterns

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_ADD_METASTORE_LOCK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of add_metastore_lock

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_ASSOCIATE_CUSTOM_PROPERTY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of associate_custom_property

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_ASYNCHRONOUS_EXPORT_GLOSSARY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of asynchronous_export_glossary

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_ATTACH_CATALOG_PRIVATE_ENDPOINT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CHANGE_CATALOG_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_change_catalog_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_DC_DATA_CATALOG_CHANGE_CATALOG_PRIVATE_ENDPOINT_COMPARTMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CHANGE_METASTORE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_change_metastore_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_DC_DATA_CATALOG_CREATE_ATTRIBUTE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_attribute

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_ATTRIBUTE_TAG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_attribute_tag

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_CATALOG_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_create_catalog_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_DC_DATA_CATALOG_CREATE_CATALOG_PRIVATE_ENDPOINT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_CUSTOM_PROPERTY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_custom_property

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_DATA_ASSET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_data_asset

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_DATA_ASSET_TAG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_data_asset_tag

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_ENTITY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_entity

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_ENTITY_TAG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_entity_tag

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_FOLDER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_folder

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_FOLDER_TAG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_folder_tag

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_GLOSSARY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_glossary

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_JOB_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_job

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_JOB_DEFINITION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_job_definition

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_JOB_EXECUTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_job_execution

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_METASTORE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_create_metastore_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_DC_DATA_CATALOG_CREATE_NAMESPACE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_namespace

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_PATTERN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_pattern

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_TERM_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_term

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_CREATE_TERM_RELATIONSHIP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_term_relationship

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_DELETE_ATTRIBUTE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_attribute_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_DC_DATA_CATALOG_DELETE_ATTRIBUTE_TAG_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_attribute_tag_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_DC_DATA_CATALOG_DELETE_CATALOG_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_catalog_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_DC_DATA_CATALOG_DELETE_CATALOG_PRIVATE_ENDPOINT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_DELETE_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_DELETE_CUSTOM_PROPERTY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_custom_property_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_DC_DATA_CATALOG_DELETE_DATA_ASSET_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_data_asset_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_DC_DATA_CATALOG_DELETE_DATA_ASSET_TAG_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_data_asset_tag_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_DC_DATA_CATALOG_DELETE_ENTITY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_entity_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_DC_DATA_CATALOG_DELETE_ENTITY_TAG_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_entity_tag_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_DC_DATA_CATALOG_DELETE_FOLDER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_folder_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_DC_DATA_CATALOG_DELETE_FOLDER_TAG_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_folder_tag_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_DC_DATA_CATALOG_DELETE_GLOSSARY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_glossary_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_DC_DATA_CATALOG_DELETE_JOB_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_DELETE_JOB_DEFINITION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_job_definition_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_DC_DATA_CATALOG_DELETE_METASTORE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_metastore_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_DC_DATA_CATALOG_DELETE_NAMESPACE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_namespace_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_DC_DATA_CATALOG_DELETE_PATTERN_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_pattern_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_DC_DATA_CATALOG_DELETE_TERM_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_term_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_DC_DATA_CATALOG_DELETE_TERM_RELATIONSHIP_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_delete_term_relationship_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_DC_DATA_CATALOG_DETACH_CATALOG_PRIVATE_ENDPOINT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_DISASSOCIATE_CUSTOM_PROPERTY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of disassociate_custom_property

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_EXPAND_TREE_FOR_GLOSSARY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of expand_tree_for_glossary

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_EXPORT_GLOSSARY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of export_glossary

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_FETCH_ENTITY_LINEAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of fetch_entity_lineage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_ATTRIBUTE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_attribute

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_ATTRIBUTE_TAG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_attribute_tag

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_CATALOG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_catalog

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_CATALOG_PRIVATE_ENDPOINT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_catalog_private_endpoint

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_CUSTOM_PROPERTY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_custom_property

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_DATA_ASSET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_data_asset

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_DATA_ASSET_TAG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_data_asset_tag

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_ENTITY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_entity

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_ENTITY_TAG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_entity_tag

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_FOLDER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_folder

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_FOLDER_TAG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_folder_tag

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_GLOSSARY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_glossary

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_JOB_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_job

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_JOB_DEFINITION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_job_definition

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_JOB_EXECUTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_job_execution

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_JOB_LOG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_job_log

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_JOB_METRICS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_job_metrics

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_METASTORE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_metastore

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_NAMESPACE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_namespace

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_PATTERN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_pattern

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_TERM_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_term

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_TERM_RELATIONSHIP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_term_relationship

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_TYPE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_type

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_GET_WORK_REQUEST_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_work_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_IMPORT_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of import_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_IMPORT_DATA_ASSET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of import_data_asset

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_IMPORT_GLOSSARY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_dc_data_catalog_import_glossary_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_DC_DATA_CATALOG_LIST_AGGREGATED_PHYSICAL_ENTITIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_aggregated_physical_entities

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_ATTRIBUTE_TAGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_attribute_tags

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_ATTRIBUTES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_attributes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATACATALOG_CATALOG_PRIVATE_ENDPOINT_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datacatalog_catalog_private_endpoint_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_catalog_private_endpoint_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_catalog_private_endpoint_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_CATALOG_PRIVATE_ENDPOINTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_catalog_private_endpoints

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATACATALOG_CATALOG_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datacatalog_catalog_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_catalog_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_catalog_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_CATALOGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_catalogs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_CONNECTIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_connections

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_CUSTOM_PROPERTIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_custom_properties

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_DATA_ASSET_TAGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_data_asset_tags

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_DATA_ASSETS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_data_assets

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_DERIVED_LOGICAL_ENTITIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_derived_logical_entities

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_ENTITIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_entities

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_ENTITY_TAGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_entity_tags

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_FOLDER_TAGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_folder_tags

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_FOLDERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_folders

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_GLOSSARIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_glossaries

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_JOB_DEFINITIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_job_definitions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_JOB_EXECUTIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_job_executions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_JOB_LOGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_job_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_JOB_METRICS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_job_metrics

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_JOBS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_jobs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATACATALOG_METASTORE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datacatalog_metastore_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_metastore_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_metastore_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_METASTORES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_metastores

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_NAMESPACES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_namespaces

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_PATTERNS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_patterns

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_RULES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_rules

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_TAGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_tags

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_TERM_RELATIONSHIPS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_term_relationships

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_TERMS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_terms

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_TYPES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_types

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATACATALOG_WORK_REQUEST_ERROR_TBL Type

Nested table type of dbms_cloud_oci_datacatalog_work_request_error_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_work_request_error_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_errors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATACATALOG_WORK_REQUEST_LOG_TBL Type

Nested table type of dbms_cloud_oci_datacatalog_work_request_log_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_work_request_log_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_work_request_log_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATACATALOG_WORK_REQUEST_TBL Type

Nested table type of dbms_cloud_oci_datacatalog_work_request_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_work_request_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_work_request_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DC_DATA_CATALOG_LIST_WORK_REQUESTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_OBJECT_STATS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of object_stats

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DATACATALOG_CONNECTION_ALIAS_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_datacatalog_connection_alias_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_connection_alias_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_connection_alias_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_DC_DATA_CATALOG_PARSE_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of parse_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_PROCESS_RECOMMENDATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of process_recommendation

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_RECOMMENDATIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of recommendations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_REMOVE_CATALOG_LOCK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of remove_catalog_lock

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_REMOVE_CATALOG_PRIVATE_ENDPOINT_LOCK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of remove_catalog_private_endpoint_lock

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_REMOVE_DATA_SELECTOR_PATTERNS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of remove_data_selector_patterns

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_REMOVE_METASTORE_LOCK_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of remove_metastore_lock

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_SEARCH_CRITERIA_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of search_criteria

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_SUGGEST_MATCHES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of suggest_matches

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_SYNCHRONOUS_EXPORT_DATA_ASSET_RESPONSE_T Type

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

Syntax

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

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_TEST_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of test_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_ATTRIBUTE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_attribute

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_CATALOG_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_catalog

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_CATALOG_PRIVATE_ENDPOINT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_CUSTOM_PROPERTY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_custom_property

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_DATA_ASSET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_data_asset

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_ENTITY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_entity

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_FOLDER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_folder

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_GLOSSARY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_glossary

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_JOB_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_job

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_JOB_DEFINITION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_job_definition

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_METASTORE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_metastore

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_NAMESPACE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_namespace

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_PATTERN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_pattern

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_TERM_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_term

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPDATE_TERM_RELATIONSHIP_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_term_relationship

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_UPLOAD_CREDENTIALS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of upload_credentials

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_USERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of users

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_VALIDATE_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of validate_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DC_DATA_CATALOG_VALIDATE_PATTERN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of validate_pattern

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

Was this article helpful?