CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_varchar2_tbl FORCE IS TABLE OF (varchar2(32767)) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_ADD_RESOURCE_LOCK_DETAILS_T Type 🔗
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_add_resource_lock_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_type varchar2(32767),
related_resource_id varchar2(32767),
message varchar2(32767),
time_created timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_add_resource_lock_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_add_resource_lock_details_t (
l_type varchar2,
related_resource_id varchar2,
message varchar2,
time_created timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_type
(required) Type of the lock.
Allowed values are: 'FULL', 'DELETE'
related_resource_id
(optional) The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
message
(optional) A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
time_created
(optional) When the lock was created.
DBMS_CLOUD_OCI_DATACATALOG_OBJECT_STORAGE_OBJECT_REFERENCE_T Type 🔗
A reference to an Object Storage object.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_object_storage_object_reference_t FORCE AUTHID CURRENT_USER IS OBJECT (
namespace_name varchar2(32767),
bucket_name varchar2(32767),
object_name varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_object_storage_object_reference_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_object_storage_object_reference_t (
namespace_name varchar2,
bucket_name varchar2,
object_name varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
namespace_name
(required) Object Storage namespace.
bucket_name
(required) Object Storage bucket name.
object_name
(required) Object Storage object name.
DBMS_CLOUD_OCI_DATACATALOG_ASYNCHRONOUS_EXPORT_GLOSSARY_DETAILS_T Type 🔗
Details needed by the glossary export request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_asynchronous_export_glossary_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
object_storage_target dbms_cloud_oci_datacatalog_object_storage_object_reference_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_asynchronous_export_glossary_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_asynchronous_export_glossary_details_t (
object_storage_target dbms_cloud_oci_datacatalog_object_storage_object_reference_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
object_storage_target
(optional)
DBMS_CLOUD_OCI_DATACATALOG_ASYNCHRONOUS_EXPORT_GLOSSARY_RESULT_T Type 🔗
Details about the job which performs an export.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_asynchronous_export_glossary_result_t FORCE AUTHID CURRENT_USER IS OBJECT (
job_definition_name varchar2(32767),
job_definition_key varchar2(32767),
job_key varchar2(32767),
job_execution_key varchar2(32767),
source_key varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_asynchronous_export_glossary_result_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_asynchronous_export_glossary_result_t (
job_definition_name varchar2,
job_definition_key varchar2,
job_key varchar2,
job_execution_key varchar2,
source_key varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
job_definition_name
(optional) Display name of the export job.
job_definition_key
(optional) Unique key of the export job definition.
job_key
(optional) Unique key of the export job.
job_execution_key
(optional) Unique key of the job execution.
source_key
(optional) Unique key of the object being exported.
DBMS_CLOUD_OCI_DATACATALOG_ASYNCHRONOUS_EXPORT_REQUEST_DETAILS_T Type 🔗
Details for an export request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_asynchronous_export_request_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
object_storage_target dbms_cloud_oci_datacatalog_object_storage_object_reference_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_asynchronous_export_request_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_asynchronous_export_request_details_t (
object_storage_target dbms_cloud_oci_datacatalog_object_storage_object_reference_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
object_storage_target
(optional)
DBMS_CLOUD_OCI_DATACATALOG_ASYNCHRONOUS_EXPORT_RESULT_T Type 🔗
Details about the job which performs an export.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_asynchronous_export_result_t FORCE AUTHID CURRENT_USER IS OBJECT (
job_definition_name varchar2(32767),
job_definition_key varchar2(32767),
job_key varchar2(32767),
job_execution_key varchar2(32767),
source_key varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_asynchronous_export_result_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_asynchronous_export_result_t (
job_definition_name varchar2,
job_definition_key varchar2,
job_key varchar2,
job_execution_key varchar2,
source_key varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
job_definition_name
(optional) Display name of the export job.
job_definition_key
(optional) Unique key of the export job definition.
job_key
(optional) Unique key of the export job.
job_execution_key
(optional) Unique key of the job execution.
source_key
(optional) Unique key of the object being exported.
DBMS_CLOUD_OCI_DATACATALOG_ATTACH_CATALOG_PRIVATE_ENDPOINT_DETAILS_T Type 🔗
Information about the attaching the private endpoint resource to a catalog
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_attach_catalog_private_endpoint_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
catalog_private_endpoint_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_attach_catalog_private_endpoint_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_attach_catalog_private_endpoint_details_t (
catalog_private_endpoint_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
catalog_private_endpoint_id
(required) The identifier of the private endpoint to be attached to the catalog resource.
DBMS_CLOUD_OCI_DATACATALOG_OBJECT_RELATIONSHIP_T Type 🔗
Details regarding a specific object and its relationship to the referencing object.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_object_relationship_t FORCE AUTHID CURRENT_USER IS OBJECT (
relationship_type varchar2(32767),
key varchar2(32767),
name varchar2(32767),
type_name varchar2(32767),
type_key varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
path varchar2(32767),
parent_key varchar2(32767),
parent_path varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_object_relationship_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_object_relationship_t (
relationship_type varchar2,
key varchar2,
name varchar2,
type_name varchar2,
type_key varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
path varchar2,
parent_key varchar2,
parent_path varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
relationship_type
(optional) Type of relationship with the referencing object.
key
(optional) Unique id of the object.
name
(optional) Name of the object.
type_name
(optional) Type name of the object. Type names can be found via the '/types' endpoint.
type_key
(optional) Type key of the object. Type keys can be found via the '/types' endpoint.
time_created
(optional) The date and time the relationship was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) The last time a change was made to this reference. An RFC3339 formatted datetime string.
path
(optional) Full path of the object.
parent_key
(optional) Key of the parent object for the resource.
parent_path
(optional) Full path of the parent object.
DBMS_CLOUD_OCI_DATACATALOG_CUSTOM_PROPERTY_GET_USAGE_T Type 🔗
Details of a single custom property
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_custom_property_get_usage_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
value varchar2(32767),
data_type varchar2(32767),
namespace_name varchar2(32767),
namespace_key varchar2(32767),
is_multi_valued number,
is_hidden number,
is_editable number,
is_shown_in_list number,
is_event_enabled number,
is_list_type number,
allowed_values dbms_cloud_oci_datacatalog_varchar2_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_custom_property_get_usage_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_custom_property_get_usage_t (
key varchar2,
display_name varchar2,
description varchar2,
value varchar2,
data_type varchar2,
namespace_name varchar2,
namespace_key varchar2,
is_multi_valued number,
is_hidden number,
is_editable number,
is_shown_in_list number,
is_event_enabled number,
is_list_type number,
allowed_values dbms_cloud_oci_datacatalog_varchar2_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(optional) Unique Identifier of the attribute which is ID
(optional) If this field allows multiple values to be set
is_hidden
(optional) If this field is a hidden field
is_editable
(optional) If this field is a editable field
is_shown_in_list
(optional) If this field is displayed in a list view of applicable objects.
is_event_enabled
(optional) If an OCI Event will be emitted when the custom property is modified.
is_list_type
(optional) Is this property allowed to have list of values
allowed_values
(optional) Allowed values for the custom property if any
DBMS_CLOUD_OCI_DATACATALOG_OBJECT_RELATIONSHIP_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_object_relationship_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_object_relationship_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_object_relationship_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_CUSTOM_PROPERTY_GET_USAGE_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_custom_property_get_usage_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_custom_property_get_usage_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_ATTRIBUTE_T Type 🔗
Details of an entity attribute. An attribute of a data entity describing an item of data, with a name and data type. Synonymous with 'column' in a database.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_attribute_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
business_name varchar2(32767),
description varchar2(32767),
entity_key varchar2(32767),
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
external_data_type varchar2(32767),
external_key varchar2(32767),
is_incremental_data number,
is_nullable number,
type_key varchar2(32767),
min_collection_count number,
max_collection_count number,
datatype_entity_key varchar2(32767),
external_datatype_entity_key varchar2(32767),
parent_attribute_key varchar2(32767),
external_parent_attribute_key varchar2(32767),
length number,
position number,
precision number,
scale number,
time_external timestamp with time zone,
time_harvested timestamp with time zone,
object_relationships dbms_cloud_oci_datacatalog_object_relationship_tbl,
is_derived_attribute number,
uri varchar2(32767),
path varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl,
properties json_element_t,
associated_rule_types dbms_cloud_oci_datacatalog_varchar2_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_attribute_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_attribute_t (
key varchar2,
display_name varchar2,
business_name varchar2,
description varchar2,
entity_key varchar2,
lifecycle_state varchar2,
lifecycle_details varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2,
external_data_type varchar2,
external_key varchar2,
is_incremental_data number,
is_nullable number,
type_key varchar2,
min_collection_count number,
max_collection_count number,
datatype_entity_key varchar2,
external_datatype_entity_key varchar2,
parent_attribute_key varchar2,
external_parent_attribute_key varchar2,
length number,
position number,
precision number,
scale number,
time_external timestamp with time zone,
time_harvested timestamp with time zone,
object_relationships dbms_cloud_oci_datacatalog_object_relationship_tbl,
is_derived_attribute number,
uri varchar2,
path varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl,
properties json_element_t,
associated_rule_types dbms_cloud_oci_datacatalog_varchar2_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique attribute key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
business_name
(optional) Optional user friendly business name of the attribute. If set, this supplements the harvested display name of the object.
(optional) A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations, see service documentation for details.
time_created
(optional) The date and time the attribute was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) The last time that any change was made to the attribute. An RFC3339 formatted datetime string.
created_by_id
(optional) OCID of the user who created this attribute in the data catalog.
updated_by_id
(optional) OCID of the user who modified this attribute in the data catalog.
external_data_type
(optional) Data type of the attribute as defined in the external system. Type mapping across systems can be achieved through term associations across domains in the ontology. The attribute can also be tagged to the datatype in the domain ontology to resolve any ambiguity arising from type name similarity that can occur with user defined types.
external_key
(optional) Unique external key of this attribute in the external source system.
is_incremental_data
(optional) Property that identifies if this attribute can be used as a watermark to extract incremental data.
is_nullable
(optional) Property that identifies if this attribute can be assigned null values.
type_key
(optional) The type of the attribute. Type keys can be found via the '/types' endpoint.
min_collection_count
(optional) The minimum count for the number of instances of a given type stored in this collection type attribute,applicable if this attribute is a complex type.
max_collection_count
(optional) The maximum count for the number of instances of a given type stored in this collection type attribute,applicable if this attribute is a complex type. For type specifications in systems that specify only \"capacity\" without upper or lower bound , this property can also be used to just mean \"capacity\". Some examples are Varray size in Oracle , Occurs Clause in Cobol , capacity in XmlSchemaObjectCollection , maxOccurs in Xml , maxItems in Json
datatype_entity_key
(optional) Entity key that represents the datatype of this attribute , applicable if this attribute is a complex type.
external_datatype_entity_key
(optional) External entity key that represents the datatype of this attribute , applicable if this attribute is a complex type.
parent_attribute_key
(optional) Attribute key that represents the parent attribute of this attribute , applicable if the parent attribute is of complex datatype.
external_parent_attribute_key
(optional) External attribute key that represents the parent attribute of this attribute , applicable if the parent attribute is of complex type.
length
(optional) Max allowed length of the attribute value.
position
(optional) Position of the attribute in the record definition.
precision
(optional) Precision of the attribute value usually applies to float data type.
scale
(optional) Scale of the attribute value usually applies to float data type.
time_external
(optional) Last modified timestamp of this object in the external system.
time_harvested
(optional) The date and time the attribute was harvested, in the format defined by RFC3339.
object_relationships
(optional) List of objects and their relationships to this attribute.
is_derived_attribute
(optional) Whether a column is derived or not.
uri
(optional) URI to the attribute instance in the API.
path
(optional) Full path of the attribute.
custom_property_members
(optional) The list of customized properties along with the values for this object
properties
(optional) A map of maps that contains the properties which are specific to the attribute type. Each attribute type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most attributes have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
(optional) A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations, see service documentation for details.
time_created
(optional) The date and time the attribute was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
external_data_type
(optional) Data type of the attribute as defined in the external source system.
type_key
(optional) The type of the attribute. Type keys can be found via the '/types' endpoint.
min_collection_count
(optional) The minimum count for the number of instances of a given type stored in this collection type attribute,applicable if this attribute is a complex type.
max_collection_count
(optional) The maximum count for the number of instances of a given type stored in this collection type attribute,applicable if this attribute is a complex type. For type specifications in systems that specify only \"capacity\" without upper or lower bound , this property can also be used to just mean \"capacity\". Some examples are Varray size in Oracle , Occurs Clause in Cobol , capacity in XmlSchemaObjectCollection , maxOccurs in Xml , maxItems in Json
datatype_entity_key
(optional) Entity key that represents the datatype of this attribute , applicable if this attribute is a complex type.
external_datatype_entity_key
(optional) External entity key that represents the datatype of this attribute , applicable if this attribute is a complex type.
parent_attribute_key
(optional) Attribute key that represents the parent attribute of this attribute , applicable if the parent attribute is of complex datatype.
external_parent_attribute_key
(optional) External attribute key that represents the parent attribute of this attribute , applicable if the parent attribute is of complex type.
path
(optional) Full path of the attribute.
custom_property_members
(optional) The list of customized properties along with the values for this object
(optional) The last time that any change was made to the attribute. An RFC3339 formatted datetime string.
properties
(optional) A map of maps that contains the properties which are specific to the attribute type. Each attribute type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most attributes have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_ATTRIBUTE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_attribute_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_attribute_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_attribute_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_ATTRIBUTE_COLLECTION_T Type 🔗
Results of an attributes listing. Attributes describe an item of data with name and datatype.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_attribute_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_attribute_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_attribute_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_attribute_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_attribute_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of attributes.
DBMS_CLOUD_OCI_DATACATALOG_ATTRIBUTE_TAG_T Type 🔗
Represents an association of an entity attribute to a term.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_attribute_tag_t FORCE AUTHID CURRENT_USER IS OBJECT (
attribute_key varchar2(32767),
key varchar2(32767),
name varchar2(32767),
term_key varchar2(32767),
term_path varchar2(32767),
term_description varchar2(32767),
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
created_by_id varchar2(32767),
uri varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_attribute_tag_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_attribute_tag_t (
attribute_key varchar2,
key varchar2,
name varchar2,
term_key varchar2,
term_path varchar2,
term_description varchar2,
lifecycle_state varchar2,
time_created timestamp with time zone,
created_by_id varchar2,
uri varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
attribute_key
(optional) The unique key of the parent attribute.
key
(required) Unique tag key that is immutable.
name
(optional) Name of the tag which matches the term name.
(optional) The date and time the tag was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
created_by_id
(optional) OCID of the user who created the tag.
uri
(optional) URI to the tag instance in the API.
DBMS_CLOUD_OCI_DATACATALOG_ATTRIBUTE_TAG_SUMMARY_T Type 🔗
Summary of an entity attribute tag.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_attribute_tag_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
attribute_key varchar2(32767),
key varchar2(32767),
time_created timestamp with time zone,
name varchar2(32767),
uri varchar2(32767),
term_key varchar2(32767),
term_path varchar2(32767),
term_description varchar2(32767),
glossary_key varchar2(32767),
lifecycle_state varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_attribute_tag_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_attribute_tag_summary_t (
attribute_key varchar2,
key varchar2,
time_created timestamp with time zone,
name varchar2,
uri varchar2,
term_key varchar2,
term_path varchar2,
term_description varchar2,
glossary_key varchar2,
lifecycle_state varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
attribute_key
(optional) The unique key of the parent attribute.
key
(required) Unique tag key that is immutable.
time_created
(optional) The date and time the tag was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
name
(optional) Name of the tag that matches the term name.
uri
(optional) URI to the tag instance in the API.
term_key
(optional) Unique key of the related term.
term_path
(optional) Path of the related term.
term_description
(optional) Description of the related term.
glossary_key
(optional) Unique id of the parent glossary of the term.
DBMS_CLOUD_OCI_DATACATALOG_ATTRIBUTE_TAG_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_attribute_tag_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_attribute_tag_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_attribute_tag_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_ATTRIBUTE_TAG_COLLECTION_T Type 🔗
Results of an attribute tags listing. Attribnute tags allow association of business terms with attributes.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_attribute_tag_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_attribute_tag_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_attribute_tag_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_attribute_tag_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_attribute_tag_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of attribute tags.
DBMS_CLOUD_OCI_DATACATALOG_BASE_PERMISSIONS_SUMMARY_T Type 🔗
Permissions object sent as part of the response.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_base_permissions_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
user_permissions dbms_cloud_oci_datacatalog_varchar2_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_base_permissions_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_base_permissions_summary_t (
user_permissions dbms_cloud_oci_datacatalog_varchar2_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
user_permissions
(optional) An array of permissions.
DBMS_CLOUD_OCI_DATACATALOG_BASE_TAG_T Type 🔗
Represents the association of an object to a term. Tags are immutable.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_base_tag_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
name varchar2(32767),
term_key varchar2(32767),
term_path varchar2(32767),
term_description varchar2(32767),
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
created_by_id varchar2(32767),
uri varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_base_tag_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_base_tag_t (
key varchar2,
name varchar2,
term_key varchar2,
term_path varchar2,
term_description varchar2,
lifecycle_state varchar2,
time_created timestamp with time zone,
created_by_id varchar2,
uri varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique tag key that is immutable.
name
(optional) Name of the tag which matches the term name.
(optional) The date and time the tag was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
created_by_id
(optional) OCID of the user who created the tag.
uri
(optional) URI to the tag instance in the API.
DBMS_CLOUD_OCI_DATACATALOG_BASE_TAG_SUMMARY_T Type 🔗
Represents the association of an object to a term.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_base_tag_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
time_created timestamp with time zone,
name varchar2(32767),
uri varchar2(32767),
term_key varchar2(32767),
term_path varchar2(32767),
term_description varchar2(32767),
glossary_key varchar2(32767),
lifecycle_state varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_base_tag_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_base_tag_summary_t (
key varchar2,
time_created timestamp with time zone,
name varchar2,
uri varchar2,
term_key varchar2,
term_path varchar2,
term_description varchar2,
glossary_key varchar2,
lifecycle_state varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique tag key that is immutable.
time_created
(optional) The date and time the tag was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
name
(optional) Name of the tag that matches the term name.
uri
(optional) URI to the tag instance in the API.
term_key
(optional) Unique key of the related term.
term_path
(optional) Path of the related term.
term_description
(optional) Description of the related term.
glossary_key
(optional) Unique id of the parent glossary of the term.
Resource locks are used to prevent certain APIs from being called for the resource. A full lock prevents both updating the resource and deleting the resource. A delete lock prevents deleting the resource.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_resource_lock_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_type varchar2(32767),
related_resource_id varchar2(32767),
message varchar2(32767),
time_created timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_resource_lock_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_resource_lock_t (
l_type varchar2,
related_resource_id varchar2,
message varchar2,
time_created timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_type
(required) Type of the lock.
Allowed values are: 'FULL', 'DELETE'
related_resource_id
(optional) The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
message
(optional) A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
time_created
(optional) When the lock was created.
DBMS_CLOUD_OCI_DATACATALOG_RESOURCE_LOCK_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_resource_lock_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_resource_lock_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_resource_lock_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_CATALOG_T Type 🔗
A data catalog enables you to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_catalog_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
display_name varchar2(32767),
compartment_id varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
service_api_url varchar2(32767),
service_console_url varchar2(32767),
number_of_objects number,
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
freeform_tags json_element_t,
system_tags json_element_t,
defined_tags json_element_t,
attached_catalog_private_endpoints dbms_cloud_oci_datacatalog_varchar2_tbl,
locks dbms_cloud_oci_datacatalog_resource_lock_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_catalog_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_catalog_t (
id varchar2,
display_name varchar2,
compartment_id varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
service_api_url varchar2,
service_console_url varchar2,
number_of_objects number,
lifecycle_state varchar2,
lifecycle_details varchar2,
freeform_tags json_element_t,
system_tags json_element_t,
defined_tags json_element_t,
attached_catalog_private_endpoints dbms_cloud_oci_datacatalog_varchar2_tbl,
locks dbms_cloud_oci_datacatalog_resource_lock_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) OCID of the data catalog instance.
display_name
(optional) Data catalog identifier, which can be renamed.
compartment_id
(required) Compartment identifier.
time_created
(optional) The time the data catalog was created. An RFC3339 formatted datetime string.
time_updated
(optional) The time the data catalog was updated. An RFC3339 formatted datetime string.
service_api_url
(optional) The REST front endpoint URL to the data catalog instance.
service_console_url
(optional) The console front endpoint URL to the data catalog instance.
number_of_objects
(optional) The number of data objects added to the data catalog. Please see the data catalog documentation for further information on how this is calculated.
lifecycle_state
(optional) The current state of the data catalog resource.
(optional) An message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'Failed' state.
freeform_tags
(optional) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`
system_tags
(optional) System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
defined_tags
(optional) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
attached_catalog_private_endpoints
(optional) The list of private reverse connection endpoints attached to the catalog
locks
(optional) Locks associated with this resource.
DBMS_CLOUD_OCI_DATACATALOG_CATALOG_PERMISSIONS_SUMMARY_T Type 🔗
General permissions object.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_catalog_permissions_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
catalog_id varchar2(32767),
user_permissions dbms_cloud_oci_datacatalog_varchar2_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_catalog_permissions_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_catalog_permissions_summary_t (
catalog_id varchar2,
user_permissions dbms_cloud_oci_datacatalog_varchar2_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
catalog_id
(optional) The data catalog's OCID.
user_permissions
(optional) An array of permissions.
DBMS_CLOUD_OCI_DATACATALOG_CATALOG_PRIVATE_ENDPOINT_T Type 🔗
A private network reverse connection creates a connection from service to customer subnet over a private network.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_catalog_private_endpoint_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
compartment_id varchar2(32767),
subnet_id varchar2(32767),
display_name varchar2(32767),
dns_zones dbms_cloud_oci_datacatalog_varchar2_tbl,
time_created timestamp with time zone,
time_updated timestamp with time zone,
freeform_tags json_element_t,
system_tags json_element_t,
defined_tags json_element_t,
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
attached_catalogs dbms_cloud_oci_datacatalog_varchar2_tbl,
locks dbms_cloud_oci_datacatalog_resource_lock_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_catalog_private_endpoint_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_catalog_private_endpoint_t (
id varchar2,
compartment_id varchar2,
subnet_id varchar2,
display_name varchar2,
dns_zones dbms_cloud_oci_datacatalog_varchar2_tbl,
time_created timestamp with time zone,
time_updated timestamp with time zone,
freeform_tags json_element_t,
system_tags json_element_t,
defined_tags json_element_t,
lifecycle_state varchar2,
lifecycle_details varchar2,
attached_catalogs dbms_cloud_oci_datacatalog_varchar2_tbl,
locks dbms_cloud_oci_datacatalog_resource_lock_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) Unique identifier that is immutable
compartment_id
(required) Compartment Identifier.
subnet_id
(required) Subnet Identifier
display_name
(optional) Private Reverse Connection Endpoint display name
dns_zones
(required) List of DNS zones to be used by the data assets to be harvested. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
time_created
(optional) The time the private endpoint was created. An RFC3339 formatted datetime string.
time_updated
(optional) The time the private endpoint was updated. An RFC3339 formatted datetime string.
freeform_tags
(optional) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`
system_tags
(optional) System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
defined_tags
(optional) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
lifecycle_state
(optional) The current state of the private endpoint resource.
(optional) A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
attached_catalogs
(optional) The list of catalogs using the private reverse connection endpoint
locks
(optional) Locks associated with this resource.
DBMS_CLOUD_OCI_DATACATALOG_CATALOG_PRIVATE_ENDPOINT_SUMMARY_T Type 🔗
A private network reverse connection creates a connection from service to customer subnet over a private network.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_catalog_private_endpoint_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
subnet_id varchar2(32767),
dns_zones dbms_cloud_oci_datacatalog_varchar2_tbl,
compartment_id varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
display_name varchar2(32767),
lifecycle_details varchar2(32767),
freeform_tags json_element_t,
system_tags json_element_t,
defined_tags json_element_t,
lifecycle_state varchar2(32767),
attached_catalogs dbms_cloud_oci_datacatalog_varchar2_tbl,
locks dbms_cloud_oci_datacatalog_resource_lock_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_catalog_private_endpoint_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_catalog_private_endpoint_summary_t (
id varchar2,
subnet_id varchar2,
dns_zones dbms_cloud_oci_datacatalog_varchar2_tbl,
compartment_id varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
display_name varchar2,
lifecycle_details varchar2,
freeform_tags json_element_t,
system_tags json_element_t,
defined_tags json_element_t,
lifecycle_state varchar2,
attached_catalogs dbms_cloud_oci_datacatalog_varchar2_tbl,
locks dbms_cloud_oci_datacatalog_resource_lock_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) Unique identifier that is immutable
subnet_id
(required) Subnet Identifier
dns_zones
(required) List of DNS zones to be used by the data assets to be harvested. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
compartment_id
(required) Identifier of the compartment this private endpoint belongs to
time_created
(optional) The time the private endpoint was created. An RFC3339 formatted datetime string.
time_updated
(optional) The time the private endpoint was updated. An RFC3339 formatted datetime string.
display_name
(optional) Mutable name of the Private Reverse Connection Endpoint
lifecycle_details
(optional) A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
freeform_tags
(optional) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`
system_tags
(optional) System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
defined_tags
(optional) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
lifecycle_state
(optional) The current state of the private endpoint resource.
(optional) The list of catalogs using the private reverse connection endpoint
locks
(optional) Locks associated with this resource.
DBMS_CLOUD_OCI_DATACATALOG_CATALOG_SUMMARY_T Type 🔗
Summary of the data catalog.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_catalog_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
display_name varchar2(32767),
compartment_id varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
number_of_objects number,
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
freeform_tags json_element_t,
system_tags json_element_t,
defined_tags json_element_t,
attached_catalog_private_endpoints dbms_cloud_oci_datacatalog_varchar2_tbl,
locks dbms_cloud_oci_datacatalog_resource_lock_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_catalog_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_catalog_summary_t (
id varchar2,
display_name varchar2,
compartment_id varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
number_of_objects number,
lifecycle_state varchar2,
lifecycle_details varchar2,
freeform_tags json_element_t,
system_tags json_element_t,
defined_tags json_element_t,
attached_catalog_private_endpoints dbms_cloud_oci_datacatalog_varchar2_tbl,
locks dbms_cloud_oci_datacatalog_resource_lock_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) Unique identifier that is immutable on creation.
display_name
(optional) Data catalog identifier, that can be renamed.
compartment_id
(required) Compartment identifier.
time_created
(optional) The time the data catalog was created. An RFC3339 formatted datetime string.
time_updated
(optional) The time the data catalog was updated. An RFC3339 formatted datetime string.
number_of_objects
(optional) The number of high level objects added to the data catalog.
lifecycle_state
(optional) The current state of the data catalog resource.
(optional) An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
freeform_tags
(optional) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`
system_tags
(optional) System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
defined_tags
(optional) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
attached_catalog_private_endpoints
(optional) The list of private reverse connection endpoints attached to the catalog
locks
(optional) Locks associated with this resource.
DBMS_CLOUD_OCI_DATACATALOG_CHANGE_CATALOG_COMPARTMENT_DETAILS_T Type 🔗
Information about the change compartment
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_change_catalog_compartment_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
compartment_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_change_catalog_compartment_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_change_catalog_compartment_details_t (
compartment_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
compartment_id
(required) The identifier of the compartment where the resource should be moved.
DBMS_CLOUD_OCI_DATACATALOG_CHANGE_CATALOG_PRIVATE_ENDPOINT_COMPARTMENT_DETAILS_T Type 🔗
Information about the change compartment for the private endpoint resource
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_change_catalog_private_endpoint_compartment_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
compartment_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_change_catalog_private_endpoint_compartment_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_change_catalog_private_endpoint_compartment_details_t (
compartment_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
compartment_id
(required) The identifier of the compartment where the resource should be moved.
DBMS_CLOUD_OCI_DATACATALOG_CHANGE_METASTORE_COMPARTMENT_DETAILS_T Type 🔗
Information about a change in metastore compartment.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_change_metastore_compartment_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
compartment_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_change_metastore_compartment_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_change_metastore_compartment_details_t (
compartment_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
compartment_id
(required) OCID of the compartment to which the metastore should be moved.
DBMS_CLOUD_OCI_DATACATALOG_CONNECTION_T Type 🔗
Detailed representation of a connection to a data asset, minus any sensitive properties.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_connection_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
description varchar2(32767),
display_name varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl,
properties json_element_t,
external_key varchar2(32767),
time_status_updated timestamp with time zone,
lifecycle_state varchar2(32767),
is_default number,
data_asset_key varchar2(32767),
type_key varchar2(32767),
uri varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_connection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_connection_t (
key varchar2,
description varchar2,
display_name varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl,
properties json_element_t,
external_key varchar2,
time_status_updated timestamp with time zone,
lifecycle_state varchar2,
is_default number,
data_asset_key varchar2,
type_key varchar2,
uri varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique connection key that is immutable.
description
(optional) A description of the connection.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
time_created
(optional) The date and time the connection was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) The last time that any change was made to the connection. An RFC3339 formatted datetime string.
created_by_id
(optional) OCID of the user who created the connection.
updated_by_id
(optional) OCID of the user who modified the connection.
custom_property_members
(optional) The list of customized properties along with the values for this object
properties
(optional) A map of maps that contains the properties which are specific to the connection type. Each connection type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most connections have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"username\": \"user1\"}}}`
external_key
(optional) Unique external key of this object from the source system.
time_status_updated
(optional) Time that the connections status was last updated. An RFC3339 formatted datetime string.
(optional) Indicates whether this connection is the default connection.
data_asset_key
(optional) Unique key of the parent data asset.
type_key
(optional) The key of the object type. Type key's can be found via the '/types' endpoint.
uri
(optional) URI to the connection instance in the API.
DBMS_CLOUD_OCI_DATACATALOG_CONNECTION_ALIAS_SUMMARY_T Type 🔗
Summary representation of database aliases parsed from the file metadata.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_connection_alias_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
alias_name varchar2(32767),
alias_details varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_connection_alias_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_connection_alias_summary_t (
alias_name varchar2,
alias_details varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
alias_name
(required) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
alias_details
(optional) The description about the database alias parsed from the file metadata.
DBMS_CLOUD_OCI_DATACATALOG_CONNECTION_SUMMARY_T Type 🔗
Summary representation of a connection to a data asset.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_connection_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
description varchar2(32767),
display_name varchar2(32767),
data_asset_key varchar2(32767),
type_key varchar2(32767),
uri varchar2(32767),
external_key varchar2(32767),
lifecycle_state varchar2(32767),
is_default number,
time_created timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_connection_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_connection_summary_t (
key varchar2,
description varchar2,
display_name varchar2,
data_asset_key varchar2,
type_key varchar2,
uri varchar2,
external_key varchar2,
lifecycle_state varchar2,
is_default number,
time_created timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique connection key that is immutable.
description
(optional) A description of the connection.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
data_asset_key
(optional) The unique key of the parent data asset.
type_key
(optional) The key of the object type. Type key's can be found via the '/types' endpoint.
uri
(optional) URI to the connection instance in the API.
external_key
(optional) Unique external key for this object as defined in the source systems.
(optional) Indicates whether this connection is the default connection.
time_created
(optional) The date and time the connection was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
DBMS_CLOUD_OCI_DATACATALOG_CONNECTION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_connection_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_connection_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_connection_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_CONNECTION_COLLECTION_T Type 🔗
Results of a connections listing. Each member of the result is a summary representation of a connection to a data asset.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_connection_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_connection_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_connection_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_connection_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_connection_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of connection summaries.
DBMS_CLOUD_OCI_DATACATALOG_CUSTOM_PROPERTY_SET_USAGE_T Type 🔗
Details of a single custom property.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_custom_property_set_usage_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
value varchar2(32767),
namespace_name varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_custom_property_set_usage_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_custom_property_set_usage_t (
key varchar2,
display_name varchar2,
value varchar2,
namespace_name varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(optional) Unique Identifier of the attribute which is ID
display_name
(optional) Name of the custom property
value
(optional) The custom property value
namespace_name
(optional) Namespace name of the custom property
DBMS_CLOUD_OCI_DATACATALOG_CUSTOM_PROPERTY_SET_USAGE_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_custom_property_set_usage_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_custom_property_set_usage_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_CREATE_ATTRIBUTE_DETAILS_T Type 🔗
Properties used in attribute create operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_attribute_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
business_name varchar2(32767),
description varchar2(32767),
external_data_type varchar2(32767),
is_incremental_data number,
is_nullable number,
length number,
position number,
precision number,
scale number,
time_external timestamp with time zone,
min_collection_count number,
max_collection_count number,
external_datatype_entity_key varchar2(32767),
external_parent_attribute_key varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
type_key varchar2(32767),
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_attribute_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_attribute_details_t (
display_name varchar2,
business_name varchar2,
description varchar2,
external_data_type varchar2,
is_incremental_data number,
is_nullable number,
length number,
position number,
precision number,
scale number,
time_external timestamp with time zone,
min_collection_count number,
max_collection_count number,
external_datatype_entity_key varchar2,
external_parent_attribute_key varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
type_key varchar2,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(required) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
business_name
(optional) Optional user friendly business name of the attribute. If set, this supplements the harvested display name of the object.
description
(optional) Detailed description of the attribute.
external_data_type
(required) Data type of the attribute as defined in the external system.
is_incremental_data
(optional) Property that identifies if this attribute can be used as a watermark to extract incremental data.
is_nullable
(optional) Property that identifies if this attribute can be assigned null values.
length
(optional) Max allowed length of the attribute value.
position
(optional) Position of the attribute in the record definition.
precision
(optional) Precision of the attribute value usually applies to float data type.
scale
(optional) Scale of the attribute value usually applies to float data type.
time_external
(required) Last modified timestamp of this object in the external system.
min_collection_count
(optional) The minimum count for the number of instances of a given type stored in this collection type attribute,applicable if this attribute is a complex type.
max_collection_count
(optional) The maximum count for the number of instances of a given type stored in this collection type attribute,applicable if this attribute is a complex type. For type specifications in systems that specify only \"capacity\" without upper or lower bound , this property can also be used to just mean \"capacity\". Some examples are Varray size in Oracle , Occurs Clause in Cobol , capacity in XmlSchemaObjectCollection , maxOccurs in Xml , maxItems in Json
external_datatype_entity_key
(optional) External entity key that represents the datatype of this attribute , applicable if this attribute is a complex type.
external_parent_attribute_key
(optional) External attribute key that represents the parent attribute of this attribute , applicable if the parent attribute is of complex type.
custom_property_members
(optional) The list of customized properties along with the values for this object
type_key
(optional) Type key of the object. Type keys can be found via the '/types' endpoint.
properties
(optional) A map of maps that contains the properties which are specific to the attribute type. Each attribute type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most attributes have required properties within the \"default\" category. To determine the set of required and optional properties for an attribute type, a query can be done on '/types?type=attribute' that returns a collection of all attribute types. The appropriate attribute type, which will include definitions of all of it's properties, can be identified from this collection. Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_CREATE_CATALOG_DETAILS_T Type 🔗
The information about a new data catalog.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_catalog_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
compartment_id varchar2(32767),
freeform_tags json_element_t,
defined_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_catalog_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_catalog_details_t (
display_name varchar2,
compartment_id varchar2,
freeform_tags json_element_t,
defined_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) Data catalog identifier.
compartment_id
(required) Compartment identifier.
freeform_tags
(optional) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`
defined_tags
(optional) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
DBMS_CLOUD_OCI_DATACATALOG_CREATE_CATALOG_PRIVATE_ENDPOINT_DETAILS_T Type 🔗
Information about the new private endpoint resource
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_catalog_private_endpoint_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
dns_zones dbms_cloud_oci_datacatalog_varchar2_tbl,
subnet_id varchar2(32767),
compartment_id varchar2(32767),
freeform_tags json_element_t,
defined_tags json_element_t,
display_name varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_catalog_private_endpoint_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_catalog_private_endpoint_details_t (
dns_zones dbms_cloud_oci_datacatalog_varchar2_tbl,
subnet_id varchar2,
compartment_id varchar2,
freeform_tags json_element_t,
defined_tags json_element_t,
display_name varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
dns_zones
(required) List of DNS zones to be used by the data assets to be harvested. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
subnet_id
(required) The OCID of subnet to which the reverse connection is to be created
compartment_id
(required) Compartment identifier.
freeform_tags
(optional) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`
defined_tags
(optional) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
display_name
(optional) Display name of the private endpoint resource being created.
DBMS_CLOUD_OCI_DATACATALOG_CREATE_CONNECTION_DETAILS_T Type 🔗
Properties used in connection create operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_connection_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
description varchar2(32767),
display_name varchar2(32767),
type_key varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t,
enc_properties json_element_t,
is_default number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_connection_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_connection_details_t (
description varchar2,
display_name varchar2,
type_key varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t,
enc_properties json_element_t,
is_default number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
description
(optional) A description of the connection.
display_name
(required) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
type_key
(required) The key of the object type. Type key's can be found via the '/types' endpoint.
custom_property_members
(optional) The list of customized properties along with the values for this object
properties
(required) A map of maps that contains the properties which are specific to the connection type. Each connection type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most connections have required properties within the \"default\" category. To determine the set of optional and required properties for a connection type, a query can be done on '/types?type=connection' that returns a collection of all connection types. The appropriate connection type, which will include definitions of all of it's properties, can be identified from this collection. Example: `{\"properties\": { \"default\": { \"username\": \"user1\"}}}`
enc_properties
(optional) A map of maps that contains the encrypted values for sensitive properties which are specific to the connection type. Each connection type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most connections have required properties within the \"default\" category. To determine the set of optional and required properties for a connection type, a query can be done on '/types?type=connection' that returns a collection of all connection types. The appropriate connection type, which will include definitions of all of it's properties, can be identified from this collection. Example: `{\"encProperties\": { \"default\": { \"password\": \"example-password\"}}}`
is_default
(optional) Indicates whether this connection is the default connection. The first connection of a data asset defaults to being the default, subsequent connections default to not being the default. If a default connection already exists, then trying to create a connection as the default will fail. In this case the default connection would need to be updated not to be the default and then the new connection can then be created as the default.
DBMS_CLOUD_OCI_DATACATALOG_CREATE_CUSTOM_PROPERTY_DETAILS_T Type 🔗
Properties used in custom property create operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_custom_property_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
data_type varchar2(32767),
is_sortable number,
is_filterable number,
is_multi_valued number,
is_hidden number,
is_editable number,
is_shown_in_list number,
is_hidden_in_search number,
is_event_enabled number,
allowed_values dbms_cloud_oci_datacatalog_varchar2_tbl,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_custom_property_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_custom_property_details_t (
display_name varchar2,
description varchar2,
data_type varchar2,
is_sortable number,
is_filterable number,
is_multi_valued number,
is_hidden number,
is_editable number,
is_shown_in_list number,
is_hidden_in_search number,
is_event_enabled number,
allowed_values dbms_cloud_oci_datacatalog_varchar2_tbl,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(required) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the custom property.
(optional) If this field allows to filter or create facets from UI
is_multi_valued
(optional) If this field allows multiple values to be set
is_hidden
(optional) If this field is a hidden field
is_editable
(optional) If this field is a editable field
is_shown_in_list
(optional) If this field is displayed in a list view of applicable objects.
is_hidden_in_search
(optional) If this field is allowed to pop in search results
is_event_enabled
(optional) If an OCI Event will be emitted when the custom property is modified.
allowed_values
(optional) Allowed values for the custom property if any
properties
(optional) A map of maps that contains the properties which are specific to the data asset type. Each data asset type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data assets have required properties within the \"default\" category. To determine the set of optional and required properties for a data asset type, a query can be done on '/types?type=dataAsset' that returns a collection of all data asset types. The appropriate data asset type, which includes definitions of all of it's properties, can be identified from this collection. Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_CREATE_DATA_ASSET_DETAILS_T Type 🔗
Properties used in data asset create operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_data_asset_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
type_key varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_data_asset_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_data_asset_details_t (
display_name varchar2,
description varchar2,
type_key varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(required) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the data asset.
type_key
(required) The key of the data asset type. This can be obtained via the '/types' endpoint.
custom_property_members
(optional) The list of customized properties along with the values for this object
properties
(optional) A map of maps that contains the properties which are specific to the data asset type. Each data asset type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data assets have required properties within the \"default\" category. To determine the set of optional and required properties for a data asset type, a query can be done on '/types?type=dataAsset' that returns a collection of all data asset types. The appropriate data asset type, which includes definitions of all of it's properties, can be identified from this collection. Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_CREATE_ENTITY_DETAILS_T Type 🔗
Properties used in data entity create operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_entity_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
business_name varchar2(32767),
type_key varchar2(32767),
description varchar2(32767),
time_external timestamp with time zone,
is_logical number,
is_partition number,
folder_key varchar2(32767),
pattern_key varchar2(32767),
realized_expression varchar2(32767),
harvest_status varchar2(32767),
last_job_key varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_entity_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_entity_details_t (
display_name varchar2,
business_name varchar2,
type_key varchar2,
description varchar2,
time_external timestamp with time zone,
is_logical number,
is_partition number,
folder_key varchar2,
pattern_key varchar2,
realized_expression varchar2,
harvest_status varchar2,
last_job_key varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(required) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
business_name
(optional) Optional user friendly business name of the data entity. If set, this supplements the harvested display name of the object.
type_key
(optional) The type of data entity object. Type key's can be found via the '/types' endpoint.
description
(optional) Detailed description of a data entity.
time_external
(required) Last modified timestamp of the object in the external system.
is_logical
(optional) Property to indicate if the object is a physical materialized object or virtual. For example, View.
is_partition
(optional) Property to indicate if the object is a sub object of a parent physical object.
folder_key
(optional) Key of the associated folder.
pattern_key
(optional) Key of the associated pattern if this is a logical entity.
realized_expression
(optional) The expression realized after resolving qualifiers . Used in deriving this logical entity
harvest_status
(optional) Status of the object as updated by the harvest process. When an entity object is created , it's harvest status will indicate if the entity's metadata has been fully harvested or not. The harvest process can perform shallow harvesting to allow users to browse the metadata and can on-demand deep harvest on any object This requires a harvest status indicator for catalog objects.
(optional) Key of the last harvest process to update this object.
custom_property_members
(optional) The list of customized properties along with the values for this object
properties
(optional) A map of maps that contains the properties which are specific to the entity type. Each entity type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most entities have required properties within the \"default\" category. To determine the set of required and optional properties for an entity type, a query can be done on '/types?type=dataEntity' that returns a collection of all entity types. The appropriate entity type, which includes definitions of all of it's properties, can be identified from this collection. Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_CREATE_FOLDER_DETAILS_T Type 🔗
Properties used in folder create operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_folder_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
business_name varchar2(32767),
description varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t,
parent_folder_key varchar2(32767),
time_external timestamp with time zone,
last_job_key varchar2(32767),
harvest_status varchar2(32767),
type_key varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_folder_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_folder_details_t (
display_name varchar2,
business_name varchar2,
description varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t,
parent_folder_key varchar2,
time_external timestamp with time zone,
last_job_key varchar2,
harvest_status varchar2,
type_key varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(required) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
business_name
(optional) Optional user friendly business name of the folder. If set, this supplements the harvested display name of the object.
description
(optional) Detailed description of a folder.
custom_property_members
(optional) The list of customized properties along with the values for this object
properties
(optional) A map of maps that contains the properties which are specific to the folder type. Each folder type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most folders have required properties within the \"default\" category. To determine the set of optional and required properties for a folder type, a query can be done on '/types?type=folder' that returns a collection of all folder types. The appropriate folder type, which includes definitions of all of it's properties, can be identified from this collection. Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
parent_folder_key
(optional) The key of the containing folder or null if there isn't a parent folder.
time_external
(required) Last modified timestamp of this object in the external system.
last_job_key
(optional) The job key of the harvest process that updated the folder definition from the source system.
(optional) OCID of the user who is the owner of the glossary.
custom_property_members
(optional) The list of customized properties along with the values for this object
DBMS_CLOUD_OCI_DATACATALOG_CREATE_JOB_DEFINITION_DETAILS_T Type 🔗
Representation of a job definition Resource. Job definitions define the harvest scope and includes the list of objects to be harvested along with a schedule. The list of objects is usually specified through a combination of object type, regular expressions, or specific names of objects and a sample size for the data harvested.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_job_definition_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
job_type varchar2(32767),
is_incremental number,
data_asset_key varchar2(32767),
glossary_key varchar2(32767),
connection_key varchar2(32767),
is_sample_data_extracted number,
sample_data_size_in_m_bs number,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_job_definition_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_job_definition_details_t (
display_name varchar2,
description varchar2,
job_type varchar2,
is_incremental number,
data_asset_key varchar2,
glossary_key varchar2,
connection_key varchar2,
is_sample_data_extracted number,
sample_data_size_in_m_bs number,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(required) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the job definition.
(optional) Specifies if the job definition is incremental or full.
data_asset_key
(optional) The key of the data asset for which the job is defined.
glossary_key
(optional) Unique key of the glossary to which this job applies.
connection_key
(optional) The key of the connection resource to be used for the job.
is_sample_data_extracted
(optional) Specify if sample data to be extracted as part of this harvest.
sample_data_size_in_m_bs
(optional) Specify the sample data size in MB, specified as number of rows, for this metadata harvest.
properties
(optional) A map of maps that contains the properties which are specific to the job type. Each job type definition may define it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most job definitions have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_CREATE_JOB_DETAILS_T Type 🔗
Properties used to create a job.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_job_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
schedule_cron_expression varchar2(32767),
time_schedule_begin timestamp with time zone,
time_schedule_end timestamp with time zone,
connection_key varchar2(32767),
job_definition_key varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_job_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_job_details_t (
display_name varchar2,
description varchar2,
schedule_cron_expression varchar2,
time_schedule_begin timestamp with time zone,
time_schedule_end timestamp with time zone,
connection_key varchar2,
job_definition_key varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(required) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the job.
schedule_cron_expression
(optional) Interval on which the job will be run. Value is specified as a cron-supported time specification \"nickname\". The following subset of those is supported: @monthly, @weekly, @daily, @hourly. For metastore sync, an additional option @default is supported, which will schedule jobs at a more granular frequency.
time_schedule_begin
(optional) Date that the schedule should be operational. An RFC3339 formatted datetime string.
time_schedule_end
(optional) Date that the schedule should end from being operational. An RFC3339 formatted datetime string.
connection_key
(optional) The key of the connection used by the job. This connection will override the default connection specified in the associated job definition. All executions will use this connection.
job_definition_key
(required) The unique key of the job definition that defined the scope of this job.
DBMS_CLOUD_OCI_DATACATALOG_CREATE_JOB_EXECUTION_DETAILS_T Type 🔗
Properties for creating a new job execution.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_job_execution_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
sub_type varchar2(32767),
job_type varchar2(32767),
parent_key varchar2(32767),
time_started timestamp with time zone,
time_ended timestamp with time zone,
lifecycle_state varchar2(32767),
error_code varchar2(32767),
error_message varchar2(32767),
schedule_instance_key varchar2(32767),
process_key varchar2(32767),
external_url varchar2(32767),
event_key varchar2(32767),
data_entity_key varchar2(32767),
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_job_execution_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_job_execution_details_t (
sub_type varchar2,
job_type varchar2,
parent_key varchar2,
time_started timestamp with time zone,
time_ended timestamp with time zone,
lifecycle_state varchar2,
error_code varchar2,
error_message varchar2,
schedule_instance_key varchar2,
process_key varchar2,
external_url varchar2,
event_key varchar2,
data_entity_key varchar2,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
(optional) Error code returned from the job execution or null if job is still running or didn't return an error.
error_message
(optional) Error message returned from the job execution or null if job is still running or didn't return an error.
schedule_instance_key
(optional) The unique key of the triggering external scheduler resource or null if this job execution is not externally triggered.
process_key
(optional) Process identifier related to the job execution if the job is an external job.
external_url
(optional) If the job is an external process, then a URL of the job for accessing this resource and its status.
event_key
(optional) An identifier used for log message correlation.
data_entity_key
(optional) The key of the associated data entity resource.
properties
(optional) A map of maps that contains the execution context properties which are specific to a job execution. Each job execution may define it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most job executions have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_CREATE_METASTORE_DETAILS_T Type 🔗
Information about a new metastore.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_metastore_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
compartment_id varchar2(32767),
default_managed_table_location varchar2(32767),
default_external_table_location varchar2(32767),
freeform_tags json_element_t,
defined_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_metastore_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_metastore_details_t (
display_name varchar2,
compartment_id varchar2,
default_managed_table_location varchar2,
default_external_table_location varchar2,
freeform_tags json_element_t,
defined_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) Mutable name of the metastore.
compartment_id
(required) OCID of the compartment which holds the metastore.
default_managed_table_location
(required) Location under which managed tables will be created by default. This references Object Storage using an HDFS URI format. Example: oci://bucket@namespace/sub-dir/
default_external_table_location
(required) Location under which external tables will be created by default. This references Object Storage using an HDFS URI format. Example: oci://bucket@namespace/sub-dir/
freeform_tags
(optional) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`
defined_tags
(optional) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
DBMS_CLOUD_OCI_DATACATALOG_CREATE_NAMESPACE_DETAILS_T Type 🔗
Properties used in custom property create operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_namespace_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
is_service_defined number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_namespace_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_namespace_details_t (
display_name varchar2,
description varchar2,
is_service_defined number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(required) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the Namespace.
is_service_defined
(optional) If this field is defined by service or by a user
DBMS_CLOUD_OCI_DATACATALOG_CREATE_PATTERN_DETAILS_T Type 🔗
Properties used in pattern create operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_pattern_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
expression varchar2(32767),
file_path_prefix varchar2(32767),
check_file_path_list dbms_cloud_oci_datacatalog_varchar2_tbl,
is_enable_check_failure_limit number,
check_failure_limit number,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_pattern_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_pattern_details_t (
display_name varchar2,
description varchar2,
expression varchar2,
file_path_prefix varchar2,
check_file_path_list dbms_cloud_oci_datacatalog_varchar2_tbl,
is_enable_check_failure_limit number,
check_failure_limit number,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(required) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the Pattern.
expression
(optional) Input string which drives the selection process, allowing for fine-grained control using qualifiers. Refer to the user documentation for details of the format and examples. A pattern cannot include both a prefix and an expression.
file_path_prefix
(optional) Input string which drives the selection process. Refer to the user documentation for details of the format and examples. A pattern cannot include both a prefix and an expression.
check_file_path_list
(optional) List of file paths against which the pattern can be tried, as a check. This documents, for reference purposes, some example objects a pattern is meant to work with. If isEnableCheckFailureLimit is set to true, this will be run as a validation during the request, such that if the check fails the request fails. If isEnableCheckFailureLimit instead is set to (the default) false, a pattern will still be created or updated even if the check fails, with a lifecycleState of FAILED.
is_enable_check_failure_limit
(optional) Indicates whether the pattern check, against the checkFilePathList, will fail the request if the count of UNMATCHED files is above the checkFailureLimit.
check_failure_limit
(optional) The maximum number of UNMATCHED files, in checkFilePathList, above which the check fails. Optional, if checkFilePathList is provided - but if isEnableCheckFailureLimit is set to true it is required.
properties
(optional) A map of maps that contains the properties which are specific to the pattern type. Each pattern type definition defines it's set of required and optional properties. Example: `{\"properties\": { \"default\": { \"tbd\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_CREATE_TAG_DETAILS_T Type 🔗
Properties used in tag create operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_tag_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
term_key varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_tag_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_tag_details_t (
name varchar2,
term_key varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) The name of the tag in the case of a free form tag. When linking to a glossary term, this field is not specified.
term_key
(optional) Unique key of the related term or null in the case of a free form tag.
DBMS_CLOUD_OCI_DATACATALOG_CREATE_TERM_DETAILS_T Type 🔗
Properties used in term create operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_term_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
is_allowed_to_have_child_terms number,
parent_term_key varchar2(32767),
owner varchar2(32767),
workflow_status varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_term_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_term_details_t (
display_name varchar2,
description varchar2,
is_allowed_to_have_child_terms number,
parent_term_key varchar2,
owner varchar2,
workflow_status varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(required) A user-friendly display name. Is changeable. The combination of 'displayName' and 'parentTermKey' must be unique. Avoid entering confidential information.
description
(optional) Detailed description of the term.
is_allowed_to_have_child_terms
(optional) Indicates whether a term may contain child terms.
parent_term_key
(optional) The parent key of the term. In the case of a root-level category only, the term would have no parent and this should be left unset.
owner
(optional) OCID of the user who is the owner of this business terminology.
workflow_status
(optional) Status of the approval process workflow for this business term in the glossary.
(optional) The list of customized properties along with the values for this object
DBMS_CLOUD_OCI_DATACATALOG_CREATE_TERM_RELATIONSHIP_DETAILS_T Type 🔗
Properties used in term relationship create operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_create_term_relationship_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
related_term_key varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_term_relationship_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_create_term_relationship_details_t (
display_name varchar2,
description varchar2,
related_term_key varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(required) A user-friendly display name. Is changeable. The combination of 'displayName' and 'parentTermKey' must be unique. Avoid entering confidential information. This is the same as 'relationshipType' for 'termRelationship'.
description
(optional) Detailed description of the term relationship usually defined at the time of creation.
related_term_key
(required) Unique id of the related term.
DBMS_CLOUD_OCI_DATACATALOG_CUSTOM_PROPERTY_TYPE_USAGE_T Type 🔗
Object which describes the indivial object stats for every custom property
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_custom_property_type_usage_t FORCE AUTHID CURRENT_USER IS OBJECT (
type_id varchar2(32767),
type_name varchar2(32767),
l_count number,
is_event_enabled number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_custom_property_type_usage_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_custom_property_type_usage_t (
type_id varchar2,
type_name varchar2,
l_count number,
is_event_enabled number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
type_id
(optional) Unique type key identifier
type_name
(optional) Name of the type associated with
l_count
(optional) Number of objects associated with this type
is_event_enabled
(optional) If an OCI Event will be emitted when the custom property is modified.
DBMS_CLOUD_OCI_DATACATALOG_EVENT_CONFIG_T Type 🔗
Describes an event configuration, for a given object type and property. Primarily, whether a property change will result in an event being emitted.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_event_config_t FORCE AUTHID CURRENT_USER IS OBJECT (
type_id varchar2(32767),
type_name varchar2(32767),
property_id varchar2(32767),
property_name varchar2(32767),
event_config_status varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_event_config_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_event_config_t (
type_id varchar2,
type_name varchar2,
property_id varchar2,
property_name varchar2,
event_config_status varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
type_id
(optional) Unique type key identifier.
type_name
(optional) Name of the type.
property_id
(optional) Unique property key identifier.
property_name
(optional) Name of the property.
event_config_status
(optional) Status of the configuration.
Allowed values are: 'ENABLED', 'DISABLED'
time_created
(optional) The date and time the event was configured, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) The last time that any change was made to the configuration. An RFC3339 formatted datetime string.
created_by_id
(optional) OCID of the user who created the configuration.
updated_by_id
(optional) OCID of the user who last modified the configuration.
DBMS_CLOUD_OCI_DATACATALOG_CUSTOM_PROPERTY_TYPE_USAGE_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_custom_property_type_usage_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_custom_property_type_usage_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_custom_property_type_usage_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_EVENT_CONFIG_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_event_config_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_event_config_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_event_config_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_CUSTOM_PROPERTY_T Type 🔗
Custom Property Definition
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_custom_property_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
data_type varchar2(32767),
description varchar2(32767),
namespace_name varchar2(32767),
is_list_type number,
is_sortable number,
is_filterable number,
is_multi_valued number,
is_hidden number,
is_editable number,
is_shown_in_list number,
is_service_defined number,
is_hidden_in_search number,
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
usage_count number,
is_event_enabled number,
scope dbms_cloud_oci_datacatalog_custom_property_type_usage_tbl,
allowed_values dbms_cloud_oci_datacatalog_varchar2_tbl,
events dbms_cloud_oci_datacatalog_event_config_tbl,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_custom_property_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_custom_property_t (
key varchar2,
display_name varchar2,
data_type varchar2,
description varchar2,
namespace_name varchar2,
is_list_type number,
is_sortable number,
is_filterable number,
is_multi_valued number,
is_hidden number,
is_editable number,
is_shown_in_list number,
is_service_defined number,
is_hidden_in_search number,
lifecycle_state varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2,
usage_count number,
is_event_enabled number,
scope dbms_cloud_oci_datacatalog_custom_property_type_usage_tbl,
allowed_values dbms_cloud_oci_datacatalog_varchar2_tbl,
events dbms_cloud_oci_datacatalog_event_config_tbl,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique data asset key that is immutable.
(optional) The date and time the custom property was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) The last time that any change was made to the custom property. An RFC3339 formatted datetime string.
created_by_id
(optional) OCID of the user who created the custom property.
updated_by_id
(optional) OCID of the user who last modified the custom property.
usage_count
(optional) Total number of first class objects using this custom property
is_event_enabled
(optional) If an OCI Event will be emitted when the custom property is modified.
scope
(optional) The set of object types to which the custom property applies.
allowed_values
(optional) Allowed values for the custom property if any
events
(optional) Event configuration for this custom property, against the desired subset of object types to which the property applies.
properties
(optional) A map of maps that contains the properties which are specific to the asset type. Each data asset type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data assets have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_CUSTOM_PROPERTY_SUMMARY_T Type 🔗
Summary of a custom property
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_custom_property_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
data_type varchar2(32767),
namespace_name varchar2(32767),
is_sortable number,
is_filterable number,
is_multi_valued number,
is_hidden number,
is_editable number,
is_shown_in_list number,
is_service_defined number,
is_hidden_in_search number,
time_created timestamp with time zone,
lifecycle_state varchar2(32767),
usage_count number,
scope dbms_cloud_oci_datacatalog_custom_property_type_usage_tbl,
allowed_values dbms_cloud_oci_datacatalog_varchar2_tbl,
time_updated timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
is_event_enabled number,
events dbms_cloud_oci_datacatalog_event_config_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_custom_property_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_custom_property_summary_t (
key varchar2,
display_name varchar2,
description varchar2,
data_type varchar2,
namespace_name varchar2,
is_sortable number,
is_filterable number,
is_multi_valued number,
is_hidden number,
is_editable number,
is_shown_in_list number,
is_service_defined number,
is_hidden_in_search number,
time_created timestamp with time zone,
lifecycle_state varchar2,
usage_count number,
scope dbms_cloud_oci_datacatalog_custom_property_type_usage_tbl,
allowed_values dbms_cloud_oci_datacatalog_varchar2_tbl,
time_updated timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2,
is_event_enabled number,
events dbms_cloud_oci_datacatalog_event_config_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique custom property key that is immutable.
(optional) Total number of first class objects using this custom property
scope
(optional) Type or scope of the custom property belongs to. This will be an array of type id it will be belongs to
allowed_values
(optional) Allowed values for the custom property if any
time_updated
(optional) The last time that any change was made to the custom property. An RFC3339 formatted datetime string.
created_by_id
(optional) OCID of the user who created the custom property.
updated_by_id
(optional) OCID of the user who last modified the custom property.
is_event_enabled
(optional) If an OCI Event will be emitted when the custom property is modified.
events
(optional) Event configuration for this custom property, against the desired subset of object types to which the property applies.
DBMS_CLOUD_OCI_DATACATALOG_CUSTOM_PROPERTY_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_custom_property_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_custom_property_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_custom_property_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_CUSTOM_PROPERTY_COLLECTION_T Type 🔗
Results of a custom properties listing. A custom property is an user defined attribute tied to the first class object of data catalog
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_custom_property_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_custom_property_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_custom_property_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_custom_property_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_custom_property_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of custom property summaries
DBMS_CLOUD_OCI_DATACATALOG_PATTERN_SUMMARY_T Type 🔗
Summary of a pattern. A pattern is a data selector or filter which can provide a singular, logical entity view aggregating multiple physical data artifacts for ease of use.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_pattern_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
catalog_id varchar2(32767),
time_created timestamp with time zone,
expression varchar2(32767),
file_path_prefix varchar2(32767),
lifecycle_state varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_pattern_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_pattern_summary_t (
key varchar2,
display_name varchar2,
description varchar2,
catalog_id varchar2,
time_created timestamp with time zone,
expression varchar2,
file_path_prefix varchar2,
lifecycle_state varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique pattern key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the pattern.
catalog_id
(optional) The data catalog's OCID.
time_created
(optional) The date and time the pattern was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
expression
(optional) Input string which drives the selection process, allowing for fine-grained control using qualifiers. Refer to the user documentation for details of the format and examples. A pattern cannot include both a prefix and an expression.
file_path_prefix
(optional) Input string which drives the selection process. Refer to the user documentation for details of the format and examples. A pattern cannot include both a prefix and an expression.
DBMS_CLOUD_OCI_DATACATALOG_PATTERN_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_pattern_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_pattern_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_pattern_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_DATA_ASSET_T Type 🔗
Data asset representation. A physical store, or stream, of data known to the data catalog and containing one or many data entities, possibly in an organized structure of folders. A data asset is often synonymous with a 'System', such as a database, or may be a file container or a message stream.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_data_asset_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
catalog_id varchar2(32767),
external_key varchar2(32767),
type_key varchar2(32767),
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
time_harvested timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
uri varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl,
data_selector_patterns dbms_cloud_oci_datacatalog_pattern_summary_tbl,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_t (
key varchar2,
display_name varchar2,
description varchar2,
catalog_id varchar2,
external_key varchar2,
type_key varchar2,
lifecycle_state varchar2,
lifecycle_details varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
time_harvested timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2,
uri varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl,
data_selector_patterns dbms_cloud_oci_datacatalog_pattern_summary_tbl,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique data asset key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the data asset.
catalog_id
(optional) The data catalog's OCID.
external_key
(optional) External URI that can be used to reference the object. Format will differ based on the type of object.
type_key
(optional) The key of the object type. Type key's can be found via the '/types' endpoint.
(optional) A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations, see service documentation for details.
time_created
(optional) The date and time the data asset was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) The last time that any change was made to the data asset. An RFC3339 formatted datetime string.
time_harvested
(optional) The last time that a harvest was performed on the data asset. An RFC3339 formatted datetime string.
created_by_id
(optional) OCID of the user who created the data asset.
updated_by_id
(optional) OCID of the user who last modified the data asset.
uri
(optional) URI to the data asset instance in the API.
custom_property_members
(optional) The list of customized properties along with the values for this object
data_selector_patterns
(optional) The list of data selector patterns used in the harvest for this data asset to derive logical entities.
properties
(optional) A map of maps that contains the properties which are specific to the asset type. Each data asset type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data assets have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_DATA_ASSET_SUMMARY_T Type 🔗
Summary of a data asset. A physical store, or stream, of data known to the data catalog and containing one or many data entities, possibly in an organized structure of folders. A data asset is often synonymous with a 'System', such as a database, or may be a file container or a message stream.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_data_asset_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
catalog_id varchar2(32767),
external_key varchar2(32767),
uri varchar2(32767),
time_created timestamp with time zone,
type_key varchar2(32767),
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_summary_t (
key varchar2,
display_name varchar2,
description varchar2,
catalog_id varchar2,
external_key varchar2,
uri varchar2,
time_created timestamp with time zone,
type_key varchar2,
lifecycle_state varchar2,
lifecycle_details varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique data asset key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the data asset.
catalog_id
(optional) The data catalog's OCID.
external_key
(optional) External URI that can be used to reference the object. Format will differ based on the type of object.
uri
(optional) URI to the data asset instance in the API.
time_created
(optional) The date and time the data asset was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
type_key
(optional) The key of the object type. Type keys's can be found via the '/types' endpoint.
(optional) A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations, see service documentation for details.
DBMS_CLOUD_OCI_DATACATALOG_DATA_ASSET_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_data_asset_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_data_asset_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_data_asset_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_DATA_ASSET_COLLECTION_T Type 🔗
Results of a data assets listing. A data asset is often synonymous with a 'System', such as a database, or may be a file container or a message stream.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_data_asset_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_data_asset_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_data_asset_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of data asset summaries.
DBMS_CLOUD_OCI_DATACATALOG_DATA_ASSET_EXPORT_SCOPE_T Type 🔗
Scope of asset export, which consists of a container object (bucket, folder, schema, etc) within the asset, and types of child objects contained by that object to be included. objectKey - Key of the container object to be exported. For example, key of schema_1. exportTypeIds - Type key(s) of objects within the container object to be exported. For example, type key of table or view.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_data_asset_export_scope_t FORCE AUTHID CURRENT_USER IS OBJECT (
object_key varchar2(32767),
export_type_ids dbms_cloud_oci_datacatalog_varchar2_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_export_scope_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_export_scope_t (
object_key varchar2,
export_type_ids dbms_cloud_oci_datacatalog_varchar2_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
object_key
(optional) Unique key of the object selected for export.
export_type_ids
(optional) Array of type keys selected for export.
DBMS_CLOUD_OCI_DATACATALOG_DATA_ASSET_PERMISSIONS_SUMMARY_T Type 🔗
Permissions object for data assets.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_data_asset_permissions_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
data_asset_key varchar2(32767),
user_permissions dbms_cloud_oci_datacatalog_varchar2_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_permissions_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_permissions_summary_t (
data_asset_key varchar2,
user_permissions dbms_cloud_oci_datacatalog_varchar2_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
data_asset_key
(optional) The unique key of the parent data asset.
user_permissions
(optional) An array of permissions.
DBMS_CLOUD_OCI_DATACATALOG_DATA_ASSET_TAG_T Type 🔗
Represents an association of a data asset to a term.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_data_asset_tag_t FORCE AUTHID CURRENT_USER IS OBJECT (
data_asset_key varchar2(32767),
key varchar2(32767),
name varchar2(32767),
term_key varchar2(32767),
term_path varchar2(32767),
term_description varchar2(32767),
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
created_by_id varchar2(32767),
uri varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_tag_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_tag_t (
data_asset_key varchar2,
key varchar2,
name varchar2,
term_key varchar2,
term_path varchar2,
term_description varchar2,
lifecycle_state varchar2,
time_created timestamp with time zone,
created_by_id varchar2,
uri varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
data_asset_key
(optional) The unique key of the parent data asset.
key
(required) Unique tag key that is immutable.
name
(optional) Name of the tag which matches the term name.
(optional) The date and time the tag was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
created_by_id
(optional) OCID of the user who created the tag.
uri
(optional) URI to the tag instance in the API.
DBMS_CLOUD_OCI_DATACATALOG_DATA_ASSET_TAG_SUMMARY_T Type 🔗
Summary of a data asset tag.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_data_asset_tag_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
data_asset_key varchar2(32767),
key varchar2(32767),
time_created timestamp with time zone,
name varchar2(32767),
uri varchar2(32767),
term_key varchar2(32767),
term_path varchar2(32767),
term_description varchar2(32767),
glossary_key varchar2(32767),
lifecycle_state varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_tag_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_tag_summary_t (
data_asset_key varchar2,
key varchar2,
time_created timestamp with time zone,
name varchar2,
uri varchar2,
term_key varchar2,
term_path varchar2,
term_description varchar2,
glossary_key varchar2,
lifecycle_state varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
data_asset_key
(optional) The unique key of the parent data asset.
key
(required) Unique tag key that is immutable.
time_created
(optional) The date and time the tag was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
name
(optional) Name of the tag that matches the term name.
uri
(optional) URI to the tag instance in the API.
term_key
(optional) Unique key of the related term.
term_path
(optional) Path of the related term.
term_description
(optional) Description of the related term.
glossary_key
(optional) Unique id of the parent glossary of the term.
DBMS_CLOUD_OCI_DATACATALOG_DATA_ASSET_TAG_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_data_asset_tag_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_data_asset_tag_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_data_asset_tag_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_DATA_ASSET_TAG_COLLECTION_T Type 🔗
Results of a data asset tag listing. Data asset tags represent an association of a data asset to a term.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_data_asset_tag_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_data_asset_tag_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_tag_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_asset_tag_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_data_asset_tag_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of data asset tags.
DBMS_CLOUD_OCI_DATACATALOG_DATA_SELECTOR_PATTERN_DETAILS_T Type 🔗
List of pattern Ids. Used in the addition and removal of patterns in data assets.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_data_selector_pattern_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_datacatalog_varchar2_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_selector_pattern_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_data_selector_pattern_details_t (
items dbms_cloud_oci_datacatalog_varchar2_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) Collection of pattern Ids.
DBMS_CLOUD_OCI_DATACATALOG_DERIVED_LOGICAL_ENTITIES_T Type 🔗
Entities derived from the application of a pattern to a list of file paths.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_derived_logical_entities_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
realized_expression varchar2(32767),
files_in_logical_grouping dbms_cloud_oci_datacatalog_varchar2_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_derived_logical_entities_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_derived_logical_entities_t (
name varchar2,
realized_expression varchar2,
files_in_logical_grouping dbms_cloud_oci_datacatalog_varchar2_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) The name of the derived logical entity. The group name of the unmatched files will be UNMATCHED
realized_expression
(optional) The expression realized after resolving qualifiers . Used in deriving this logical entity
files_in_logical_grouping
(optional) The list of file paths that belong to the grouping of logical entity or UNMATCHED for which realizedExpression is a selector.
DBMS_CLOUD_OCI_DATACATALOG_DETACH_CATALOG_PRIVATE_ENDPOINT_DETAILS_T Type 🔗
Information about the detaching the private endpoint resource from a catalog
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_detach_catalog_private_endpoint_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
catalog_private_endpoint_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_detach_catalog_private_endpoint_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_detach_catalog_private_endpoint_details_t (
catalog_private_endpoint_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
catalog_private_endpoint_id
(required) The identifier of the private endpoint to be detached from catalog resource.
DBMS_CLOUD_OCI_DATACATALOG_ENTITY_T Type 🔗
Data entity details. A representation of data with a set of attributes, normally representing a single business entity. Synonymous with 'table' or 'view' in a database, or a single logical file structure that one or many files may match.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_entity_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
business_name varchar2(32767),
description varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
external_key varchar2(32767),
pattern_key varchar2(32767),
realized_expression varchar2(32767),
time_external timestamp with time zone,
time_harvested timestamp with time zone,
object_relationships dbms_cloud_oci_datacatalog_object_relationship_tbl,
time_status_updated timestamp with time zone,
is_logical number,
is_partition number,
data_asset_key varchar2(32767),
folder_key varchar2(32767),
folder_name varchar2(32767),
path varchar2(32767),
harvest_status varchar2(32767),
last_job_key varchar2(32767),
type_key varchar2(32767),
uri varchar2(32767),
object_storage_url varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_entity_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_entity_t (
key varchar2,
display_name varchar2,
business_name varchar2,
description varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2,
lifecycle_state varchar2,
lifecycle_details varchar2,
external_key varchar2,
pattern_key varchar2,
realized_expression varchar2,
time_external timestamp with time zone,
time_harvested timestamp with time zone,
object_relationships dbms_cloud_oci_datacatalog_object_relationship_tbl,
time_status_updated timestamp with time zone,
is_logical number,
is_partition number,
data_asset_key varchar2,
folder_key varchar2,
folder_name varchar2,
path varchar2,
harvest_status varchar2,
last_job_key varchar2,
type_key varchar2,
uri varchar2,
object_storage_url varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique data entity key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
business_name
(optional) Optional user friendly business name of the data entity. If set, this supplements the harvested display name of the object.
description
(optional) Detailed description of a data entity.
time_created
(optional) The date and time the data entity was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) The last time that any change was made to the data entity. An RFC3339 formatted datetime string.
created_by_id
(optional) OCID of the user who created this object in the data catalog.
updated_by_id
(optional) OCID of the user who updated this object in the data catalog.
(optional) A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations, see service documentation for details.
external_key
(optional) Unique external key of this object in the source system.
pattern_key
(optional) Key of the associated pattern if this is a logical entity.
realized_expression
(optional) The expression realized after resolving qualifiers . Used in deriving this logical entity
time_external
(optional) Last modified timestamp of this object in the external system.
time_harvested
(optional) The date and time the entity was harvested, in the format defined by RFC3339.
object_relationships
(optional) List of objects and their relationships to this entity.
time_status_updated
(optional) Time that the data entities status was last updated. An RFC3339 formatted datetime string.
is_logical
(optional) Property that identifies if the object is a physical object (materialized) or virtual/logical object defined on other objects.
is_partition
(optional) Property that identifies if an object is a sub object of a physical or materialized parent object.
data_asset_key
(optional) Unique key of the parent data asset.
folder_key
(optional) Key of the associated folder.
folder_name
(optional) Name of the associated folder. This name is harvested from the source data asset when the parent folder for the entiy is harvested.
path
(optional) Full path of the data entity.
harvest_status
(optional) Status of the object as updated by the harvest process.
(optional) Key of the last harvest process to update this object.
type_key
(optional) The type of data entity object. Type key's can be found via the '/types' endpoint.
uri
(optional) URI to the data entity instance in the API.
object_storage_url
(optional) URL of the data entity in the object store.
custom_property_members
(optional) The list of customized properties along with the values for this object
properties
(optional) A map of maps that contains the properties which are specific to the entity type. Each entity type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data entities have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_ENTITY_SUMMARY_T Type 🔗
Summary of an data entity. A representation of data with a set of attributes, normally representing a single business entity. Synonymous with 'table' or 'view' in a database, or a single logical file structure that one or many files may match.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_entity_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
business_name varchar2(32767),
description varchar2(32767),
is_logical number,
is_partition number,
data_asset_key varchar2(32767),
folder_key varchar2(32767),
folder_name varchar2(32767),
external_key varchar2(32767),
pattern_key varchar2(32767),
type_key varchar2(32767),
realized_expression varchar2(32767),
path varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
updated_by_id varchar2(32767),
uri varchar2(32767),
object_storage_url varchar2(32767),
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_entity_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_entity_summary_t (
key varchar2,
display_name varchar2,
business_name varchar2,
description varchar2,
is_logical number,
is_partition number,
data_asset_key varchar2,
folder_key varchar2,
folder_name varchar2,
external_key varchar2,
pattern_key varchar2,
type_key varchar2,
realized_expression varchar2,
path varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
updated_by_id varchar2,
uri varchar2,
object_storage_url varchar2,
lifecycle_state varchar2,
lifecycle_details varchar2,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique data entity key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
business_name
(optional) Optional user friendly business name of the data entity. If set, this supplements the harvested display name of the object.
description
(optional) Detailed description of a data entity.
is_logical
(optional) Property that identifies if the object is a physical object (materialized) or virtual/logical object defined on other objects.
is_partition
(optional) Property that identifies if an object is a sub object of a physical or materialized parent object.
data_asset_key
(optional) Unique key of the parent data asset.
folder_key
(optional) Key of the associated folder.
folder_name
(optional) Name of the associated folder. This name is harvested from the source data asset when the parent folder for the entiy is harvested.
external_key
(optional) Unique external key of this object in the source system.
pattern_key
(optional) Key of the associated pattern if this is a logical entity.
type_key
(optional) The type of data entity object. Type keys can be found via the '/types' endpoint.
realized_expression
(optional) The expression realized after resolving qualifiers . Used in deriving this logical entity
path
(optional) Full path of the data entity.
time_created
(optional) The date and time the data entity was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) The last time that any change was made to the data entity. An RFC3339 formatted datetime string.
updated_by_id
(optional) OCID of the user who updated this object in the data catalog.
uri
(optional) URI to the data entity instance in the API.
object_storage_url
(optional) URL of the data entity in the object store.
(optional) A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations, see service documentation for details.
properties
(optional) A map of maps that contains the properties which are specific to the entity type. Each entity type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data entities have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_ENTITY_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_entity_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_entity_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_entity_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_ENTITY_COLLECTION_T Type 🔗
Results of a data entities listing. Data entities are representation of a dataset with a set of attributes.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_entity_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_entity_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_entity_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_entity_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_entity_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of data entities.
DBMS_CLOUD_OCI_DATACATALOG_LINEAGE_OBJECT_T Type 🔗
Object describing an individual element of object lineage.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_lineage_object_t FORCE AUTHID CURRENT_USER IS OBJECT (
object_key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
is_intra_lineage_available number,
parent_key varchar2(32767),
parent_path varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
type_name varchar2(32767),
type_key varchar2(32767),
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_lineage_object_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_lineage_object_t (
object_key varchar2,
display_name varchar2,
description varchar2,
is_intra_lineage_available number,
parent_key varchar2,
parent_path varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
type_name varchar2,
type_key varchar2,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
object_key
(optional) Key of the object, such as an entity, about which this lineage applies.
display_name
(optional) Display name of the object.
description
(optional) Detailed description of the object.
is_intra_lineage_available
(optional) Indicates if intra-lineage is available for this given object. If yes, drill-down can be requested for this object.
parent_key
(optional) Key of the parent object for this object.
parent_path
(optional) Full path of the parent object.
time_created
(optional) The time that this object was created. An RFC3339 formatted datetime string.
time_updated
(optional) The time that this object was updated. An RFC3339 formatted datetime string.
type_name
(optional) Type name of the object. Type keys can be found via the '/types' endpoint.
type_key
(optional) Type key of the object. Type keys can be found via the '/types' endpoint.
properties
(optional) A map of maps that contains the properties which are specific to the entity type. Each entity type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data entities have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_LINEAGE_RELATIONSHIP_T Type 🔗
Declares how two elements of object lineage are related.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_lineage_relationship_t FORCE AUTHID CURRENT_USER IS OBJECT (
from_object_key varchar2(32767),
to_object_key varchar2(32767),
relationship_type varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_lineage_relationship_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_lineage_relationship_t (
from_object_key varchar2,
to_object_key varchar2,
relationship_type varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
from_object_key
(optional) Object key of source lineage element.
to_object_key
(optional) Object key of target lineage element.
relationship_type
(optional) Type of the relationship.
DBMS_CLOUD_OCI_DATACATALOG_LINEAGE_OBJECT_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_lineage_object_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_lineage_object_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_lineage_object_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_LINEAGE_RELATIONSHIP_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_lineage_relationship_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_lineage_relationship_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_lineage_relationship_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_ENTITY_LINEAGE_T Type 🔗
Lineage for a data entity.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_entity_lineage_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_level number,
direction varchar2(32767),
objects dbms_cloud_oci_datacatalog_lineage_object_tbl,
relationships dbms_cloud_oci_datacatalog_lineage_relationship_tbl,
annotations json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_entity_lineage_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_entity_lineage_t (
l_level number,
direction varchar2,
objects dbms_cloud_oci_datacatalog_lineage_object_tbl,
relationships dbms_cloud_oci_datacatalog_lineage_relationship_tbl,
annotations json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_level
(required) Object level at which the lineage is returned.
(optional) Set of objects that are involved in the lineage.
relationships
(optional) Set of relationships between the objects in the 'objects' set.
annotations
(optional) A map of maps that contains additional information in explanation of the lineage returned. The map keys are categories of information and the values are maps of annotation names to their corresponding values. Every annotation is contained inside a category. Example: `{\"annotations\": { \"category\": { \"key\": \"value\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_ENTITY_TAG_T Type 🔗
Represents an association of an entity to a term.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_entity_tag_t FORCE AUTHID CURRENT_USER IS OBJECT (
entity_key varchar2(32767),
key varchar2(32767),
name varchar2(32767),
term_key varchar2(32767),
term_path varchar2(32767),
term_description varchar2(32767),
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
created_by_id varchar2(32767),
uri varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_entity_tag_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_entity_tag_t (
entity_key varchar2,
key varchar2,
name varchar2,
term_key varchar2,
term_path varchar2,
term_description varchar2,
lifecycle_state varchar2,
time_created timestamp with time zone,
created_by_id varchar2,
uri varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
entity_key
(optional) The unique key of the parent entity.
key
(required) Unique tag key that is immutable.
name
(optional) Name of the tag which matches the term name.
(optional) The date and time the tag was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
created_by_id
(optional) OCID of the user who created the tag.
uri
(optional) URI to the tag instance in the API.
DBMS_CLOUD_OCI_DATACATALOG_ENTITY_TAG_SUMMARY_T Type 🔗
Summary of an entity tag.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_entity_tag_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
entity_key varchar2(32767),
key varchar2(32767),
time_created timestamp with time zone,
name varchar2(32767),
uri varchar2(32767),
term_key varchar2(32767),
term_path varchar2(32767),
term_description varchar2(32767),
glossary_key varchar2(32767),
lifecycle_state varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_entity_tag_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_entity_tag_summary_t (
entity_key varchar2,
key varchar2,
time_created timestamp with time zone,
name varchar2,
uri varchar2,
term_key varchar2,
term_path varchar2,
term_description varchar2,
glossary_key varchar2,
lifecycle_state varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
entity_key
(optional) The unique key of the parent entity.
key
(required) Unique tag key that is immutable.
time_created
(optional) The date and time the tag was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
name
(optional) Name of the tag that matches the term name.
uri
(optional) URI to the tag instance in the API.
term_key
(optional) Unique key of the related term.
term_path
(optional) Path of the related term.
term_description
(optional) Description of the related term.
glossary_key
(optional) Unique id of the parent glossary of the term.
DBMS_CLOUD_OCI_DATACATALOG_ENTITY_TAG_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_entity_tag_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_entity_tag_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_entity_tag_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_ENTITY_TAG_COLLECTION_T Type 🔗
Results of an entity tags listing. Entity tags allow assciation of business terms with entities.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_entity_tag_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_entity_tag_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_entity_tag_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_entity_tag_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_entity_tag_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of entity tags.
DBMS_CLOUD_OCI_DATACATALOG_ERROR_T Type 🔗
Error Information.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_error_t FORCE AUTHID CURRENT_USER IS OBJECT (
code varchar2(32767),
message varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_error_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_error_t (
code varchar2,
message varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
code
(required) A short error code that defines the error, meant for programmatic parsing.
message
(required) A human-readable error string.
DBMS_CLOUD_OCI_DATACATALOG_DATA_ASSET_EXPORT_SCOPE_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_data_asset_export_scope_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_data_asset_export_scope_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_data_asset_export_scope_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_EXPORT_DATA_ASSET_DETAILS_T Type 🔗
The details of what needs to be exported.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_export_data_asset_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
export_scope dbms_cloud_oci_datacatalog_data_asset_export_scope_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_export_data_asset_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_export_data_asset_details_t (
export_scope dbms_cloud_oci_datacatalog_data_asset_export_scope_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
export_scope
(optional) Array of objects and their child types to be selected for export.
DBMS_CLOUD_OCI_DATACATALOG_FACETED_SEARCH_AGGREGATION_T Type 🔗
Aggregation/facets on properties of data object.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_faceted_search_aggregation_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_type varchar2(32767),
aggregation json_element_t,
data_type varchar2(32767),
property_type varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_faceted_search_aggregation_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_faceted_search_aggregation_t (
l_type varchar2,
aggregation json_element_t,
data_type varchar2,
property_type varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_type
(optional) Name of data object property
aggregation
(optional) Count of number of data objects having property.
data_type
(optional) Data type of object property.
property_type
(optional) Type of property that indicates if it was defined by the user or system. CUSTOM_PROPERTY is defined by the user on a data object. DEFAULT_PROPERTY is defined by the system on a data object.
DBMS_CLOUD_OCI_DATACATALOG_FACETED_SEARCH_CUSTOM_PROPERTY_T Type 🔗
Details about custom property
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_faceted_search_custom_property_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
value varchar2(32767),
data_type varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_faceted_search_custom_property_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_faceted_search_custom_property_t (
name varchar2,
value varchar2,
data_type varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) Name of custom property field
value
(optional) Value of the custom property field
data_type
(optional) Data type of the custom property field
DBMS_CLOUD_OCI_DATACATALOG_FACETED_SEARCH_DATE_FILTER_REQUEST_T Type 🔗
Object with date filter criteria
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_faceted_search_date_filter_request_t FORCE AUTHID CURRENT_USER IS OBJECT (
field_name varchar2(32767),
time_after timestamp with time zone,
time_before timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_faceted_search_date_filter_request_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_faceted_search_date_filter_request_t (
field_name varchar2,
time_after timestamp with time zone,
time_before timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
field_name
(optional) Date field name that needs to be filtered by. Acceptable fields include TimeCreated and TimeUpdated.
time_after
(optional) The date and time the request was created, as described in RFC 3339, section 14.29.
time_before
(optional) The date and time the request was created, as described in RFC 3339, section 14.29.
DBMS_CLOUD_OCI_DATACATALOG_FACETED_SEARCH_STRING_FILTER_REQUEST_T Type 🔗
Object with string filter criteria
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_faceted_search_string_filter_request_t FORCE AUTHID CURRENT_USER IS OBJECT (
field varchar2(32767),
l_values dbms_cloud_oci_datacatalog_varchar2_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_faceted_search_string_filter_request_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_faceted_search_string_filter_request_t (
field varchar2,
l_values dbms_cloud_oci_datacatalog_varchar2_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
field
(optional) String/boolean/numerical field name that needs to be filtered by. Acceptable field names: CatalogType, AttributeType, FolderType, DataAssetType, CreatedBy, UpdatedBy, Term, Tag, DataAssetName, LifeCycleState.
l_values
(optional) Array of values that the search results needs to be filtered by. Acceptable values for field 'CatalogType': DataAsset, Folder, DataEntity, Attribute, Term, Category, Glossary, Pattern, Job, Schedule, CustomProperty. For other fields, acceptable values can be derived by inspecting the data object.
DBMS_CLOUD_OCI_DATACATALOG_FACETED_SEARCH_DATE_FILTER_REQUEST_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_faceted_search_date_filter_request_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_faceted_search_date_filter_request_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_faceted_search_date_filter_request_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_FACETED_SEARCH_STRING_FILTER_REQUEST_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_faceted_search_string_filter_request_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_faceted_search_string_filter_request_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_faceted_search_string_filter_request_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_FACETED_SEARCH_FILTER_REQUEST_T Type 🔗
Object with details about filter criteria.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_faceted_search_filter_request_t FORCE AUTHID CURRENT_USER IS OBJECT (
search_date_filters dbms_cloud_oci_datacatalog_faceted_search_date_filter_request_tbl,
search_string_filters dbms_cloud_oci_datacatalog_faceted_search_string_filter_request_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_faceted_search_filter_request_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_faceted_search_filter_request_t (
search_date_filters dbms_cloud_oci_datacatalog_faceted_search_date_filter_request_tbl,
search_string_filters dbms_cloud_oci_datacatalog_faceted_search_string_filter_request_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
search_date_filters
(optional) Object with date filter criteria
search_string_filters
(optional) Object with string filter criteria
DBMS_CLOUD_OCI_DATACATALOG_FACETED_SEARCH_SORT_REQUEST_T Type 🔗
Object with sort criteria details
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_faceted_search_sort_request_t FORCE AUTHID CURRENT_USER IS OBJECT (
sort_by varchar2(32767),
sort_order varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_faceted_search_sort_request_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_faceted_search_sort_request_t (
sort_by varchar2,
sort_order varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
sort_by
(optional) Filed name that needs to be sorted by.
sort_order
(optional) Sort order for search results.
Allowed values are: 'ASC', 'DESC'
DBMS_CLOUD_OCI_DATACATALOG_FETCH_ENTITY_LINEAGE_DETAILS_T Type 🔗
The information needed to obtain desired lineage.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_fetch_entity_lineage_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_level number,
direction varchar2(32767),
is_intra_lineage number,
intra_lineage_object_key varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_fetch_entity_lineage_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_fetch_entity_lineage_details_t (
l_level number,
direction varchar2,
is_intra_lineage number,
intra_lineage_object_key varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_level
(optional) Object level at which the lineage is returned.
(optional) Intra-lineages are drill down lineages. This field indicates whether all intra-lineages need to be expanded inline in the lineage returned.
intra_lineage_object_key
(optional) Unique object key for which intra-lineage needs to be fetched. Only drill-down lineage corresponding to the object whose object key is passed is returned.
DBMS_CLOUD_OCI_DATACATALOG_FOLDER_T Type 🔗
A generic term used in the data catalog for an external organization concept used for a collection of data entities or processes within a data asset. This term is an internal term which models multiple external types of folder, such as file directories, database schemas, and so on. Some data assets, such as Object Store containers, may contain many levels of folders.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_folder_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
business_name varchar2(32767),
description varchar2(32767),
parent_folder_key varchar2(32767),
type_key varchar2(32767),
time_harvested timestamp with time zone,
object_relationships dbms_cloud_oci_datacatalog_object_relationship_tbl,
path varchar2(32767),
data_asset_key varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl,
properties json_element_t,
external_key varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
time_external timestamp with time zone,
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
harvest_status varchar2(32767),
last_job_key varchar2(32767),
uri varchar2(32767),
object_storage_url varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_folder_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_folder_t (
key varchar2,
display_name varchar2,
business_name varchar2,
description varchar2,
parent_folder_key varchar2,
type_key varchar2,
time_harvested timestamp with time zone,
object_relationships dbms_cloud_oci_datacatalog_object_relationship_tbl,
path varchar2,
data_asset_key varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl,
properties json_element_t,
external_key varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2,
time_external timestamp with time zone,
lifecycle_state varchar2,
lifecycle_details varchar2,
harvest_status varchar2,
last_job_key varchar2,
uri varchar2,
object_storage_url varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique folder key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
business_name
(optional) Optional user friendly business name of the folder. If set, this supplements the harvested display name of the object.
description
(optional) Detailed description of a folder.
parent_folder_key
(optional) The unique key of the containing folder or null if there is no parent folder.
type_key
(optional) The type of folder object. Type keys can be found via the '/types' endpoint.
time_harvested
(optional) The date and time the folder was harvested, in the format defined by RFC3339.
object_relationships
(optional) List of objects and their relationships to this folder.
path
(optional) Full path of the folder.
data_asset_key
(optional) The key of the associated data asset.
custom_property_members
(optional) The list of customized properties along with the values for this object
properties
(optional) A map of maps that contains the properties which are specific to the folder type. Each folder type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most folders have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
external_key
(optional) Unique external key of this object in the source system.
time_created
(optional) The date and time the folder was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) The last time that any change was made to the folder. An RFC3339 formatted datetime string.
created_by_id
(optional) OCID of the user who created the folder.
updated_by_id
(optional) OCID of the user who modified the folder.
time_external
(optional) Last modified timestamp of this object in the external system.
(optional) A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations, see service documentation for details.
harvest_status
(optional) Status of the object as updated by the harvest process.
(optional) The key of the last harvest process to update the metadata of this object.
uri
(optional) URI to the folder instance in the API.
object_storage_url
(optional) URL of the folder in the object store.
DBMS_CLOUD_OCI_DATACATALOG_FOLDER_SUMMARY_T Type 🔗
Summary of a folder. A generic term used in the data catalog for an external organization concept used for a collection of data entities or processes within a data asset. This term is an internal term which models multiple external types of folder, such as file directories, database schemas, and so on. Some data assets, such as Object Store containers, may contain many levels of folders.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_folder_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
business_name varchar2(32767),
description varchar2(32767),
data_asset_key varchar2(32767),
parent_folder_key varchar2(32767),
type_key varchar2(32767),
path varchar2(32767),
external_key varchar2(32767),
time_external timestamp with time zone,
time_created timestamp with time zone,
time_updated timestamp with time zone,
uri varchar2(32767),
object_storage_url varchar2(32767),
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_folder_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_folder_summary_t (
key varchar2,
display_name varchar2,
business_name varchar2,
description varchar2,
data_asset_key varchar2,
parent_folder_key varchar2,
type_key varchar2,
path varchar2,
external_key varchar2,
time_external timestamp with time zone,
time_created timestamp with time zone,
time_updated timestamp with time zone,
uri varchar2,
object_storage_url varchar2,
lifecycle_state varchar2,
lifecycle_details varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique folder key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
business_name
(optional) Optional user friendly business name of the folder. If set, this supplements the harvested display name of the object.
description
(optional) Detailed description of a folder.
data_asset_key
(optional) The unique key of the parent data asset.
parent_folder_key
(optional) The key of the containing folder or null if there is no parent.
type_key
(optional) The type of folder object. Type keys can be found via the '/types' endpoint.
path
(optional) Full path of the folder.
external_key
(optional) Unique external key of this object from the source systems.
time_external
(optional) Last modified timestamp of this object in the external system.
time_created
(optional) The date and time the folder was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) The date and time the folder was last updated, in the format defined by RFC3339. Example: 2019-03-25T21:10:29.600Z
uri
(optional) URI of the folder resource within the data catalog API.
(optional) A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations, see service documentation for details.
DBMS_CLOUD_OCI_DATACATALOG_FOLDER_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_folder_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_folder_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_folder_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_FOLDER_COLLECTION_T Type 🔗
Results of a folders listing. Folders are external organization concept that groups data entities.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_folder_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_folder_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_folder_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_folder_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_folder_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of folders.
DBMS_CLOUD_OCI_DATACATALOG_FOLDER_TAG_T Type 🔗
Represents an association of a folder to a term.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_folder_tag_t FORCE AUTHID CURRENT_USER IS OBJECT (
folder_key varchar2(32767),
key varchar2(32767),
name varchar2(32767),
term_key varchar2(32767),
term_path varchar2(32767),
term_description varchar2(32767),
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
created_by_id varchar2(32767),
uri varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_folder_tag_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_folder_tag_t (
folder_key varchar2,
key varchar2,
name varchar2,
term_key varchar2,
term_path varchar2,
term_description varchar2,
lifecycle_state varchar2,
time_created timestamp with time zone,
created_by_id varchar2,
uri varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
folder_key
(optional) The unique key of the folder associated with this tag.
key
(required) Unique tag key that is immutable.
name
(optional) Name of the tag which matches the term name.
(optional) The date and time the tag was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
created_by_id
(optional) OCID of the user who created the tag.
uri
(optional) URI to the tag instance in the API.
DBMS_CLOUD_OCI_DATACATALOG_FOLDER_TAG_SUMMARY_T Type 🔗
Summary of a folder tag.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_folder_tag_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
folder_key varchar2(32767),
key varchar2(32767),
time_created timestamp with time zone,
name varchar2(32767),
uri varchar2(32767),
term_key varchar2(32767),
term_path varchar2(32767),
term_description varchar2(32767),
glossary_key varchar2(32767),
lifecycle_state varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_folder_tag_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_folder_tag_summary_t (
folder_key varchar2,
key varchar2,
time_created timestamp with time zone,
name varchar2,
uri varchar2,
term_key varchar2,
term_path varchar2,
term_description varchar2,
glossary_key varchar2,
lifecycle_state varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
folder_key
(optional) The unique key of the parent folder.
key
(required) Unique tag key that is immutable.
time_created
(optional) The date and time the tag was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
name
(optional) Name of the tag that matches the term name.
uri
(optional) URI to the tag instance in the API.
term_key
(optional) Unique key of the related term.
term_path
(optional) Path of the related term.
term_description
(optional) Description of the related term.
glossary_key
(optional) Unique id of the parent glossary of the term.
DBMS_CLOUD_OCI_DATACATALOG_FOLDER_TAG_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_folder_tag_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_folder_tag_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_folder_tag_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_FOLDER_TAG_COLLECTION_T Type 🔗
Results of a folders tag listing. Folder tags allow association of folder objects to business terms.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_folder_tag_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_folder_tag_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_folder_tag_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_folder_tag_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_folder_tag_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of folder tags.
DBMS_CLOUD_OCI_DATACATALOG_GLOSSARY_T Type 🔗
Full glossary details. A glossary of business terms, such as 'Customer', 'Account', 'Contact' , 'Address', or 'Product', with definitions, used to provide common meaning across disparate data assets. Business glossaries may be hierarchical where some terms may contain child terms to allow them to be used as 'taxonomies'. By linking data assets, data entities, and attributes to glossaries and glossary terms, the glossary can act as a way of organizing data catalog objects in a hierarchy to make a large number of objects more navigable and easier to consume. Objects in the data aatalog, such as data assets or data entities, may be linked to any level in the glossary, so that the glossary can be used to browse the available data according to the business model of the organization.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_glossary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
catalog_id varchar2(32767),
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
owner varchar2(32767),
workflow_status varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl,
import_job_definition_key varchar2(32767),
import_job_key varchar2(32767),
latest_import_job_execution_key varchar2(32767),
latest_import_job_execution_status varchar2(32767),
uri varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_glossary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_glossary_t (
key varchar2,
display_name varchar2,
description varchar2,
catalog_id varchar2,
lifecycle_state varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2,
owner varchar2,
workflow_status varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl,
import_job_definition_key varchar2,
import_job_key varchar2,
latest_import_job_execution_key varchar2,
latest_import_job_execution_status varchar2,
uri varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique glossary key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
(optional) The list of customized properties along with the values for this object
import_job_definition_key
(optional) The unique key of the job definition resource that was used in the Glossary import.
import_job_key
(optional) The unique key of the job policy for Glossary import.
latest_import_job_execution_key
(optional) The unique key of the parent job execution for which the log resource was created.
latest_import_job_execution_status
(optional) Status of the latest glossary import job execution, such as running, paused, or completed. This may include additional information like time import started , import file size and % of completion
uri
(optional) URI to the tag instance in the API.
DBMS_CLOUD_OCI_DATACATALOG_GLOSSARY_SUMMARY_T Type 🔗
Summary of a glossary. A glossary of business terms, such as 'Customer', 'Account', 'Contact', 'Address', or 'Product', with definitions, used to provide common meaning across disparate data assets. Business glossaries may be hierarchical where some terms may contain child terms to allow them to be used as 'taxonomies'. By linking data assets, data entities, and attributes to glossaries and glossary terms, the glossary can act as a way of organizing data catalog objects in a hierarchy to make a large number of objects more navigable and easier to consume. Objects in the data catalog, such as data assets or data entities, may be linked to any level in the glossary, so that the glossary can be used to browse the available data according to the business model of the organization.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_glossary_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
catalog_id varchar2(32767),
time_created timestamp with time zone,
description varchar2(32767),
uri varchar2(32767),
workflow_status varchar2(32767),
lifecycle_state varchar2(32767),
import_job_definition_key varchar2(32767),
import_job_key varchar2(32767),
latest_import_job_execution_key varchar2(32767),
latest_import_job_execution_status varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_glossary_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_glossary_summary_t (
key varchar2,
display_name varchar2,
catalog_id varchar2,
time_created timestamp with time zone,
description varchar2,
uri varchar2,
workflow_status varchar2,
lifecycle_state varchar2,
import_job_definition_key varchar2,
import_job_key varchar2,
latest_import_job_execution_key varchar2,
latest_import_job_execution_status varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique glossary key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
catalog_id
(optional) The data catalog's OCID.
time_created
(optional) The date and time the glossary was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
description
(optional) Detailed description of the glossary.
uri
(optional) URI to the glossary instance in the API.
workflow_status
(optional) Status of the approval process workflow for this business glossary.
(optional) The unique key of the job definition resource that was used in the Glossary import.
import_job_key
(optional) The unique key of the job policy for Glossary import.
latest_import_job_execution_key
(optional) The unique key of the parent job execution for which the log resource was created.
latest_import_job_execution_status
(optional) Status of the latest glossary import job execution, such as running, paused, or completed. This may include additional information like time import started , import file size and % of completion
DBMS_CLOUD_OCI_DATACATALOG_GLOSSARY_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_glossary_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_glossary_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_glossary_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_GLOSSARY_COLLECTION_T Type 🔗
Results of a glossaries listing. Glossary is an organizing concept for business terms to provide a unified semantic model across disparate data assets.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_glossary_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_glossary_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_glossary_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_glossary_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_glossary_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of glossaries.
DBMS_CLOUD_OCI_DATACATALOG_GLOSSARY_PERMISSIONS_SUMMARY_T Type 🔗
Permissions object for glosssaries.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_glossary_permissions_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
glossary_key varchar2(32767),
user_permissions dbms_cloud_oci_datacatalog_varchar2_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_glossary_permissions_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_glossary_permissions_summary_t (
glossary_key varchar2,
user_permissions dbms_cloud_oci_datacatalog_varchar2_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_GLOSSARY_TREE_ELEMENT_ABS_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_glossary_tree_element_abs_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_glossary_tree_element_abs_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_glossary_tree_element_abs_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_GLOSSARY_TREE_ELEMENT_T Type 🔗
Glossary tree element with child terms.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_glossary_tree_element_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_datacatalog_glossary_tree_element_abs_t (
child_terms dbms_cloud_oci_datacatalog_glossary_tree_element_abs_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_glossary_tree_element_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_glossary_tree_element_t (
key varchar2,
display_name varchar2,
description varchar2,
glossary_key varchar2,
uri varchar2,
parent_term_key varchar2,
is_allowed_to_have_child_terms number,
path varchar2,
time_created timestamp with time zone,
workflow_status varchar2,
associated_object_count number,
lifecycle_state varchar2,
child_terms dbms_cloud_oci_datacatalog_glossary_tree_element_abs_tbl
) RETURN SELF AS RESULT
);
Fields
Field
Description
child_terms
(optional) An array of child terms.
DBMS_CLOUD_OCI_DATACATALOG_GLOSSARY_TREE_ELEMENT_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_glossary_tree_element_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_glossary_tree_element_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_glossary_tree_element_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_IMPORT_CONNECTION_DETAILS_T Type 🔗
Import connection from the connection metadata and oracle wallet file.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_import_connection_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
connection_detail dbms_cloud_oci_datacatalog_create_connection_details_t,
connection_payload clob,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_import_connection_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_import_connection_details_t (
connection_detail dbms_cloud_oci_datacatalog_create_connection_details_t,
connection_payload clob
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
connection_detail
(optional)
connection_payload
(required) The information used to import the connection.
DBMS_CLOUD_OCI_DATACATALOG_IMPORT_DATA_ASSET_DETAILS_T Type 🔗
Specifies the file contents to be imported.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_import_data_asset_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
import_file_contents clob,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_import_data_asset_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_import_data_asset_details_t (
import_file_contents clob
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
import_file_contents
(required) The file contents to be imported. File size not to exceed 10 MB.
DBMS_CLOUD_OCI_DATACATALOG_IMPORT_DATA_ASSET_JOB_RESULT_T Type 🔗
Information about a data asset import operation.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_import_data_asset_job_result_t FORCE AUTHID CURRENT_USER IS OBJECT (
data_asset_key varchar2(32767),
import_job_definition_key varchar2(32767),
import_job_key varchar2(32767),
import_job_execution_key varchar2(32767),
import_job_execution_status varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_import_data_asset_job_result_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_import_data_asset_job_result_t (
data_asset_key varchar2,
import_job_definition_key varchar2,
import_job_key varchar2,
import_job_execution_key varchar2,
import_job_execution_status varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
data_asset_key
(required) The unique key of the data asset on which import is triggered.
import_job_definition_key
(optional) The unique key of the job definition resource that is used for the import.
import_job_key
(optional) The unique key of the job policy for the import.
import_job_execution_key
(optional) The unique key of the parent job execution for which the log resource is created.
import_job_execution_status
(optional) The status of the import job execution.
DBMS_CLOUD_OCI_DATACATALOG_IMPORT_GLOSSARY_DETAILS_T Type 🔗
Import glossary from the contents of the glossary definition file.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_import_glossary_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
glossary_file_contents clob,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_import_glossary_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_import_glossary_details_t (
glossary_file_contents clob
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
glossary_file_contents
(optional) The file contents used for the import of glossary.
DBMS_CLOUD_OCI_DATACATALOG_JOB_T Type 🔗
Details of a job. Jobs are scheduled instances of a job definition.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
catalog_id varchar2(32767),
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
job_type varchar2(32767),
schedule_cron_expression varchar2(32767),
time_schedule_begin timestamp with time zone,
time_schedule_end timestamp with time zone,
schedule_type varchar2(32767),
connection_key varchar2(32767),
job_definition_key varchar2(32767),
internal_version varchar2(32767),
execution_count number,
time_of_latest_execution timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
job_definition_name varchar2(32767),
data_asset_key varchar2(32767),
glossary_key varchar2(32767),
error_code varchar2(32767),
error_message varchar2(32767),
uri varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_t (
key varchar2,
display_name varchar2,
description varchar2,
catalog_id varchar2,
lifecycle_state varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
job_type varchar2,
schedule_cron_expression varchar2,
time_schedule_begin timestamp with time zone,
time_schedule_end timestamp with time zone,
schedule_type varchar2,
connection_key varchar2,
job_definition_key varchar2,
internal_version varchar2,
execution_count number,
time_of_latest_execution timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2,
job_definition_name varchar2,
data_asset_key varchar2,
glossary_key varchar2,
error_code varchar2,
error_message varchar2,
uri varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique key of the job resource.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
(optional) Interval on which the job will be run. Value is specified as a cron-supported time specification \"nickname\". The following subset of those is supported: @monthly, @weekly, @daily, @hourly. For metastore sync, an additional option @default is supported, which will schedule jobs at a more granular frequency.
time_schedule_begin
(optional) Date that the schedule should be operational. An RFC3339 formatted datetime string.
time_schedule_end
(optional) Date that the schedule should end from being operational. An RFC3339 formatted datetime string.
schedule_type
(optional) Type of job schedule that is inferred from the scheduling properties.
Allowed values are: 'SCHEDULED', 'IMMEDIATE'
connection_key
(optional) The key of the connection used by the job. This connection will override the default connection specified in the associated job definition. All executions will use this connection.
job_definition_key
(optional) The unique key of the job definition resource that defined the scope of this job.
internal_version
(optional) Internal version of the job resource.
execution_count
(optional) The total number of executions for this job schedule.
time_of_latest_execution
(optional) The date and time of the most recent execution for this Job, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
created_by_id
(optional) OCID of the user who created this job.
updated_by_id
(optional) OCID of the user who updated this job.
job_definition_name
(optional) The display name of the job definition resource that defined the scope of this job.
data_asset_key
(optional) Unique key of the data asset to which this job applies, if the job involves a data asset.
glossary_key
(optional) Unique key of the glossary to which this job applies.
error_code
(optional) Error code returned from the latest job execution for this job. Useful when the latest Job execution is in FAILED state.
error_message
(optional) Error message returned from the latest job execution for this job. Useful when the latest Job Execution is in a FAILED state.
uri
(optional) URI to the job instance in the API.
DBMS_CLOUD_OCI_DATACATALOG_JOB_EXECUTION_SUMMARY_T Type 🔗
A list of job executions. A job execution is a unit of work being executed on behalf of a job.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_execution_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
job_key varchar2(32767),
job_type varchar2(32767),
parent_key varchar2(32767),
schedule_instance_key varchar2(32767),
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
time_started timestamp with time zone,
time_ended timestamp with time zone,
uri varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_execution_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_execution_summary_t (
key varchar2,
job_key varchar2,
job_type varchar2,
parent_key varchar2,
schedule_instance_key varchar2,
lifecycle_state varchar2,
time_created timestamp with time zone,
time_started timestamp with time zone,
time_ended timestamp with time zone,
uri varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique key of the job execution resource.
(optional) The date and time the job execution was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_started
(optional) Time that job execution started. An RFC3339 formatted datetime string.
time_ended
(optional) Time that the job execution ended or null if it hasn't yet completed. An RFC3339 formatted datetime string.
uri
(optional) URI to the job execution instance in the API.
DBMS_CLOUD_OCI_DATACATALOG_JOB_EXECUTION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_job_execution_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_execution_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_job_execution_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_JOB_SUMMARY_T Type 🔗
Details of a job. Jobs are scheduled instances of a job definition.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
uri varchar2(32767),
display_name varchar2(32767),
catalog_id varchar2(32767),
job_definition_key varchar2(32767),
lifecycle_state varchar2(32767),
job_type varchar2(32767),
schedule_type varchar2(32767),
description varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
schedule_cron_expression varchar2(32767),
time_schedule_begin timestamp with time zone,
execution_count number,
time_of_latest_execution timestamp with time zone,
job_definition_name varchar2(32767),
data_asset_key varchar2(32767),
glossary_key varchar2(32767),
error_code varchar2(32767),
error_message varchar2(32767),
executions dbms_cloud_oci_datacatalog_job_execution_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_summary_t (
key varchar2,
uri varchar2,
display_name varchar2,
catalog_id varchar2,
job_definition_key varchar2,
lifecycle_state varchar2,
job_type varchar2,
schedule_type varchar2,
description varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2,
schedule_cron_expression varchar2,
time_schedule_begin timestamp with time zone,
execution_count number,
time_of_latest_execution timestamp with time zone,
job_definition_name varchar2,
data_asset_key varchar2,
glossary_key varchar2,
error_code varchar2,
error_message varchar2,
executions dbms_cloud_oci_datacatalog_job_execution_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique key of the job.
uri
(optional) URI to the job instance in the API.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
catalog_id
(optional) The data catalog's OCID.
job_definition_key
(optional) The unique key of the job definition resource that defined the scope of this job.
lifecycle_state
(optional) Lifecycle state of the job, such as running, paused, or completed.
(optional) Type of job schedule that is inferred from the scheduling properties.
description
(optional) Detailed description of the job.
time_created
(optional) The date and time the job was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) Time that this job was last updated. An RFC3339 formatted datetime string.
created_by_id
(optional) OCID of the user who created this job.
updated_by_id
(optional) OCID of the user who updated this job.
schedule_cron_expression
(optional) Interval on which the job will be run. Value is specified as a cron-supported time specification \"nickname\". The following subset of those is supported: @monthly, @weekly, @daily, @hourly. For metastore sync, an additional option @default is supported, which will schedule jobs at a more granular frequency.
time_schedule_begin
(optional) Date that the schedule should be operational. An RFC3339 formatted datetime string.
execution_count
(optional) The total number of executions for this job schedule.
time_of_latest_execution
(optional) The date and time of the most recent execution for this job, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
job_definition_name
(optional) The display name of the job definition resource that defined the scope of this job.
data_asset_key
(optional) Unique key of the data asset to which this job applies, if the job involves a data asset.
glossary_key
(optional) Unique key of the glossary to which this job applies.
error_code
(optional) Error code returned from the latest job execution for this job. Useful when the latest Job execution is in FAILED state.
error_message
(optional) Error message returned from the latest job execution for this job. Useful when the latest Job Execution is in a FAILED state.
executions
(optional) Array of the executions summary associated with this job.
DBMS_CLOUD_OCI_DATACATALOG_JOB_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_job_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_job_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_JOB_COLLECTION_T Type 🔗
Results of a jobs listing. Jobs are scheduled instances of a job definition.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_job_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_job_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of jobs.
DBMS_CLOUD_OCI_DATACATALOG_JOB_DEFINITION_T Type 🔗
Representation of a job definition resource. Job definitions define the harvest scope and includes the list of objects to be harvested along with a schedule. The list of objects is usually specified through a combination of object type, regular expressions, or specific names of objects and a sample size for the data harvested.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_definition_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
catalog_id varchar2(32767),
job_type varchar2(32767),
is_incremental number,
data_asset_key varchar2(32767),
glossary_key varchar2(32767),
description varchar2(32767),
connection_key varchar2(32767),
internal_version varchar2(32767),
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
uri varchar2(32767),
is_sample_data_extracted number,
sample_data_size_in_m_bs number,
time_latest_execution_started timestamp with time zone,
time_latest_execution_ended timestamp with time zone,
job_execution_state varchar2(32767),
schedule_type varchar2(32767),
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_definition_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_definition_t (
key varchar2,
display_name varchar2,
catalog_id varchar2,
job_type varchar2,
is_incremental number,
data_asset_key varchar2,
glossary_key varchar2,
description varchar2,
connection_key varchar2,
internal_version varchar2,
lifecycle_state varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2,
uri varchar2,
is_sample_data_extracted number,
sample_data_size_in_m_bs number,
time_latest_execution_started timestamp with time zone,
time_latest_execution_ended timestamp with time zone,
job_execution_state varchar2,
schedule_type varchar2,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique key of the job definition resource that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
(optional) Type of job schedule for the latest job executed.
Allowed values are: 'SCHEDULED', 'IMMEDIATE'
properties
(optional) A map of maps that contains the properties which are specific to the job type. Each job type definition may define it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most job definitions have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_JOB_DEFINITION_SUMMARY_T Type 🔗
A list of job definition resources. Job definitions define the harvest scope and includes the list of objects to be harvested along with a schedule. The list of objects is usually specified through a combination of object type, regular expressions, or specific names of objects and a sample size for the data harvested.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_definition_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
catalog_id varchar2(32767),
uri varchar2(32767),
job_type varchar2(32767),
lifecycle_state varchar2(32767),
is_sample_data_extracted number,
time_created timestamp with time zone,
connection_key varchar2(32767),
time_latest_execution_started timestamp with time zone,
time_latest_execution_ended timestamp with time zone,
job_execution_state varchar2(32767),
schedule_type varchar2(32767),
data_asset_key varchar2(32767),
glossary_key varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_definition_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_definition_summary_t (
key varchar2,
display_name varchar2,
description varchar2,
catalog_id varchar2,
uri varchar2,
job_type varchar2,
lifecycle_state varchar2,
is_sample_data_extracted number,
time_created timestamp with time zone,
connection_key varchar2,
time_latest_execution_started timestamp with time zone,
time_latest_execution_ended timestamp with time zone,
job_execution_state varchar2,
schedule_type varchar2,
data_asset_key varchar2,
glossary_key varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique key of the job definition resource that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the job definition.
catalog_id
(optional) The data catalog's OCID.
uri
(optional) URI to the job definition instance in the API.
(optional) Type of job schedule for the latest job executed.
Allowed values are: 'SCHEDULED', 'IMMEDIATE'
data_asset_key
(optional) Unique key of the data asset to which this job applies, if the job involves a data asset.
glossary_key
(optional) Unique key of the glossary to which this job applies, if the job involves a glossary.
DBMS_CLOUD_OCI_DATACATALOG_JOB_DEFINITION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_job_definition_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_definition_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_job_definition_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_JOB_DEFINITION_COLLECTION_T Type 🔗
Results of a job definition listing. Job definitions are resources that describe the scope and type of jobs (eg: harvest, profiling, sampling) that are defined by users in the system.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_definition_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_job_definition_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_definition_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_definition_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_job_definition_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of job definitions.
DBMS_CLOUD_OCI_DATACATALOG_JOB_DEFINITION_PERMISSIONS_SUMMARY_T Type 🔗
Permissions object for job definitions.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_definition_permissions_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
job_definition_key varchar2(32767),
user_permissions dbms_cloud_oci_datacatalog_varchar2_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_definition_permissions_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_definition_permissions_summary_t (
job_definition_key varchar2,
user_permissions dbms_cloud_oci_datacatalog_varchar2_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
job_definition_key
(optional) The unique key of the parent job definition.
user_permissions
(optional) An array of permissions.
DBMS_CLOUD_OCI_DATACATALOG_JOB_DEFINITION_SCOPE_T Type 🔗
Defines the rules or criteria based on which the scope for job definition is circumscribed.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_definition_scope_t FORCE AUTHID CURRENT_USER IS OBJECT (
folder_name varchar2(32767),
entity_name varchar2(32767),
folder_name_filter varchar2(32767),
entity_name_filter varchar2(32767),
is_sample_data_extracted number,
sample_data_size_in_m_bs number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_definition_scope_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_definition_scope_t (
folder_name varchar2,
entity_name varchar2,
folder_name_filter varchar2,
entity_name_filter varchar2,
is_sample_data_extracted number,
sample_data_size_in_m_bs number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
folder_name
(optional) Name of the folder or schema for this metadata harvest.
entity_name
(optional) Name of the entity for this metadata harvest.
folder_name_filter
(optional) Filter rules with regular expression to specify folder names for this metadata harvest.
entity_name_filter
(optional) Filter rules with regular expression to specify entity names for this metadata harvest.
is_sample_data_extracted
(optional) Specify if sample data to be extracted as part of this harvest.
sample_data_size_in_m_bs
(optional) Specify the sample data size in MB, specified as number of rows, for this metadata harvest.
DBMS_CLOUD_OCI_DATACATALOG_JOB_EXECUTION_T Type 🔗
A job execution is a unit of work being executed on behalf of a job.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_execution_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
job_key varchar2(32767),
job_type varchar2(32767),
sub_type varchar2(32767),
parent_key varchar2(32767),
schedule_instance_key varchar2(32767),
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
time_started timestamp with time zone,
time_ended timestamp with time zone,
error_code varchar2(32767),
error_message varchar2(32767),
process_key varchar2(32767),
external_url varchar2(32767),
event_key varchar2(32767),
data_entity_key varchar2(32767),
created_by_id varchar2(32767),
updated_by varchar2(32767),
uri varchar2(32767),
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_execution_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_execution_t (
key varchar2,
job_key varchar2,
job_type varchar2,
sub_type varchar2,
parent_key varchar2,
schedule_instance_key varchar2,
lifecycle_state varchar2,
time_created timestamp with time zone,
time_started timestamp with time zone,
time_ended timestamp with time zone,
error_code varchar2,
error_message varchar2,
process_key varchar2,
external_url varchar2,
event_key varchar2,
data_entity_key varchar2,
created_by_id varchar2,
updated_by varchar2,
uri varchar2,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique key of the job execution resource.
(optional) The date and time the job execution was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_started
(optional) Time that job execution started. An RFC3339 formatted datetime string.
time_ended
(optional) Time that the job execution ended or null if it hasn't yet completed. An RFC3339 formatted datetime string.
error_code
(optional) Error code returned from the job execution or null if job is still running or didn't return an error.
error_message
(optional) Error message returned from the job execution or null if job is still running or didn't return an error.
process_key
(optional) Process identifier related to the job execution if the job is an external job.
external_url
(optional) If the job is an external process, then a URL of the job for accessing this resource and its status.
event_key
(optional) An identifier used for log message correlation.
data_entity_key
(optional) The key of the associated data entity resource.
created_by_id
(optional) OCID of the user who created the job execution.
updated_by
(optional) OCID of the user who updated the job execution.
uri
(optional) URI to the job execution instance in the API.
properties
(optional) A map of maps that contains the execution context properties which are specific to a job execution. Each job execution may define it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most job executions have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_JOB_EXECUTION_COLLECTION_T Type 🔗
Results of a job executions listing. Job executions are execution instances of a scheduled job.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_execution_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_job_execution_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_execution_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_execution_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_job_execution_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of job executions.
DBMS_CLOUD_OCI_DATACATALOG_JOB_LOG_T Type 🔗
Job log details. A job log is an audit log record inserted during the lifecycle of a job execution instance.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_log_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
job_execution_key varchar2(32767),
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
time_updated timestamp with time zone,
time_created timestamp with time zone,
severity varchar2(32767),
log_message varchar2(32767),
uri varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_log_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_log_t (
key varchar2,
job_execution_key varchar2,
created_by_id varchar2,
updated_by_id varchar2,
time_updated timestamp with time zone,
time_created timestamp with time zone,
severity varchar2,
log_message varchar2,
uri varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique key of the job log that is immutable.
job_execution_key
(optional) The unique key of the parent job execution for which the log resource was created.
created_by_id
(optional) OCID of the user who created the log record for this job. Usually the executor of the job instance.
updated_by_id
(optional) OCID of the user who created the log record for this job. Usually the executor of the job instance.
time_updated
(optional) Job log update time. An RFC3339 formatted datetime string.
time_created
(optional) The date and time the job log was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
severity
(optional) Severity level for this log.
log_message
(optional) Message for this job log.
uri
(optional) URI to the job log instance in the API.
DBMS_CLOUD_OCI_DATACATALOG_JOB_LOG_SUMMARY_T Type 🔗
A list of job execution logs. A job log is an audit log record inserted during the lifecycle of a job execution instance. There can be one or more logs for an execution instance.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_log_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
job_execution_key varchar2(32767),
uri varchar2(32767),
time_created timestamp with time zone,
severity varchar2(32767),
log_message varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_log_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_log_summary_t (
key varchar2,
job_execution_key varchar2,
uri varchar2,
time_created timestamp with time zone,
severity varchar2,
log_message varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique key of the job log that is immutable.
job_execution_key
(optional) The unique key of the parent job execution for which the log resource was created.
uri
(optional) URI to the job log instance in the API.
time_created
(optional) The date and time the job log was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
severity
(optional) Severity level for this log.
log_message
(optional) Message for this job log.
DBMS_CLOUD_OCI_DATACATALOG_JOB_LOG_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_job_log_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_log_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_job_log_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_JOB_LOG_COLLECTION_T Type 🔗
Results of a job logs Listing. A job log is an audit log record inserted during the lifecycle of a job execution instance.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_log_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_job_log_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_log_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_log_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_job_log_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of Job logs.
DBMS_CLOUD_OCI_DATACATALOG_JOB_METRIC_T Type 🔗
A set of metrics are collected periodically to assess the state and performance characteristics of the execution instance of a job. The metrics are grouped based on their category and sub categories and aggregated based on their batch information.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_metric_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
description varchar2(32767),
job_execution_key varchar2(32767),
time_inserted timestamp with time zone,
category varchar2(32767),
display_name varchar2(32767),
sub_category varchar2(32767),
unit varchar2(32767),
value varchar2(32767),
batch_key varchar2(32767),
uri varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_metric_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_metric_t (
key varchar2,
description varchar2,
job_execution_key varchar2,
time_inserted timestamp with time zone,
category varchar2,
display_name varchar2,
sub_category varchar2,
unit varchar2,
value varchar2,
batch_key varchar2,
uri varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Key of the job metric that is immutable.
description
(optional) Detailed description of the metric.
job_execution_key
(optional) The unique key of the parent job execution for which the job metric resource is being created.
time_inserted
(optional) The time the metric was logged or captured in the system where the job executed. An RFC3339 formatted datetime string.
category
(optional) Category of this metric.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
sub_category
(optional) Sub category of this metric under the category. Used for aggregating values. May be null.
unit
(optional) Unit of this metric.
value
(optional) Value of this metric.
batch_key
(optional) Batch key for grouping, may be null.
uri
(optional) URI to the job metric instance in the API.
time_created
(optional) The date and time the job metric was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) The last time that this metric was updated. An RFC3339 formatted datetime string.
created_by_id
(optional) OCID of the user who created the metric for this job. Usually the executor of the job instance.
updated_by_id
(optional) OCID of the user who created the metric for this job. Usually the executor of the job instance.
DBMS_CLOUD_OCI_DATACATALOG_JOB_METRIC_SUMMARY_T Type 🔗
Job metric summary.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_metric_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
description varchar2(32767),
job_execution_key varchar2(32767),
uri varchar2(32767),
time_created timestamp with time zone,
time_inserted timestamp with time zone,
category varchar2(32767),
display_name varchar2(32767),
sub_category varchar2(32767),
unit varchar2(32767),
value varchar2(32767),
batch_key varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_metric_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_metric_summary_t (
key varchar2,
description varchar2,
job_execution_key varchar2,
uri varchar2,
time_created timestamp with time zone,
time_inserted timestamp with time zone,
category varchar2,
display_name varchar2,
sub_category varchar2,
unit varchar2,
value varchar2,
batch_key varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Key of the job metric that is immutable.
description
(optional) Detailed description of the metric.
job_execution_key
(optional) The unique key of the parent job execution for which the job metric resource was created.
uri
(optional) URI to the job metric instance in the API.
time_created
(optional) The date and time the job metric was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_inserted
(optional) The time the metric was logged or captured in the system where the job executed. An RFC3339 formatted datetime string.
category
(optional) Category of this metric.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
sub_category
(optional) Sub category of this metric under the category. Used for aggregating values. May be null.
unit
(optional) Unit of this metric.
value
(optional) Value of this metric.
batch_key
(optional) Batch key for grouping, may be null.
DBMS_CLOUD_OCI_DATACATALOG_JOB_METRIC_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_job_metric_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_metric_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_job_metric_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_JOB_METRIC_COLLECTION_T Type 🔗
Results of a job metrics listing. Job metrics are datum about a job execution in key value pairs.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_job_metric_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_job_metric_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_metric_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_job_metric_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_job_metric_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of job metrics.
DBMS_CLOUD_OCI_DATACATALOG_METASTORE_T Type 🔗
A Data Catalog Metastore provides a centralized metastore repository for use by other OCI services.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_metastore_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
display_name varchar2(32767),
compartment_id varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
default_managed_table_location varchar2(32767),
default_external_table_location varchar2(32767),
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
freeform_tags json_element_t,
system_tags json_element_t,
defined_tags json_element_t,
locks dbms_cloud_oci_datacatalog_resource_lock_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_metastore_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_metastore_t (
id varchar2,
display_name varchar2,
compartment_id varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
default_managed_table_location varchar2,
default_external_table_location varchar2,
lifecycle_state varchar2,
lifecycle_details varchar2,
freeform_tags json_element_t,
system_tags json_element_t,
defined_tags json_element_t,
locks dbms_cloud_oci_datacatalog_resource_lock_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) The metastore's OCID.
display_name
(optional) Mutable name of the metastore.
compartment_id
(required) OCID of the compartment which holds the metastore.
time_created
(optional) Time at which the metastore was created. An RFC3339 formatted datetime string.
time_updated
(optional) Time at which the metastore was last modified. An RFC3339 formatted datetime string.
default_managed_table_location
(required) Location under which managed tables will be created by default. This references Object Storage using an HDFS URI format. Example: oci://bucket@namespace/sub-dir/
default_external_table_location
(required) Location under which external tables will be created by default. This references Object Storage using an HDFS URI format. Example: oci://bucket@namespace/sub-dir/
(optional) A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
freeform_tags
(optional) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`
system_tags
(optional) System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
defined_tags
(optional) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
locks
(optional) Locks associated with this resource.
DBMS_CLOUD_OCI_DATACATALOG_METASTORE_SUMMARY_T Type 🔗
Summary of a metastore.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_metastore_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
display_name varchar2(32767),
compartment_id varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
freeform_tags json_element_t,
system_tags json_element_t,
defined_tags json_element_t,
locks dbms_cloud_oci_datacatalog_resource_lock_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_metastore_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_metastore_summary_t (
id varchar2,
display_name varchar2,
compartment_id varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
lifecycle_state varchar2,
lifecycle_details varchar2,
freeform_tags json_element_t,
system_tags json_element_t,
defined_tags json_element_t,
locks dbms_cloud_oci_datacatalog_resource_lock_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) The metastore's OCID.
display_name
(optional) Mutable name of the metastore.
compartment_id
(required) OCID of the compartment which holds the metastore.
time_created
(optional) Time at which the metastore was created. An RFC3339 formatted datetime string.
time_updated
(optional) Time at which the metastore was last modified. An RFC3339 formatted datetime string.
(optional) A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
freeform_tags
(optional) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`
system_tags
(optional) System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
defined_tags
(optional) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
locks
(optional) Locks associated with this resource.
DBMS_CLOUD_OCI_DATACATALOG_NAMESPACE_T Type 🔗
Namespace Definition
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_namespace_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
is_service_defined number,
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_namespace_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_namespace_t (
key varchar2,
display_name varchar2,
description varchar2,
is_service_defined number,
lifecycle_state varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique namespace key that is immutable.
display_name
(optional) Name of the Namespace
description
(optional) Description for the namespace
is_service_defined
(optional) If this field is defined by service or by a user
(optional) The date and time the namespace was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) The last time that any change was made to the namespace. An RFC3339 formatted datetime string.
created_by_id
(optional) OCID of the user who created the namespace.
updated_by_id
(optional) OCID of the user who last modified the namespace.
DBMS_CLOUD_OCI_DATACATALOG_NAMESPACE_SUMMARY_T Type 🔗
Summary of a namespace
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_namespace_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
is_service_defined number,
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_namespace_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_namespace_summary_t (
key varchar2,
display_name varchar2,
description varchar2,
is_service_defined number,
lifecycle_state varchar2,
time_created timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique namespace key that is immutable.
display_name
(optional) Name of the namespace
description
(optional) Detailed description of the namespace.
is_service_defined
(optional) If this field is defined by service or by a user
(optional) The date and time the namespace was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
DBMS_CLOUD_OCI_DATACATALOG_NAMESPACE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_namespace_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_namespace_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_namespace_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_NAMESPACE_COLLECTION_T Type 🔗
Results of a namespaces listing. A namespace is an unique name tied to the first class object of data catalog which will be used to create a custom property
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_namespace_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_namespace_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_namespace_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_namespace_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_namespace_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of namespace summaries
DBMS_CLOUD_OCI_DATACATALOG_OBJECT_LINEAGE_T Type 🔗
Lineage for an object.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_object_lineage_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_level number,
direction varchar2(32767),
objects dbms_cloud_oci_datacatalog_lineage_object_tbl,
relationships dbms_cloud_oci_datacatalog_lineage_relationship_tbl,
annotations json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_object_lineage_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_object_lineage_t (
l_level number,
direction varchar2,
objects dbms_cloud_oci_datacatalog_lineage_object_tbl,
relationships dbms_cloud_oci_datacatalog_lineage_relationship_tbl,
annotations json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_level
(required) Object level at which the lineage is returned.
(optional) Set of objects that are involved in the lineage.
relationships
(optional) Set of relationships between the objects in the 'objects' set.
annotations
(optional) A map of maps that contains additional information in explanation of the lineage returned. The map keys are categories of information and the values are maps of annotation names to their corresponding values. Every annotation is contained inside a category. Example: `{\"annotations\": { \"category\": { \"key\": \"value\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_OBJECT_LINEAGE_REQUEST_DETAILS_T Type 🔗
Details needed by a lineage fetch request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_object_lineage_request_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_level number,
direction varchar2(32767),
is_intra_lineage number,
intra_lineage_object_key varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_object_lineage_request_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_object_lineage_request_details_t (
l_level number,
direction varchar2,
is_intra_lineage number,
intra_lineage_object_key varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_level
(optional) Object level at which the lineage is returned.
(optional) Intra-lineages are drill down lineages. This field indicates whether all intra-lineages need to be expanded inline in the lineage returned.
intra_lineage_object_key
(optional) Unique object key for which intra-lineage needs to be fetched. Only drill-down lineage corresponding to the object whose object key is passed is returned.
DBMS_CLOUD_OCI_DATACATALOG_PARSE_CONNECTION_DETAILS_T Type 🔗
Parse connections from the connection metadata and Oracle wallet file. An error will be returned if more than one of connectionPayload, walletSecretId or walletSecretName are present in the request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_parse_connection_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
connection_detail dbms_cloud_oci_datacatalog_connection_t,
connection_payload clob,
wallet_secret_id varchar2(32767),
wallet_secret_name varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_parse_connection_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_parse_connection_details_t (
connection_detail dbms_cloud_oci_datacatalog_connection_t,
connection_payload clob,
wallet_secret_id varchar2,
wallet_secret_name varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
connection_detail
(optional)
connection_payload
(optional) The information used to parse the connection from the wallet file payload.
wallet_secret_id
(optional) OCID of the OCI Vault secret holding the Oracle wallet to parse.
wallet_secret_name
(optional) Name of the OCI Vault secret holding the Oracle wallet to parse.
DBMS_CLOUD_OCI_DATACATALOG_PATTERN_T Type 🔗
A pattern is a data selector or filter which can provide a singular, logical entity view aggregating multiple physical data artifacts for ease of use.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_pattern_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
catalog_id varchar2(32767),
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
expression varchar2(32767),
file_path_prefix varchar2(32767),
check_file_path_list dbms_cloud_oci_datacatalog_varchar2_tbl,
is_enable_check_failure_limit number,
check_failure_limit number,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_pattern_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_pattern_t (
key varchar2,
display_name varchar2,
description varchar2,
catalog_id varchar2,
lifecycle_state varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2,
expression varchar2,
file_path_prefix varchar2,
check_file_path_list dbms_cloud_oci_datacatalog_varchar2_tbl,
is_enable_check_failure_limit number,
check_failure_limit number,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique pattern key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
(optional) The date and time the pattern was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) The last time that any change was made to the pattern. An RFC3339 formatted datetime string.
created_by_id
(optional) OCID of the user who created the pattern.
updated_by_id
(optional) OCID of the user who last modified the pattern.
expression
(optional) Input string which drives the selection process, allowing for fine-grained control using qualifiers. Refer to the user documentation for details of the format and examples. A pattern cannot include both a prefix and an expression.
file_path_prefix
(optional) Input string which drives the selection process. Refer to the user documentation for details of the format and examples. A pattern cannot include both a prefix and an expression.
check_file_path_list
(optional) List of file paths against which the pattern can be tried, as a check. This documents, for reference purposes, some example objects a pattern is meant to work with. If isEnableCheckFailureLimit is set to true, this will be run as a validation during the request, such that if the check fails the request fails. If isEnableCheckFailureLimit instead is set to (the default) false, a pattern will still be created or updated even if the check fails, with a lifecycleState of FAILED.
is_enable_check_failure_limit
(optional) Indicates whether the pattern check, against the checkFilePathList, will fail the request if the count of UNMATCHED files is above the checkFailureLimit.
check_failure_limit
(optional) The maximum number of UNMATCHED files, in checkFilePathList, above which the check fails. Optional, if checkFilePathList is provided - but if isEnableCheckFailureLimit is set to true it is required.
properties
(optional) A map of maps that contains the properties which are specific to the pattern type. Each pattern type definition defines it's set of required and optional properties. Example: `{\"properties\": { \"default\": { \"tbd\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_PATTERN_COLLECTION_T Type 🔗
Results of a pattern listing. Patterns are used in entity harvesting.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_pattern_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_pattern_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_pattern_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_pattern_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_pattern_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of pattern summaries.
DBMS_CLOUD_OCI_DATACATALOG_PROCESS_RECOMMENDATION_DETAILS_T Type 🔗
Details of recommendation to be processed.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_process_recommendation_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
recommendation_key varchar2(32767),
recommendation_status varchar2(32767),
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_process_recommendation_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_process_recommendation_details_t (
recommendation_key varchar2,
recommendation_status varchar2,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
recommendation_key
(required) Unique identifier of the recommendation.
(optional) A map of maps that contains additional properties which are specific to the associated objects. Each associated object defines it's set of required and optional properties. Example: `{ \"DataEntity\": { \"parentId\": \"entityId\" }, \"Term\": { \"parentId\": \"glossaryId\" } }`
DBMS_CLOUD_OCI_DATACATALOG_PROPERTY_DEFINITION_T Type 🔗
Details of a single type property.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_property_definition_t FORCE AUTHID CURRENT_USER IS OBJECT (
name varchar2(32767),
l_type varchar2(32767),
is_required number,
is_updatable number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_property_definition_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_property_definition_t (
name varchar2,
l_type varchar2,
is_required number,
is_updatable number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
name
(optional) Name of the property.
l_type
(optional) The properties value type.
is_required
(optional) Whether instances of the type are required to set this property.
is_updatable
(optional) Indicates if this property value can be updated.
DBMS_CLOUD_OCI_DATACATALOG_RECOMMENDATION_DETAILS_T Type 🔗
Details of a recommendation.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_recommendation_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
recommendation_key varchar2(32767),
recommendation_type varchar2(32767),
recommendation_status varchar2(32767),
confidence_score number,
source_object_key varchar2(32767),
source_object_name varchar2(32767),
source_object_type varchar2(32767),
target_object_key varchar2(32767),
target_object_name varchar2(32767),
target_object_type varchar2(32767),
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_recommendation_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_recommendation_details_t (
recommendation_key varchar2,
recommendation_type varchar2,
recommendation_status varchar2,
confidence_score number,
source_object_key varchar2,
source_object_name varchar2,
source_object_type varchar2,
target_object_key varchar2,
target_object_name varchar2,
target_object_type varchar2,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
recommendation_key
(required) Unique identifier of the recommendation.
(optional) A map of maps that contains additional properties which are specific to the associated objects. Each associated object defines it's set of required and optional properties. Example: `{ \"DataEntity\": { \"parentId\": \"entityId\" }, \"Term\": { \"parentId\": \"glossaryId\" } }`
DBMS_CLOUD_OCI_DATACATALOG_RECOMMENDATION_DETAILS_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_recommendation_details_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_recommendation_details_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_recommendation_details_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_RECOMMENDATION_COLLECTION_T Type 🔗
Results of a get recommendation.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_recommendation_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_recommendation_details_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_recommendation_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_recommendation_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_recommendation_details_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of recommendations.
DBMS_CLOUD_OCI_DATACATALOG_REMOVE_RESOURCE_LOCK_DETAILS_T Type 🔗
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_remove_resource_lock_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_type varchar2(32767),
related_resource_id varchar2(32767),
message varchar2(32767),
time_created timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_remove_resource_lock_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_remove_resource_lock_details_t (
l_type varchar2,
related_resource_id varchar2,
message varchar2,
time_created timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_type
(required) Type of the lock.
Allowed values are: 'FULL', 'DELETE'
related_resource_id
(optional) The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
message
(optional) A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
time_created
(optional) When the lock was created.
DBMS_CLOUD_OCI_DATACATALOG_RULE_ATTRIBUTE_T Type 🔗
Object that defines a usage of an attribute in the context of a rule. Example: For a UNIQUEKEY rule, declares the attribute in a table whose value must be unique.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_rule_attribute_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
position number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_rule_attribute_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_rule_attribute_t (
key varchar2,
display_name varchar2,
position number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Immutable unique key of the attribute.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
position
(optional) Position of the attribute in the record definition.
DBMS_CLOUD_OCI_DATACATALOG_RULE_ATTRIBUTE_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_rule_attribute_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_rule_attribute_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_rule_attribute_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_RULE_SUMMARY_T Type 🔗
A list of rule resources. One or more rules can be defined for a data entity. Each rule can be defined on one or more attributes of the data entity.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_rule_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
rule_type varchar2(32767),
external_key varchar2(32767),
attributes dbms_cloud_oci_datacatalog_rule_attribute_tbl,
referenced_folder_key varchar2(32767),
referenced_folder_name varchar2(32767),
referenced_entity_key varchar2(32767),
referenced_entity_name varchar2(32767),
referenced_rule_key varchar2(32767),
referenced_rule_name varchar2(32767),
referenced_attributes dbms_cloud_oci_datacatalog_rule_attribute_tbl,
origin_type varchar2(32767),
uri varchar2(32767),
time_created timestamp with time zone,
lifecycle_state varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_rule_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_rule_summary_t (
key varchar2,
display_name varchar2,
description varchar2,
rule_type varchar2,
external_key varchar2,
attributes dbms_cloud_oci_datacatalog_rule_attribute_tbl,
referenced_folder_key varchar2,
referenced_folder_name varchar2,
referenced_entity_key varchar2,
referenced_entity_name varchar2,
referenced_rule_key varchar2,
referenced_rule_name varchar2,
referenced_attributes dbms_cloud_oci_datacatalog_rule_attribute_tbl,
origin_type varchar2,
uri varchar2,
time_created timestamp with time zone,
lifecycle_state varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Immutable unique key of a rule.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
(optional) External URI that can be used to reference the object. Format will differ based on the type of object.
attributes
(optional) Attributes associated with a rule. A UNIQUEKEY rule would contain (at least) one attribute, for the local table column(s) on which uniqueness is defined.
referenced_folder_key
(optional) Folder key that represents the referenced folder, applicable only when rule type FOREIGNKEY.
referenced_folder_name
(optional) Folder name that represents the referenced folder, applicable only when rule type FOREIGNKEY.
referenced_entity_key
(optional) Entity key that represents the referenced entity, applicable only when rule type is FOREIGNKEY.
referenced_entity_name
(optional) Entity name that represents the referenced entity, applicable only when rule type is FOREIGNKEY.
referenced_rule_key
(optional) Rule key that represents the referenced rule, applicable only when rule type is FOREIGNKEY.
referenced_rule_name
(optional) Rule name that represents the referenced rule, applicable only when rule type is FOREIGNKEY.
referenced_attributes
(optional) Attributes associated with referenced rule, applicable only when rule type is FOREIGNKEY. A FOREIGNKEY rule would contain (at least) one attribute, for the local table column(s), and (at least) one referencedAttribute for referenced table column(s).
origin_type
(optional) Origin type of the rule.
Allowed values are: 'SOURCE', 'USER', 'PROFILING'
uri
(optional) URI to the rule instance in the API.
time_created
(optional) The date and time the rule was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
DBMS_CLOUD_OCI_DATACATALOG_RULE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_rule_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_rule_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_rule_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_RULE_COLLECTION_T Type 🔗
Results of an rule listing. Rules describe an item of data with name and ruletype.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_rule_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_rule_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_rule_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_rule_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_rule_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of rules.
DBMS_CLOUD_OCI_DATACATALOG_FACETED_SEARCH_SORT_REQUEST_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_faceted_search_sort_request_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_faceted_search_sort_request_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_faceted_search_sort_request_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_SEARCH_CRITERIA_T Type 🔗
Search Query object that allows complex search predicates that cannot be expressed through simple query params.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_search_criteria_t FORCE AUTHID CURRENT_USER IS OBJECT (
query varchar2(32767),
faceted_query varchar2(32767),
dimensions dbms_cloud_oci_datacatalog_varchar2_tbl,
sort dbms_cloud_oci_datacatalog_faceted_search_sort_request_tbl,
filters dbms_cloud_oci_datacatalog_faceted_search_filter_request_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_search_criteria_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_search_criteria_t (
query varchar2,
faceted_query varchar2,
dimensions dbms_cloud_oci_datacatalog_varchar2_tbl,
sort dbms_cloud_oci_datacatalog_faceted_search_sort_request_tbl,
filters dbms_cloud_oci_datacatalog_faceted_search_filter_request_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
query
(optional) Search query dsl that defines the query components including fields and predicates.
faceted_query
(optional) Query string that a dataObject is to be searched with. Used in the faceted query request
dimensions
(optional) List of properties of dataObjects that needs to aggregated on for facets.
sort
(optional) Array of objects having details about sort field and order.
filters
(optional)
DBMS_CLOUD_OCI_DATACATALOG_SEARCH_TAG_SUMMARY_T Type 🔗
Represents the association of an object to a term. Returned as part of search result.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_search_tag_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_search_tag_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_search_tag_summary_t (
key varchar2,
display_name varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(optional) Unique tag key that is immutable.
display_name
(required) Name of the tag that matches the term name.
DBMS_CLOUD_OCI_DATACATALOG_SEARCH_TERM_SUMMARY_T Type 🔗
Summary of a term associated with an object. This is a brief summary returned as part of the search result.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_search_term_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
glossary_key varchar2(32767),
glossary_name varchar2(32767),
parent_term_key varchar2(32767),
parent_term_name varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_search_term_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_search_term_summary_t (
key varchar2,
display_name varchar2,
glossary_key varchar2,
glossary_name varchar2,
parent_term_key varchar2,
parent_term_name varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(optional) Unique term key that is immutable.
display_name
(required) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
glossary_key
(optional) Unique id of the parent glossary.
glossary_name
(optional) Name of the parent glossary.
parent_term_key
(optional) This terms parent term key. Will be null if the term has no parent term.
parent_term_name
(optional) Name of the parent term key. Will be null if the term has no parent term.
DBMS_CLOUD_OCI_DATACATALOG_SEARCH_TAG_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_search_tag_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_search_tag_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_search_tag_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_SEARCH_TERM_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_search_term_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_search_term_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_search_term_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_FACETED_SEARCH_CUSTOM_PROPERTY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_faceted_search_custom_property_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_faceted_search_custom_property_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_faceted_search_custom_property_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_SEARCH_RESULT_T Type 🔗
The search result object is the definition of an element that is returned as part of search. It contains basic information about the object such as key, name and description. The search result also contains the list of tags for each object along with other contextual information like the data asset root, folder, or entity parents.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_search_result_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
name varchar2(32767),
description varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
tag_summary dbms_cloud_oci_datacatalog_search_tag_summary_tbl,
term_summary dbms_cloud_oci_datacatalog_search_term_summary_tbl,
type_name varchar2(32767),
external_type_name varchar2(32767),
external_data_type varchar2(32767),
data_asset_key varchar2(32767),
data_asset_type varchar2(32767),
data_asset_name varchar2(32767),
folder_key varchar2(32767),
folder_type varchar2(32767),
folder_name varchar2(32767),
entitykey varchar2(32767),
entity_type varchar2(32767),
entity_name varchar2(32767),
glossary_key varchar2(32767),
glossary_name varchar2(32767),
parent_term_key varchar2(32767),
parent_term_name varchar2(32767),
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
path varchar2(32767),
business_name varchar2(32767),
lifecycle_state varchar2(32767),
attribute_type varchar2(32767),
expression varchar2(32767),
custom_properties dbms_cloud_oci_datacatalog_faceted_search_custom_property_tbl,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_search_result_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_search_result_t (
key varchar2,
name varchar2,
description varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
tag_summary dbms_cloud_oci_datacatalog_search_tag_summary_tbl,
term_summary dbms_cloud_oci_datacatalog_search_term_summary_tbl,
type_name varchar2,
external_type_name varchar2,
external_data_type varchar2,
data_asset_key varchar2,
data_asset_type varchar2,
data_asset_name varchar2,
folder_key varchar2,
folder_type varchar2,
folder_name varchar2,
entitykey varchar2,
entity_type varchar2,
entity_name varchar2,
glossary_key varchar2,
glossary_name varchar2,
parent_term_key varchar2,
parent_term_name varchar2,
created_by_id varchar2,
updated_by_id varchar2,
path varchar2,
business_name varchar2,
lifecycle_state varchar2,
attribute_type varchar2,
expression varchar2,
custom_properties dbms_cloud_oci_datacatalog_faceted_search_custom_property_tbl,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(optional) Unique key of the object returned as part of the search result.
name
(optional) Name of the object.
description
(optional) Detailed description of the object.
time_created
(optional) The date and time the result object was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
time_updated
(optional) The date and time the result object was updated, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
tag_summary
(optional) Array of the tags associated with this object.
term_summary
(optional) Array of the terms associated with this object.
type_name
(optional) Name of the object type.
external_type_name
(optional) Name of the external object type in the host data asset. For example, column, field, table, view, or file.
external_data_type
(optional) Data type of the object if the object is an attribute. Null otherwise.
data_asset_key
(optional) Unique key of the data asset that is the root parent of this object.
data_asset_type
(optional) Type name of the data asset. For example, Oracle, MySQL or Oracle Object Storage.
data_asset_name
(optional) Name of the data asset that is the root parent of this object.
folder_key
(optional) Unique key of the folder object if this object is a sub folder, entity, or attribute.
folder_type
(optional) Type name of the folder. For example, schema, directory, or topic.
folder_name
(optional) Name of the parent folder object if this object is a sub folder, entity, or attribute.
entitykey
(optional) Unique key of the entity object if this object is an attribute.
entity_type
(optional) Type name of the entity. For example, table, view, external table, file, or object.
entity_name
(optional) Name of the parent entity object if this object is an attribute.
glossary_key
(optional) Unique id of the parent glossary.
glossary_name
(optional) Name of the parent glossary if this object is a term.
parent_term_key
(optional) This terms parent term key. Will be null if the term has no parent term.
parent_term_name
(optional) Name of the parent term. Will be null if the term has no parent term.
created_by_id
(optional) OCID of the user who created the resource.
updated_by_id
(optional) OCID of the user who updated the resource.
path
(optional) Absolute path of this resource, which could be a term, folder, entity etc, usually resolvable to this resource through a namespace hierarchy.
business_name
(optional) Optional user friendly business name of the data object. If set, this supplements the harvested display name of the object.
(optional) Type name of the attribute. For example - complex, primitive, or array.
expression
(optional) Expression for logical entities against which names of dataObjects will be matched.
custom_properties
(optional) Custom properties defined by users.
properties
(optional) A map of maps that contains the properties which are specific to the element type in the search result. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most element types have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_SEARCH_RESULT_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_search_result_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_search_result_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_search_result_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_FACETED_SEARCH_AGGREGATION_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_faceted_search_aggregation_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_faceted_search_aggregation_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_faceted_search_aggregation_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_SEARCH_RESULT_COLLECTION_T Type 🔗
The list of search result items matching the criteria returned from the search operation. Search errors and messages, if any , will be part of the standard error response.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_search_result_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_search_result_tbl,
query varchar2(32767),
faceted_search_aggregation dbms_cloud_oci_datacatalog_faceted_search_aggregation_tbl,
sortable_fields dbms_cloud_oci_datacatalog_varchar2_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_search_result_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_search_result_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_search_result_tbl,
query varchar2,
faceted_search_aggregation dbms_cloud_oci_datacatalog_faceted_search_aggregation_tbl,
sortable_fields dbms_cloud_oci_datacatalog_varchar2_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(optional) Search result set.
query
(optional) String that data objects are to be searched with.
faceted_search_aggregation
(optional) Aggregations/facets on properties of data objects.
sortable_fields
(optional) A list of fields or properties used in the sorting of a search result.
DBMS_CLOUD_OCI_DATACATALOG_SUGGEST_LIST_ITEM_T Type 🔗
Details of a potential match returned from the suggest operation for the given input text. by the limit parameter.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_suggest_list_item_t FORCE AUTHID CURRENT_USER IS OBJECT (
suggestion varchar2(32767),
object_count number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_suggest_list_item_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_suggest_list_item_t (
suggestion varchar2,
object_count number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
suggestion
(optional) Potential string match. Matching is based on the frequency of usage within the catalog.
object_count
(optional) The number of objects which contain this suggestion.
DBMS_CLOUD_OCI_DATACATALOG_SUGGEST_LIST_ITEM_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_suggest_list_item_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_suggest_list_item_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_suggest_list_item_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_SUGGEST_RESULTS_T Type 🔗
The list of potential matches returned from the suggest operation for the given input text. The size of the list will be determined by the limit parameter.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_suggest_results_t FORCE AUTHID CURRENT_USER IS OBJECT (
total_count number,
search_latency_in_ms number,
input_text varchar2(32767),
items dbms_cloud_oci_datacatalog_suggest_list_item_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_suggest_results_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_suggest_results_t (
total_count number,
search_latency_in_ms number,
input_text varchar2,
items dbms_cloud_oci_datacatalog_suggest_list_item_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
total_count
(required) Total number of items returned.
search_latency_in_ms
(optional) Time taken to compute the result, in milliseconds.
input_text
(required) Input string for which the potential matches are computed.
items
(optional) List of suggestions.
DBMS_CLOUD_OCI_DATACATALOG_TERM_ASSOCIATED_OBJECT_T Type 🔗
Projection of an object that is tagged to a term.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_term_associated_object_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
name varchar2(32767),
uri varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_term_associated_object_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_term_associated_object_t (
key varchar2,
name varchar2,
uri varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Immutable key used to uniquely identify the associated object.
name
(optional) Name of the associated object.
uri
(optional) URI of the associated object within the data catalog API.
DBMS_CLOUD_OCI_DATACATALOG_TERM_ASSOCIATED_OBJECT_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_term_associated_object_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_term_associated_object_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_term_associated_object_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_TERM_T Type 🔗
Full term definition. A defined business term in a business glossary. As well as a term definition, simple format rules for attributes mapping to the term (for example, the expected data type and length restrictions) may be stated at the term level. Nesting of terms to support a hierarchy is supported by default.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_term_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
glossary_key varchar2(32767),
parent_term_key varchar2(32767),
is_allowed_to_have_child_terms number,
path varchar2(32767),
lifecycle_state varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2(32767),
updated_by_id varchar2(32767),
owner varchar2(32767),
workflow_status varchar2(32767),
uri varchar2(32767),
associated_object_count number,
associated_objects dbms_cloud_oci_datacatalog_term_associated_object_tbl,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_term_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_term_t (
key varchar2,
display_name varchar2,
description varchar2,
glossary_key varchar2,
parent_term_key varchar2,
is_allowed_to_have_child_terms number,
path varchar2,
lifecycle_state varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
created_by_id varchar2,
updated_by_id varchar2,
owner varchar2,
workflow_status varchar2,
uri varchar2,
associated_object_count number,
associated_objects dbms_cloud_oci_datacatalog_term_associated_object_tbl,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_get_usage_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique term key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the term.
glossary_key
(optional) Unique id of the parent glossary.
parent_term_key
(optional) This terms parent term key. Will be null if the term has no parent term.
is_allowed_to_have_child_terms
(optional) Indicates whether a term may contain child terms.
(optional) The number of objects tagged with this term
associated_objects
(optional) Array of objects associated to a term.
custom_property_members
(optional) The list of customized properties along with the values for this object
DBMS_CLOUD_OCI_DATACATALOG_TERM_SUMMARY_T Type 🔗
Summary of a term. A defined business term in a business glossary. As well as a term definition, simple format rules for attributes mapping to the term (for example, the expected data type and length restrictions) may be stated at the term level.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_term_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
glossary_key varchar2(32767),
uri varchar2(32767),
parent_term_key varchar2(32767),
is_allowed_to_have_child_terms number,
path varchar2(32767),
time_created timestamp with time zone,
workflow_status varchar2(32767),
associated_object_count number,
lifecycle_state varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_term_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_term_summary_t (
key varchar2,
display_name varchar2,
description varchar2,
glossary_key varchar2,
uri varchar2,
parent_term_key varchar2,
is_allowed_to_have_child_terms number,
path varchar2,
time_created timestamp with time zone,
workflow_status varchar2,
associated_object_count number,
lifecycle_state varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique term key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the term.
glossary_key
(optional) Unique id of the parent glossary.
uri
(optional) URI to the term instance in the API.
parent_term_key
(optional) This terms parent term key. Will be null if the term has no parent term.
is_allowed_to_have_child_terms
(optional) Indicates whether a term may contain child terms.
path
(optional) Absolute path of the term.
time_created
(optional) The date and time the term was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
workflow_status
(optional) Status of the approval process workflow for this business term in the glossary.
DBMS_CLOUD_OCI_DATACATALOG_TERM_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_term_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_term_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_term_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_TERM_COLLECTION_T Type 🔗
Results of a terms listing. Terms are defined in business glossary and are used in tagging catalog objects.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_term_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_term_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_term_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_term_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_term_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of terms.
DBMS_CLOUD_OCI_DATACATALOG_TERM_RELATIONSHIP_T Type 🔗
Full term relationship definition. Business term relationship between two terms in a business glossary.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_term_relationship_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
related_term_key varchar2(32767),
related_term_display_name varchar2(32767),
related_term_description varchar2(32767),
related_term_path varchar2(32767),
related_term_glossary_key varchar2(32767),
uri varchar2(32767),
parent_term_key varchar2(32767),
parent_term_display_name varchar2(32767),
parent_term_description varchar2(32767),
parent_term_path varchar2(32767),
parent_term_glossary_key varchar2(32767),
time_created timestamp with time zone,
lifecycle_state varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_term_relationship_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_term_relationship_t (
key varchar2,
display_name varchar2,
description varchar2,
related_term_key varchar2,
related_term_display_name varchar2,
related_term_description varchar2,
related_term_path varchar2,
related_term_glossary_key varchar2,
uri varchar2,
parent_term_key varchar2,
parent_term_display_name varchar2,
parent_term_description varchar2,
parent_term_path varchar2,
parent_term_glossary_key varchar2,
time_created timestamp with time zone,
lifecycle_state varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique term relationship key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.This is the same as relationshipType for termRelationship
description
(optional) Detailed description of the term relationship usually defined at the time of creation.
related_term_key
(optional) Unique id of the related term.
related_term_display_name
(optional) Name of the related term.
related_term_description
(optional) Description of the related term.
related_term_path
(optional) Full path of the related term.
related_term_glossary_key
(optional) Glossary key of the related term.
uri
(optional) URI to the term relationship instance in the API.
parent_term_key
(optional) This relationships parent term key.
parent_term_display_name
(optional) Name of the parent term.
parent_term_description
(optional) Description of the parent term.
parent_term_path
(optional) Full path of the parent term.
parent_term_glossary_key
(optional) Glossary key of the parent term.
time_created
(optional) The date and time the term relationship was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
DBMS_CLOUD_OCI_DATACATALOG_TERM_RELATIONSHIP_SUMMARY_T Type 🔗
Summary of a term relationship. Business term relationship between two terms in a business glossary.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_term_relationship_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
related_term_key varchar2(32767),
related_term_display_name varchar2(32767),
related_term_description varchar2(32767),
related_term_path varchar2(32767),
related_term_glossary_key varchar2(32767),
uri varchar2(32767),
parent_term_key varchar2(32767),
parent_term_display_name varchar2(32767),
parent_term_description varchar2(32767),
parent_term_path varchar2(32767),
parent_term_glossary_key varchar2(32767),
time_created timestamp with time zone,
lifecycle_state varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_term_relationship_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_term_relationship_summary_t (
key varchar2,
display_name varchar2,
description varchar2,
related_term_key varchar2,
related_term_display_name varchar2,
related_term_description varchar2,
related_term_path varchar2,
related_term_glossary_key varchar2,
uri varchar2,
parent_term_key varchar2,
parent_term_display_name varchar2,
parent_term_description varchar2,
parent_term_path varchar2,
parent_term_glossary_key varchar2,
time_created timestamp with time zone,
lifecycle_state varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique term relationship key that is immutable.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.This is the same as relationshipType for termRelationship
description
(optional) Detailed description of the term relationship usually defined at the time of creation.
related_term_key
(optional) Unique id of the related term.
related_term_display_name
(optional) Name of the related term.
related_term_description
(optional) Description of the related term.
related_term_path
(optional) Full path of the related term.
related_term_glossary_key
(optional) Glossary key of the related term.
uri
(optional) URI to the term relationship instance in the API.
parent_term_key
(optional) This relationships parent term key.
parent_term_display_name
(optional) Name of the parent term.
parent_term_description
(optional) Description of the parent term.
parent_term_path
(optional) Full path of the parent term.
parent_term_glossary_key
(optional) Glossary key of the parent term.
time_created
(optional) The date and time the term relationship was created, in the format defined by RFC3339. Example: `2019-03-25T21:10:29.600Z`
DBMS_CLOUD_OCI_DATACATALOG_TERM_RELATIONSHIP_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_term_relationship_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_term_relationship_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_term_relationship_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_TERM_RELATIONSHIP_COLLECTION_T Type 🔗
Results of a terms relationship listing. Term relationships are associations between two terms in business glossary.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_term_relationship_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_term_relationship_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_term_relationship_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_term_relationship_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_term_relationship_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of term relationships.
DBMS_CLOUD_OCI_DATACATALOG_TYPE_T Type 🔗
Full data catalog type definition. Fully defines a type of the data catalog. All types are statically defined in the system and are immutable. It isn't possible to create new types or update existing types via the API.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_type_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
name varchar2(32767),
description varchar2(32767),
catalog_id varchar2(32767),
properties json_element_t,
lifecycle_state varchar2(32767),
is_internal number,
is_tag number,
is_approved number,
type_category varchar2(32767),
external_type_name varchar2(32767),
uri varchar2(32767),
custom_properties dbms_cloud_oci_datacatalog_custom_property_summary_tbl,
parent_type_key varchar2(32767),
parent_type_name varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_type_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_type_t (
key varchar2,
name varchar2,
description varchar2,
catalog_id varchar2,
properties json_element_t,
lifecycle_state varchar2,
is_internal number,
is_tag number,
is_approved number,
type_category varchar2,
external_type_name varchar2,
uri varchar2,
custom_properties dbms_cloud_oci_datacatalog_custom_property_summary_tbl,
parent_type_key varchar2,
parent_type_name varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique type key that is immutable.
name
(optional) The immutable name of the type.
description
(optional) Detailed description of the type.
catalog_id
(optional) The data catalog's OCID.
properties
(optional) A map of arrays which defines the type specific properties, both required and optional. The map keys are category names and the values are arrays contiaing all property details. Every property is contained inside of a category. Most types have required properties within the \"default\" category. Example: `{ \"properties\": { \"default\": { \"attributes:\": [ { \"name\": \"host\", \"type\": \"string\", \"isRequired\": true, \"isUpdatable\": false }, ... ] } } }`
(optional) Indicates whether the type is internal, making it unavailable for use by metadata elements.
is_tag
(optional) Indicates whether the type can be used for tagging metadata elements.
is_approved
(optional) Indicates whether the type is approved for use as a classifying object.
type_category
(optional) Indicates the category this type belongs to. For instance, data assets, connections.
external_type_name
(optional) Mapping type equivalence in the external system.
uri
(optional) URI to the type instance in the API.
custom_properties
(optional) Custom properties associated with this Type.
parent_type_key
(optional) Unique key of the parent type.
parent_type_name
(optional) Name of the parent type.
DBMS_CLOUD_OCI_DATACATALOG_TYPE_SUMMARY_T Type 🔗
Summary data catalog type information. All types are statically defined in the system and are immutable. It isn't possible to create new types or update existing types via the API.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_type_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
key varchar2(32767),
name varchar2(32767),
description varchar2(32767),
catalog_id varchar2(32767),
type_category varchar2(32767),
uri varchar2(32767),
lifecycle_state varchar2(32767),
parent_type_key varchar2(32767),
parent_type_name varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_type_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_type_summary_t (
key varchar2,
name varchar2,
description varchar2,
catalog_id varchar2,
type_category varchar2,
uri varchar2,
lifecycle_state varchar2,
parent_type_key varchar2,
parent_type_name varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
key
(required) Unique type key that is immutable.
name
(optional) The immutable name of the type.
description
(optional) Detailed description of the type.
catalog_id
(optional) The data catalog's OCID.
type_category
(optional) Indicates the category this type belongs to. For instance, data assets, connections.
DBMS_CLOUD_OCI_DATACATALOG_TYPE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_type_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_type_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_type_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_TYPE_COLLECTION_T Type 🔗
Results of a types listing. Types define the basic type of catalog objects and are immutable.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_type_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
l_count number,
items dbms_cloud_oci_datacatalog_type_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_type_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_type_collection_t (
l_count number,
items dbms_cloud_oci_datacatalog_type_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
l_count
(optional) Total number of items returned.
items
(required) Collection of types.
DBMS_CLOUD_OCI_DATACATALOG_TYPE_CUSTOM_PROPERTY_DETAILS_T Type 🔗
Array of custom property IDs for which we have to associate the custom property to the type
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_type_custom_property_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
custom_property_ids dbms_cloud_oci_datacatalog_varchar2_tbl,
is_event_enabled number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_type_custom_property_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_type_custom_property_details_t (
custom_property_ids dbms_cloud_oci_datacatalog_varchar2_tbl,
is_event_enabled number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
custom_property_ids
(optional) array of custom property Ids
is_event_enabled
(optional) If an OCI Event will be emitted when the custom property is modified.
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_ATTRIBUTE_DETAILS_T Type 🔗
Properties used in attribute update operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_attribute_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
business_name varchar2(32767),
description varchar2(32767),
external_data_type varchar2(32767),
is_incremental_data number,
is_nullable number,
length number,
position number,
precision number,
scale number,
time_external timestamp with time zone,
min_collection_count number,
max_collection_count number,
external_datatype_entity_key varchar2(32767),
external_parent_attribute_key varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_attribute_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_attribute_details_t (
display_name varchar2,
business_name varchar2,
description varchar2,
external_data_type varchar2,
is_incremental_data number,
is_nullable number,
length number,
position number,
precision number,
scale number,
time_external timestamp with time zone,
min_collection_count number,
max_collection_count number,
external_datatype_entity_key varchar2,
external_parent_attribute_key varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
business_name
(optional) Optional user friendly business name of the attribute. If set, this supplements the harvested display name of the object.
description
(optional) Detailed description of the attribute.
external_data_type
(optional) Data type of the attribute as defined in the external system.
is_incremental_data
(optional) Property that identifies if this attribute can be used as a watermark to extract incremental data.
is_nullable
(optional) Property that identifies if this attribute can be assigned nullable values.
length
(optional) Max allowed length of the attribute value.
position
(optional) Position of the attribute in the record definition.
precision
(optional) Precision of the attribute value usually applies to float data type.
scale
(optional) Scale of the attribute value usually applies to float data type.
time_external
(optional) Last modified timestamp of this object in the external system.
min_collection_count
(optional) The minimum count for the number of instances of a given type stored in this collection type attribute,applicable if this attribute is a complex type.
max_collection_count
(optional) The maximum count for the number of instances of a given type stored in this collection type attribute,applicable if this attribute is a complex type. For type specifications in systems that specify only \"capacity\" without upper or lower bound , this property can also be used to just mean \"capacity\". Some examples are Varray size in Oracle , Occurs Clause in Cobol , capacity in XmlSchemaObjectCollection , maxOccurs in Xml , maxItems in Json
external_datatype_entity_key
(optional) External entity key that represents the datatype of this attribute , applicable if this attribute is a complex type.
external_parent_attribute_key
(optional) External attribute key that represents the parent attribute of this attribute , applicable if the parent attribute is of complex type.
custom_property_members
(optional) The list of customized properties along with the values for this object
properties
(optional) A map of maps that contains the properties which are specific to the attribute type. Each attribute type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most attributes have required properties within the \"default\" category. To determine the set of required and optional properties for an Attribute type, a query can be done on '/types?type=attribute' which returns a collection of all attribute types. The appropriate attribute type, which will include definitions of all of it's properties, can be identified from this collection. Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_CATALOG_DETAILS_T Type 🔗
The information to be updated for catalog resource.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_catalog_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
freeform_tags json_element_t,
defined_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_catalog_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_catalog_details_t (
display_name varchar2,
freeform_tags json_element_t,
defined_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) Data catalog identifier.
freeform_tags
(optional) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`
defined_tags
(optional) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_CATALOG_PRIVATE_ENDPOINT_DETAILS_T Type 🔗
Information about the modified private endpoint resource
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_catalog_private_endpoint_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
dns_zones dbms_cloud_oci_datacatalog_varchar2_tbl,
freeform_tags json_element_t,
defined_tags json_element_t,
display_name varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_catalog_private_endpoint_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_catalog_private_endpoint_details_t (
dns_zones dbms_cloud_oci_datacatalog_varchar2_tbl,
freeform_tags json_element_t,
defined_tags json_element_t,
display_name varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
dns_zones
(optional) List of DNS zones to be used by the data assets to be harvested. Example: custpvtsubnet.oraclevcn.com for data asset: db.custpvtsubnet.oraclevcn.com
freeform_tags
(optional) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`
defined_tags
(optional) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
display_name
(optional) Display name of the private endpoint resource.
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_CONNECTION_DETAILS_T Type 🔗
Properties used in connection update operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_connection_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
description varchar2(32767),
display_name varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t,
enc_properties json_element_t,
is_default number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_connection_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_connection_details_t (
description varchar2,
display_name varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t,
enc_properties json_element_t,
is_default number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
description
(optional) A description of the connection.
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
custom_property_members
(optional) The list of customized properties along with the values for this object
properties
(optional) A map of maps that contains the properties which are specific to the connection type. Each connection type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most connections have required properties within the \"default\" category. To determine the set of optional and required properties for a connection type, a query can be done on '/types?type=connection' that returns a collection of all connection types. The appropriate connection type, which will include definitions of all of it's properties, can be identified from this collection. Example: `{\"properties\": { \"default\": { \"username\": \"user1\"}}}`
enc_properties
(optional) A map of maps that contains the encrypted values for sensitive properties which are specific to the connection type. Each connection type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most connections have required properties within the \"default\" category. To determine the set of optional and required properties for a connection type, a query can be done on '/types?type=connection' that returns a collection of all connection types. The appropriate connection type, which will include definitions of all of it's properties, can be identified from this collection. Example: `{\"encProperties\": { \"default\": { \"password\": \"example-password\"}}}`
is_default
(optional) Indicates whether this connection is the default connection.
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_CUSTOM_PROPERTY_DETAILS_T Type 🔗
Properties used in custom atrribute update operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_custom_property_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
is_sortable number,
is_filterable number,
is_multi_valued number,
is_hidden number,
is_editable number,
is_shown_in_list number,
is_hidden_in_search number,
is_event_enabled number,
allowed_values dbms_cloud_oci_datacatalog_varchar2_tbl,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_custom_property_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_custom_property_details_t (
display_name varchar2,
description varchar2,
is_sortable number,
is_filterable number,
is_multi_valued number,
is_hidden number,
is_editable number,
is_shown_in_list number,
is_hidden_in_search number,
is_event_enabled number,
allowed_values dbms_cloud_oci_datacatalog_varchar2_tbl,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the data asset.
is_sortable
(optional) If this field allows to sort from UI
is_filterable
(optional) If this field allows to filter or create facets from UI
is_multi_valued
(optional) If this field allows multiple values to be set
is_hidden
(optional) If this field is a hidden field
is_editable
(optional) If this field is a editable field
is_shown_in_list
(optional) If this field is displayed in a list view of applicable objects.
is_hidden_in_search
(optional) If this field is allowed to pop in search results
is_event_enabled
(optional) If an OCI Event will be emitted when the custom property is modified.
allowed_values
(optional) Allowed values for the custom property if any
properties
(optional) A map of maps that contains the properties which are specific to the asset type. Each data asset type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data assets have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_DATA_ASSET_DETAILS_T Type 🔗
Properties used in data asset update operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_data_asset_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_data_asset_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_data_asset_details_t (
display_name varchar2,
description varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the data asset.
custom_property_members
(optional) The list of customized properties along with the values for this object
properties
(optional) A map of maps that contains the properties which are specific to the asset type. Each data asset type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data assets have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_ENTITY_DETAILS_T Type 🔗
Properties used in entity update operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_entity_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
business_name varchar2(32767),
description varchar2(32767),
time_external timestamp with time zone,
is_logical number,
is_partition number,
folder_key varchar2(32767),
pattern_key varchar2(32767),
realized_expression varchar2(32767),
harvest_status varchar2(32767),
last_job_key varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_entity_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_entity_details_t (
display_name varchar2,
business_name varchar2,
description varchar2,
time_external timestamp with time zone,
is_logical number,
is_partition number,
folder_key varchar2,
pattern_key varchar2,
realized_expression varchar2,
harvest_status varchar2,
last_job_key varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
business_name
(optional) Optional user friendly business name of the data entity. If set, this supplements the harvested display name of the object.
description
(optional) Detailed description of a data entity.
time_external
(optional) Last modified timestamp of the object in the external system.
is_logical
(optional) Property to indicate if the object is a physical materialized object or virtual. For example, View.
is_partition
(optional) Property to indicate if the object is a sub object of a parent physical object.
folder_key
(optional) Key of the associated folder.
pattern_key
(optional) Key of the associated pattern if this is a logical entity.
realized_expression
(optional) The expression realized after resolving qualifiers . Used in deriving this logical entity
harvest_status
(optional) Status of the object as updated by the harvest process. When an entity object is created, it's harvest status will indicate if the entity's metadata has been fully harvested or not. The harvest process can perform shallow harvesting to allow users to browse the metadata and can on-demand deep harvest on any object This requires a harvest status indicator for catalog objects.
(optional) Key of the last harvest process to update this object.
custom_property_members
(optional) The list of customized properties along with the values for this object
properties
(optional) A map of maps that contains the properties which are specific to the entity type. Each entity type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most entities have required properties within the \"default\" category. To determine the set of required and optional properties for an entity type, a query can be done on '/types?type=dataEntity' that returns a collection of all entity types. The appropriate entity type, which includes definitions of all of it's properties, can be identified from this collection. Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_FOLDER_DETAILS_T Type 🔗
Properties used in folder update operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_folder_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
business_name varchar2(32767),
description varchar2(32767),
parent_folder_key varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t,
time_external timestamp with time zone,
harvest_status varchar2(32767),
last_job_key varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_folder_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_folder_details_t (
display_name varchar2,
business_name varchar2,
description varchar2,
parent_folder_key varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
properties json_element_t,
time_external timestamp with time zone,
harvest_status varchar2,
last_job_key varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
business_name
(optional) Optional user friendly business name of the folder. If set, this supplements the harvested display name of the object.
description
(optional) Detailed description of a folder.
parent_folder_key
(optional) The key of the containing folder.
custom_property_members
(optional) The list of customized properties along with the values for this object
properties
(optional) A map of maps that contains the properties which are specific to the folder type. Each folder type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most folders have required properties within the \"default\" category. To determine the set of optional and required properties for a folder type, a query can be done on '/types?type=folder' that returns a collection of all folder types. The appropriate folder type, which includes definitions of all of it's properties, can be identified from this collection. Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
time_external
(optional) Last modified timestamp of this object in the external system.
(optional) The list of customized properties along with the values for this object
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_JOB_DEFINITION_DETAILS_T Type 🔗
Update information for a job definition resource.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_job_definition_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
is_incremental number,
data_asset_key varchar2(32767),
glossary_key varchar2(32767),
description varchar2(32767),
connection_key varchar2(32767),
is_sample_data_extracted number,
sample_data_size_in_m_bs number,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_job_definition_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_job_definition_details_t (
display_name varchar2,
is_incremental number,
data_asset_key varchar2,
glossary_key varchar2,
description varchar2,
connection_key varchar2,
is_sample_data_extracted number,
sample_data_size_in_m_bs number,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
is_incremental
(optional) Specifies if the job definition is incremental or full.
data_asset_key
(optional) The key of the data asset for which the job is defined.
glossary_key
(optional) Unique key of the glossary to which this job applies.
description
(optional) Detailed description of the job definition.
connection_key
(optional) The key of the connection resource to be used for harvest, sampling, profiling jobs.
is_sample_data_extracted
(optional) Specify if sample data to be extracted as part of this harvest.
sample_data_size_in_m_bs
(optional) Specify the sample data size in MB, specified as number of rows, for this metadata harvest.
properties
(optional) A map of maps that contains the properties which are specific to the job type. Each job type definition may define it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most job definitions have required properties within the \"default\" category. Example: `{\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_JOB_DETAILS_T Type 🔗
Job properties that can be updated.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_job_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
schedule_cron_expression varchar2(32767),
time_schedule_begin timestamp with time zone,
time_schedule_end timestamp with time zone,
connection_key varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_job_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_job_details_t (
display_name varchar2,
description varchar2,
schedule_cron_expression varchar2,
time_schedule_begin timestamp with time zone,
time_schedule_end timestamp with time zone,
connection_key varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the job.
schedule_cron_expression
(optional) Interval on which the job will be run. Value is specified as a cron-supported time specification \"nickname\". The following subset of those is supported: @monthly, @weekly, @daily, @hourly. For metastore sync, an additional option @default is supported, which will schedule jobs at a more granular frequency.
time_schedule_begin
(optional) Date that the schedule should be operational. An RFC3339 formatted datetime string.
time_schedule_end
(optional) Date that the schedule should end from being operational. An RFC3339 formatted datetime string.
connection_key
(optional) The key of the connection resource that is used for the harvest by this job.
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_METASTORE_DETAILS_T Type 🔗
Information to be updated for an existing metastore.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_metastore_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
freeform_tags json_element_t,
defined_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_metastore_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_metastore_details_t (
display_name varchar2,
freeform_tags json_element_t,
defined_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) Mutable name of the metastore.
freeform_tags
(optional) Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`
defined_tags
(optional) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_NAMESPACE_DETAILS_T Type 🔗
Properties used in namespace update operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_namespace_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
is_service_defined number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_namespace_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_namespace_details_t (
display_name varchar2,
description varchar2,
is_service_defined number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the namespace.
is_service_defined
(optional) If this field is defined by service or by a user
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_PATTERN_DETAILS_T Type 🔗
Properties used in pattern update operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_pattern_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
expression varchar2(32767),
file_path_prefix varchar2(32767),
check_file_path_list dbms_cloud_oci_datacatalog_varchar2_tbl,
is_enable_check_failure_limit number,
check_failure_limit number,
properties json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_pattern_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_pattern_details_t (
display_name varchar2,
description varchar2,
expression varchar2,
file_path_prefix varchar2,
check_file_path_list dbms_cloud_oci_datacatalog_varchar2_tbl,
is_enable_check_failure_limit number,
check_failure_limit number,
properties json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the Pattern.
expression
(optional) Input string which drives the selection process, allowing for fine-grained control using qualifiers. Refer to the user documentation for details of the format and examples. A pattern cannot include both a prefix and an expression.
file_path_prefix
(optional) Input string which drives the selection process. Refer to the user documentation for details of the format and examples. A pattern cannot include both a prefix and an expression.
check_file_path_list
(optional) List of file paths against which the pattern can be tried, as a check. This documents, for reference purposes, some example objects a pattern is meant to work with. If isEnableCheckFailureLimit is set to true, this will be run as a validation during the request, such that if the check fails the request fails. If isEnableCheckFailureLimit instead is set to (the default) false, a pattern will still be created or updated even if the check fails, with a lifecycleState of FAILED.
is_enable_check_failure_limit
(optional) Indicates whether the pattern check, against the checkFilePathList, will fail the request if the count of UNMATCHED files is above the checkFailureLimit.
check_failure_limit
(optional) The maximum number of UNMATCHED files, in checkFilePathList, above which the check fails. Optional, if checkFilePathList is provided - but if isEnableCheckFailureLimit is set to true it is required.
properties
(optional) A map of maps that contains the properties which are specific to the pattern type. Each pattern type definition defines it's set of required and optional properties. Example: `{\"properties\": { \"default\": { \"tbd\"}}}`
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_TERM_DETAILS_T Type 🔗
Properties used in term update operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_term_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
parent_term_key varchar2(32767),
owner varchar2(32767),
workflow_status varchar2(32767),
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_term_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_term_details_t (
display_name varchar2,
description varchar2,
parent_term_key varchar2,
owner varchar2,
workflow_status varchar2,
custom_property_members dbms_cloud_oci_datacatalog_custom_property_set_usage_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
description
(optional) Detailed description of the term.
parent_term_key
(optional) The parent key of the term. In the case of a root-level category only, the term would have no parent and this should be left unset.
owner
(optional) OCID of the user who is the owner of this business terminology.
workflow_status
(optional) Status of the approval process workflow for this business term in the glossary
(optional) The list of customized properties along with the values for this object
DBMS_CLOUD_OCI_DATACATALOG_UPDATE_TERM_RELATIONSHIP_DETAILS_T Type 🔗
Properties used in term relationship update operations.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_update_term_relationship_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_term_relationship_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_update_term_relationship_details_t (
display_name varchar2,
description varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name. Is changeable. The combination of 'displayName' and 'parentTermKey' must be unique. Avoid entering confidential information. This is the same as 'relationshipType' for 'termRelationship'.
description
(optional) Detailed description of the term relationship usually defined at the time of creation.
DBMS_CLOUD_OCI_DATACATALOG_UPLOAD_CREDENTIALS_DETAILS_T Type 🔗
Upload credential file and connection metadata.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_upload_credentials_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
connection_detail dbms_cloud_oci_datacatalog_update_connection_details_t,
credential_payload clob,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_upload_credentials_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_upload_credentials_details_t (
connection_detail dbms_cloud_oci_datacatalog_update_connection_details_t,
credential_payload clob
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
connection_detail
(optional)
credential_payload
(required) Information used in updating connection credentials.
DBMS_CLOUD_OCI_DATACATALOG_VALIDATE_CONNECTION_DETAILS_T Type 🔗
Validate connection from the connection metadata or oracle wallet file.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_validate_connection_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
connection_detail dbms_cloud_oci_datacatalog_create_connection_details_t,
connection_payload clob,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_validate_connection_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_validate_connection_details_t (
connection_detail dbms_cloud_oci_datacatalog_create_connection_details_t,
connection_payload clob
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
connection_detail
(optional)
connection_payload
(optional) The information used to validate the connection.
DBMS_CLOUD_OCI_DATACATALOG_VALIDATE_CONNECTION_RESULT_T Type 🔗
Details regarding the validation of a connection resource.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_validate_connection_result_t FORCE AUTHID CURRENT_USER IS OBJECT (
message varchar2(32767),
status varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_validate_connection_result_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_validate_connection_result_t (
message varchar2,
status varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
message
(optional) The message from the connection validation.
status
(required) The status returned from the connection validation.
Allowed values are: 'SUCCEEDED', 'FAILED'
DBMS_CLOUD_OCI_DATACATALOG_VALIDATE_PATTERN_DETAILS_T Type 🔗
Validate pattern using the expression and file list.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_validate_pattern_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
expression varchar2(32767),
file_path_prefix varchar2(32767),
check_file_path_list dbms_cloud_oci_datacatalog_varchar2_tbl,
check_failure_limit number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_validate_pattern_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_validate_pattern_details_t (
expression varchar2,
file_path_prefix varchar2,
check_file_path_list dbms_cloud_oci_datacatalog_varchar2_tbl,
check_failure_limit number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
expression
(optional) Input string which drives the selection process, allowing for fine-grained control using qualifiers. Refer to the user documentation for details of the format and examples. A pattern cannot include both a prefix and an expression.
file_path_prefix
(optional) Input string which drives the selection process. Refer to the user documentation for details of the format and examples. A pattern cannot include both a prefix and an expression.
check_file_path_list
(optional) List of file paths against which the pattern can be tried, as a check. This documents, for reference purposes, some example objects a pattern is meant to work with. If provided with the request,this overrides the list which already exists as part of the pattern, if any.
check_failure_limit
(optional) The maximum number of UNMATCHED files, in checkFilePathList, above which the check fails. Optional, if checkFilePathList is provided. If provided with the request, this overrides the value which already exists as part of the pattern, if any.
DBMS_CLOUD_OCI_DATACATALOG_DERIVED_LOGICAL_ENTITIES_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_derived_logical_entities_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_derived_logical_entities_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_derived_logical_entities_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_VALIDATE_PATTERN_RESULT_T Type 🔗
Details regarding the validation of a pattern resource.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_validate_pattern_result_t FORCE AUTHID CURRENT_USER IS OBJECT (
message varchar2(32767),
status varchar2(32767),
expression varchar2(32767),
file_path_prefix varchar2(32767),
derived_logical_entities dbms_cloud_oci_datacatalog_derived_logical_entities_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_validate_pattern_result_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_validate_pattern_result_t (
message varchar2,
status varchar2,
expression varchar2,
file_path_prefix varchar2,
derived_logical_entities dbms_cloud_oci_datacatalog_derived_logical_entities_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
message
(optional) The message from the pattern validation.
status
(required) The status returned from the pattern validation.
expression
(optional) The expression used in the pattern validation.
file_path_prefix
(optional) The prefix used in the pattern validation.
derived_logical_entities
(optional) Collection of logical entities derived from the pattern, as applied to a list of file paths.
DBMS_CLOUD_OCI_DATACATALOG_WORK_REQUEST_RESOURCE_T Type 🔗
A resource created or operated on by a work request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_work_request_resource_t FORCE AUTHID CURRENT_USER IS OBJECT (
entity_type varchar2(32767),
action_type varchar2(32767),
identifier varchar2(32767),
entity_uri varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_work_request_resource_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_work_request_resource_t (
entity_type varchar2,
action_type varchar2,
identifier varchar2,
entity_uri varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
entity_type
(required) The resource type the work request affects.
action_type
(required) The way in which this resource is affected by the work tracked in the work request. A resource being created, updated, or deleted will remain in the IN_PROGRESS state until work is complete for that resource at which point it will transition to CREATED, UPDATED, or DELETED, respectively.
(required) The identifier of the resource the work request affects.
entity_uri
(optional) The URI path that the user can do a GET to access the resource metadata
DBMS_CLOUD_OCI_DATACATALOG_WORK_REQUEST_RESOURCE_TBL Type 🔗
Nested table type of dbms_cloud_oci_datacatalog_work_request_resource_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_work_request_resource_tbl FORCE IS TABLE OF (dbms_cloud_oci_datacatalog_work_request_resource_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_DATACATALOG_WORK_REQUEST_T Type 🔗
A description of workrequest status.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_work_request_t FORCE AUTHID CURRENT_USER IS OBJECT (
operation_type varchar2(32767),
status varchar2(32767),
id varchar2(32767),
compartment_id varchar2(32767),
resources dbms_cloud_oci_datacatalog_work_request_resource_tbl,
percent_complete number,
time_accepted timestamp with time zone,
time_started timestamp with time zone,
time_finished timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_work_request_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_work_request_t (
operation_type varchar2,
status varchar2,
id varchar2,
compartment_id varchar2,
resources dbms_cloud_oci_datacatalog_work_request_resource_tbl,
percent_complete number,
time_accepted timestamp with time zone,
time_started timestamp with time zone,
time_finished timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
(required) The ocid of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request affects multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
resources
(required) The resources affected by this work request.
percent_complete
(required) Percentage of the request completed.
time_accepted
(required) The date and time the request was created, as described in RFC 3339, section 14.29.
time_started
(optional) The date and time the request was started, as described in RFC 3339, section 14.29.
time_finished
(optional) The date and time the object was finished, as described in RFC 3339.
DBMS_CLOUD_OCI_DATACATALOG_WORK_REQUEST_ERROR_T Type 🔗
An error encountered while executing a work request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_work_request_error_t FORCE AUTHID CURRENT_USER IS OBJECT (
code varchar2(32767),
message varchar2(32767),
l_timestamp timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_work_request_error_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_work_request_error_t (
code varchar2,
message varchar2,
l_timestamp timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
code
(required) A machine-usable code for the error that occured. Error codes are listed on (https://docs.us-phoenix-1.oraclecloud.com/Content/API/References/apierrors.htm)
message
(required) A human readable description of the issue encountered.
l_timestamp
(required) The time the error occured. An RFC3339 formatted datetime string.
DBMS_CLOUD_OCI_DATACATALOG_WORK_REQUEST_LOG_T Type 🔗
A log message from the execution of a work request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_datacatalog_work_request_log_t FORCE AUTHID CURRENT_USER IS OBJECT (
message varchar2(32767),
l_timestamp timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_work_request_log_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_datacatalog_work_request_log_t (
message varchar2,
l_timestamp timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
message
(required) Human-readable log message.
l_timestamp
(required) The time the log message was written. An RFC3339 formatted datetime string