CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_varchar2_tbl FORCE IS TABLE OF (varchar2(32767)) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_DB_SYSTEM_DETAILS_T Type 🔗
Information about the database system associated with a backup.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_db_system_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
system_type varchar2(32767),
db_version varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_db_system_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_db_system_details_t (
system_type varchar2,
db_version varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
system_type
(required) Type of the database system.
db_version
(required) The major and minor versions of the database system software.
DBMS_CLOUD_OCI_PSQL_BACKUP_T Type 🔗
Database system backup information.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_backup_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
compartment_id varchar2(32767),
source_type varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
retention_period number,
backup_size number,
db_system_id varchar2(32767),
db_system_details dbms_cloud_oci_psql_db_system_details_t,
last_accepted_request_token varchar2(32767),
last_completed_request_token varchar2(32767),
freeform_tags json_element_t,
defined_tags json_element_t,
system_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_backup_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_backup_t (
id varchar2,
display_name varchar2,
description varchar2,
compartment_id varchar2,
source_type varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
lifecycle_state varchar2,
lifecycle_details varchar2,
retention_period number,
backup_size number,
db_system_id varchar2,
db_system_details dbms_cloud_oci_psql_db_system_details_t,
last_accepted_request_token varchar2,
last_completed_request_token varchar2,
freeform_tags json_element_t,
defined_tags json_element_t,
system_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
(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.
retention_period
(optional) Backup retention period in days.
backup_size
(required) The size of the backup, in gigabytes.
db_system_id
(optional) The OCID of the backup's source database system.
db_system_details
(required)
last_accepted_request_token
(optional) lastAcceptedRequestToken from MP.
last_completed_request_token
(optional) lastCompletedRequestToken from MP.
freeform_tags
(required) 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
(required) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
system_tags
(optional) System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
DBMS_CLOUD_OCI_PSQL_BACKUP_SUMMARY_T Type 🔗
Summary information for a backup.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_backup_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),
source_type varchar2(32767),
backup_size number,
db_system_id varchar2(32767),
retention_period number,
freeform_tags json_element_t,
defined_tags json_element_t,
system_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_backup_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_backup_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,
source_type varchar2,
backup_size number,
db_system_id varchar2,
retention_period number,
freeform_tags json_element_t,
defined_tags json_element_t,
system_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) A unique identifier for the backup. Immutable on creation.
display_name
(required) A user-friendly display name for the backup. Avoid entering confidential information.
compartment_id
(required) The OCID of the compartment that contains the backup.
time_created
(required) The date and time the backup was created, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
time_updated
(optional) The date and time the backup was updated, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
lifecycle_state
(required) The current state of the backup.
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.
source_type
(optional) Specifies whether the backup was created manually, or by a management policy.
backup_size
(optional) The size of the backup, in gigabytes.
db_system_id
(optional) The backup's source database system's OCID.
retention_period
(optional) Backup retention period in days.
freeform_tags
(required) 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
(required) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
system_tags
(optional) System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
DBMS_CLOUD_OCI_PSQL_BACKUP_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_backup_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_backup_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_backup_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_BACKUP_COLLECTION_T Type 🔗
Results of a backup search. Contains the BackupSummary items and other information, such as metadata.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_backup_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_psql_backup_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_backup_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_backup_collection_t (
items dbms_cloud_oci_psql_backup_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) List of backups.
DBMS_CLOUD_OCI_PSQL_BACKUP_POLICY_T Type 🔗
PostgreSQL database system backup policy.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_backup_policy_t FORCE AUTHID CURRENT_USER IS OBJECT (
kind varchar2(32767),
retention_days number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_backup_policy_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_backup_policy_t (
kind varchar2,
retention_days number
) RETURN SELF AS RESULT
) NOT PERSISTABLE NOT FINAL;
(optional) How many days the data should be stored after the database system deletion.
DBMS_CLOUD_OCI_PSQL_SOURCE_DETAILS_T Type 🔗
The source used to restore the database system.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_source_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
source_type varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_source_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_source_details_t (
source_type varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE NOT FINAL;
Fields
Field
Description
source_type
(required) The source descriminator.
Allowed values are: 'BACKUP', 'NONE'
DBMS_CLOUD_OCI_PSQL_BACKUP_SOURCE_DETAILS_T Type 🔗
Restoring to a new database system from the backup. The database system details that are part of the CreateDbSystem request are not required, but if present will override the details from the backup's database system snapshot.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_backup_source_details_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_source_details_t (
backup_id varchar2(32767),
is_having_restore_config_overrides number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_backup_source_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_backup_source_details_t (
source_type varchar2,
backup_id varchar2,
is_having_restore_config_overrides number
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_backup_source_details_t is a subtype of the dbms_cloud_oci_psql_source_details_t type.
Fields
Field
Description
backup_id
(required) The OCID of the database system backup.
is_having_restore_config_overrides
(optional) Deprecated. Don't use.
DBMS_CLOUD_OCI_PSQL_CHANGE_BACKUP_COMPARTMENT_DETAILS_T Type 🔗
The information used to move a backup to a different compartment.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_change_backup_compartment_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
compartment_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_change_backup_compartment_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_change_backup_compartment_details_t (
compartment_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
compartment_id
(required) The OCID of the compartment into which the backup will be moved.
DBMS_CLOUD_OCI_PSQL_CHANGE_CONFIGURATION_COMPARTMENT_DETAILS_T Type 🔗
The information to move a configuration to a different compartment.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_change_configuration_compartment_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
compartment_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_change_configuration_compartment_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_change_configuration_compartment_details_t (
compartment_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
compartment_id
(required) The OCID of the compartment into which the configuration will be moved.
DBMS_CLOUD_OCI_PSQL_CHANGE_DB_SYSTEM_COMPARTMENT_DETAILS_T Type 🔗
Change database system compartment operation details.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_change_db_system_compartment_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
compartment_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_change_db_system_compartment_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_change_db_system_compartment_details_t (
compartment_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
compartment_id
(required) The OCID of the compartment into which the database system should be moved.
DBMS_CLOUD_OCI_PSQL_CONFIG_OVERRIDES_T Type 🔗
Configuration overrides for a PostgreSQL instance.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_config_overrides_t FORCE AUTHID CURRENT_USER IS OBJECT (
config_key varchar2(32767),
overriden_config_value varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_config_overrides_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_config_overrides_t (
config_key varchar2,
overriden_config_value varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
config_key
(required) Configuration variable name.
overriden_config_value
(required) User-selected variable value.
DBMS_CLOUD_OCI_PSQL_CONFIG_PARAMS_T Type 🔗
Database configuration.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_config_params_t FORCE AUTHID CURRENT_USER IS OBJECT (
config_key varchar2(32767),
default_config_value varchar2(32767),
overriden_config_value varchar2(32767),
allowed_values varchar2(32767),
is_restart_required number,
data_type varchar2(32767),
is_overridable number,
description varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_config_params_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_config_params_t (
config_key varchar2,
default_config_value varchar2,
overriden_config_value varchar2,
allowed_values varchar2,
is_restart_required number,
data_type varchar2,
is_overridable number,
description varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
config_key
(required) The configuration variable name.
default_config_value
(required) Default value for the configuration variable.
(required) If true, modifying this configuration value will require a restart of the database.
data_type
(required) Data type of the variable.
is_overridable
(required) Whether the value can be overridden or not.
description
(required) Details about the PostgreSQL parameter.
DBMS_CLOUD_OCI_PSQL_CONFIG_PARAMS_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_config_params_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_config_params_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_config_params_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_CONFIGURATION_DETAILS_T Type 🔗
List of configuration details.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_configuration_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_psql_config_params_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_configuration_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_configuration_details_t (
items dbms_cloud_oci_psql_config_params_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) List of ConfigParms object.
DBMS_CLOUD_OCI_PSQL_CONFIGURATION_T Type 🔗
PostgreSQL configuration for a database system.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_configuration_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
compartment_id varchar2(32767),
time_created timestamp with time zone,
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
shape varchar2(32767),
instance_ocpu_count number,
instance_memory_size_in_g_bs number,
db_version varchar2(32767),
configuration_details dbms_cloud_oci_psql_configuration_details_t,
freeform_tags json_element_t,
defined_tags json_element_t,
system_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_configuration_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_configuration_t (
id varchar2,
display_name varchar2,
description varchar2,
compartment_id varchar2,
time_created timestamp with time zone,
lifecycle_state varchar2,
lifecycle_details varchar2,
shape varchar2,
instance_ocpu_count number,
instance_memory_size_in_g_bs number,
db_version varchar2,
configuration_details dbms_cloud_oci_psql_configuration_details_t,
freeform_tags json_element_t,
defined_tags json_element_t,
system_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) A unique identifier for the configuration. Immutable on creation.
display_name
(required) A user-friendly display name for the configuration. Avoid entering confidential information.
description
(optional) A description for the configuration.
compartment_id
(required) The OCID of the compartment that contains the configuration.
time_created
(required) The date and time that the configuration was created, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
lifecycle_state
(required) The current state of the configuration.
(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.
shape
(required) The name of the shape for the configuration. Example: `VM.Standard.E4.Flex`
instance_ocpu_count
(required) CPU core count.
instance_memory_size_in_g_bs
(required) Memory size in gigabytes with 1GB increment.
db_version
(required) Version of the PostgreSQL database.
configuration_details
(required)
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) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
system_tags
(optional) System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
DBMS_CLOUD_OCI_PSQL_CONFIGURATION_SUMMARY_T Type 🔗
Summary of the configuration.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_configuration_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,
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
shape varchar2(32767),
db_version varchar2(32767),
instance_ocpu_count number,
instance_memory_size_in_g_bs number,
freeform_tags json_element_t,
defined_tags json_element_t,
system_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_configuration_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_configuration_summary_t (
id varchar2,
display_name varchar2,
compartment_id varchar2,
time_created timestamp with time zone,
lifecycle_state varchar2,
lifecycle_details varchar2,
shape varchar2,
db_version varchar2,
instance_ocpu_count number,
instance_memory_size_in_g_bs number,
freeform_tags json_element_t,
defined_tags json_element_t,
system_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) The OCID of the configuration. Immutable on creation.
display_name
(required) A user-friendly display name for the configuration. Avoid entering confidential information.
compartment_id
(required) The OCID of the compartment that contains the configuration.
time_created
(required) The date and time the configuration was created, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
lifecycle_state
(required) The current state of the configuration.
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.
shape
(required) The name of the shape for the configuration. Example: `VM.Standard.E4.Flex`
db_version
(required) Version of the PostgreSQL database.
instance_ocpu_count
(required) CPU core count.
instance_memory_size_in_g_bs
(required) Memory size in gigabytes with 1GB increment.
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) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
system_tags
(optional) System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
DBMS_CLOUD_OCI_PSQL_CONFIGURATION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_configuration_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_configuration_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_configuration_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_CONFIGURATION_COLLECTION_T Type 🔗
Results of a configuration search. Contains the ConfigurationSummary items and other information, such as metadata.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_configuration_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_psql_configuration_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_configuration_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_configuration_collection_t (
items dbms_cloud_oci_psql_configuration_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) List of configurations.
DBMS_CLOUD_OCI_PSQL_ENDPOINT_T Type 🔗
Information about the database instance node endpoint.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_endpoint_t FORCE AUTHID CURRENT_USER IS OBJECT (
fqdn varchar2(32767),
ip_address varchar2(32767),
port number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_endpoint_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_endpoint_t (
fqdn varchar2,
ip_address varchar2,
port number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
fqdn
(required) The FQDN of the endpoint.
ip_address
(required) The IP address of the endpoint.
port
(required) The port address of the endpoint.
DBMS_CLOUD_OCI_PSQL_DB_INSTANCE_ENDPOINT_T Type 🔗
The database instance node endpoint information.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_db_instance_endpoint_t FORCE AUTHID CURRENT_USER IS OBJECT (
db_instance_id varchar2(32767),
endpoint dbms_cloud_oci_psql_endpoint_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_db_instance_endpoint_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_db_instance_endpoint_t (
db_instance_id varchar2,
endpoint dbms_cloud_oci_psql_endpoint_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
db_instance_id
(required) Unique identifier of the database instance node.
endpoint
(required)
DBMS_CLOUD_OCI_PSQL_DB_INSTANCE_ENDPOINT_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_db_instance_endpoint_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_db_instance_endpoint_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_db_instance_endpoint_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_CONNECTION_DETAILS_T Type 🔗
Database system connection information. Used to connect to PostgreSQL instance(s).
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_connection_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
ca_certificate varchar2(32767),
primary_db_endpoint dbms_cloud_oci_psql_endpoint_t,
instance_endpoints dbms_cloud_oci_psql_db_instance_endpoint_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_connection_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_connection_details_t (
ca_certificate varchar2,
primary_db_endpoint dbms_cloud_oci_psql_endpoint_t,
instance_endpoints dbms_cloud_oci_psql_db_instance_endpoint_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
ca_certificate
(required) The CA certificate to be used by the PosgreSQL client to connect to the database. The CA certificate is used to authenticate the server identity. It is issued by PostgreSQL Service Private CA.
primary_db_endpoint
(required)
instance_endpoints
(required) The list of database instance node endpoints in the database system.
DBMS_CLOUD_OCI_PSQL_CREATE_BACKUP_DETAILS_T Type 🔗
The information to create a new backup.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_create_backup_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
compartment_id varchar2(32767),
db_system_id varchar2(32767),
retention_period number,
freeform_tags json_element_t,
defined_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_create_backup_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_create_backup_details_t (
display_name varchar2,
description varchar2,
compartment_id varchar2,
db_system_id varchar2,
retention_period number,
freeform_tags json_element_t,
defined_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(required) A user-friendly display name for the backup. Avoid entering confidential information.
description
(optional) A description for the backup.
compartment_id
(required) The OCID of the compartment that contains the backup.
db_system_id
(required) The ID of the database system.
retention_period
(optional) Backup retention period in days.
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) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
DBMS_CLOUD_OCI_PSQL_CONFIG_OVERRIDES_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_config_overrides_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_config_overrides_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_config_overrides_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_DB_CONFIGURATION_OVERRIDE_COLLECTION_T Type 🔗
Configuration overrides for a PostgreSQL instance.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_db_configuration_override_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_psql_config_overrides_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_db_configuration_override_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_db_configuration_override_collection_t (
items dbms_cloud_oci_psql_config_overrides_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) List of configuration overridden values.
DBMS_CLOUD_OCI_PSQL_CREATE_CONFIGURATION_DETAILS_T Type 🔗
The information to create a new configuration.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_create_configuration_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
compartment_id varchar2(32767),
description varchar2(32767),
shape varchar2(32767),
db_version varchar2(32767),
instance_ocpu_count number,
instance_memory_size_in_g_bs number,
db_configuration_overrides dbms_cloud_oci_psql_db_configuration_override_collection_t,
freeform_tags json_element_t,
defined_tags json_element_t,
system_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_create_configuration_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_create_configuration_details_t (
display_name varchar2,
compartment_id varchar2,
description varchar2,
shape varchar2,
db_version varchar2,
instance_ocpu_count number,
instance_memory_size_in_g_bs number,
db_configuration_overrides dbms_cloud_oci_psql_db_configuration_override_collection_t,
freeform_tags json_element_t,
defined_tags json_element_t,
system_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(required) A user-friendly display name for the configuration. Avoid entering confidential information.
compartment_id
(required) The OCID of the compartment that contains the configuration.
description
(optional) Details about the configuration set.
shape
(required) The name of the shape for the configuration. Example: `VM.Standard.E4.Flex`
db_version
(required) Version of the PostgreSQL database.
instance_ocpu_count
(required) CPU core count.
instance_memory_size_in_g_bs
(required) Memory size in gigabytes with 1GB increment.
db_configuration_overrides
(required)
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) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
system_tags
(optional) System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
DBMS_CLOUD_OCI_PSQL_CREATE_DB_INSTANCE_DETAILS_T Type 🔗
Information about the new database instance node.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_create_db_instance_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
private_ip varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_create_db_instance_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_create_db_instance_details_t (
display_name varchar2,
description varchar2,
private_ip varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) Display name of the database instance node. Avoid entering confidential information.
description
(optional) A user-provided description of the database instance node.
private_ip
(optional) Private IP in customer subnet that will be assigned to the database instance node. This value is optional. If the IP is not provided, the IP will be chosen from the available IP addresses in the specified subnet.
DBMS_CLOUD_OCI_PSQL_STORAGE_DETAILS_T Type 🔗
Storage details of the database system.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_storage_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
system_type varchar2(32767),
is_regionally_durable number,
availability_domain varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_storage_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_storage_details_t (
system_type varchar2,
is_regionally_durable number,
availability_domain varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE NOT FINAL;
Fields
Field
Description
system_type
(required) Type of the database system.
is_regionally_durable
(required) Specifies if the block volume used for the database system is regional or AD-local. If not specified, it will be set to false. If `isRegionallyDurable` is set to true, `availabilityDomain` should not be specified. If `isRegionallyDurable` is set to false, `availabilityDomain` must be specified.
availability_domain
(optional) Specifies the availability domain of AD-local storage. If `isRegionallyDurable` is set to true, `availabilityDomain` should not be specified. If `isRegionallyDurable` is set to false, `availabilityDomain` must be specified.
DBMS_CLOUD_OCI_PSQL_PASSWORD_DETAILS_T Type 🔗
Details for the database system password. Password can be passed as `VaultSecretPasswordDetails` or `PlainTextPasswordDetails`.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_password_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
password_type varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_password_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_password_details_t (
password_type varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE NOT FINAL;
Fields
Field
Description
password_type
(required) The password type.
Allowed values are: 'PLAIN_TEXT', 'VAULT_SECRET'
DBMS_CLOUD_OCI_PSQL_CREDENTIALS_T Type 🔗
Initial database system credentials that the database system will be provisioned with. The password details are not visible on any subsequent operation, such as GET /dbSystems/{dbSystemId}.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_credentials_t FORCE AUTHID CURRENT_USER IS OBJECT (
username varchar2(32767),
password_details dbms_cloud_oci_psql_password_details_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_credentials_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_credentials_t (
username varchar2,
password_details dbms_cloud_oci_psql_password_details_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
username
(required) The database system administrator username.
password_details
(required)
DBMS_CLOUD_OCI_PSQL_NETWORK_DETAILS_T Type 🔗
Network details for the database system.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_network_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
subnet_id varchar2(32767),
primary_db_endpoint_private_ip varchar2(32767),
nsg_ids dbms_cloud_oci_psql_varchar2_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_network_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_network_details_t (
subnet_id varchar2,
primary_db_endpoint_private_ip varchar2,
nsg_ids dbms_cloud_oci_psql_varchar2_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
subnet_id
(required) The OCID of the customer subnet associated with the database system.
primary_db_endpoint_private_ip
(optional) Private IP in customer subnet. The value is optional. If the IP is not provided, the IP will be chosen from the available IP addresses from the specified subnet.
nsg_ids
(optional) List of customer Network Security Group OCIDs associated with the database system.
DBMS_CLOUD_OCI_PSQL_MANAGEMENT_POLICY_DETAILS_T Type 🔗
PostgreSQL database system management policy update details.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_management_policy_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
maintenance_window_start varchar2(32767),
backup_policy dbms_cloud_oci_psql_backup_policy_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_management_policy_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_management_policy_details_t (
maintenance_window_start varchar2,
backup_policy dbms_cloud_oci_psql_backup_policy_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
maintenance_window_start
(optional) The start of the maintenance window.
backup_policy
(optional)
DBMS_CLOUD_OCI_PSQL_CREATE_DB_INSTANCE_DETAILS_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_create_db_instance_details_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_create_db_instance_details_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_create_db_instance_details_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_CREATE_DB_SYSTEM_DETAILS_T Type 🔗
(required) A user-friendly display name for the database system. Avoid entering confidential information.
description
(optional) A user-provided description of a database system.
compartment_id
(required) The OCID of the compartment that contains the database system.
system_type
(optional) Type of the database system.
db_version
(required) Version of database system software.
config_id
(optional) The OCID of the configuration associated with the database system.
storage_details
(required)
shape
(required) The name of the shape for the database instance node. Use the /shapes API for accepted shapes. Example: `VM.Standard.E4.Flex`
instance_ocpu_count
(optional) The total number of OCPUs available to each database instance node.
instance_memory_size_in_g_bs
(optional) The total amount of memory available to each database instance node, in gigabytes.
instance_count
(optional) Count of database instances nodes to be created in the database system.
instances_details
(optional) Details of database instances nodes to be created. This parameter is optional. If specified, its size must match `instanceCount`.
credentials
(optional)
network_details
(required)
management_policy
(optional)
source
(optional)
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) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
DBMS_CLOUD_OCI_PSQL_DAILY_BACKUP_POLICY_T Type 🔗
Daily backup policy.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_daily_backup_policy_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_backup_policy_t (
backup_start varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_daily_backup_policy_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_daily_backup_policy_t (
kind varchar2,
retention_days number,
backup_start varchar2
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_daily_backup_policy_t is a subtype of the dbms_cloud_oci_psql_backup_policy_t type.
Fields
Field
Description
backup_start
(required) Hour of the day when the backup starts.
DBMS_CLOUD_OCI_PSQL_DB_INSTANCE_T Type 🔗
Information about a database instance node.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_db_instance_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
availability_domain varchar2(32767),
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
time_created timestamp with time zone,
time_updated timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_db_instance_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_db_instance_t (
id varchar2,
display_name varchar2,
description varchar2,
availability_domain varchar2,
lifecycle_state varchar2,
lifecycle_details varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) A unique identifier for the database instance node. Immutable on creation.
display_name
(optional) A user-friendly display name for the database instance node. Avoid entering confidential information.
description
(optional) Description of the database instance node.
availability_domain
(required) The availability domain in which the database instance node is located.
lifecycle_state
(required) The current state of the database instance node.
(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.
time_created
(required) The date and time that the database instance node was created, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
time_updated
(optional) The date and time that the database instance node was updated, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
DBMS_CLOUD_OCI_PSQL_MANAGEMENT_POLICY_T Type 🔗
PostgreSQL database system management policy.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_management_policy_t FORCE AUTHID CURRENT_USER IS OBJECT (
maintenance_window_start varchar2(32767),
backup_policy dbms_cloud_oci_psql_backup_policy_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_management_policy_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_management_policy_t (
maintenance_window_start varchar2,
backup_policy dbms_cloud_oci_psql_backup_policy_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
maintenance_window_start
(required) The start of the maintenance window.
backup_policy
(required)
DBMS_CLOUD_OCI_PSQL_DB_INSTANCE_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_db_instance_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_db_instance_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_db_instance_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_DB_SYSTEM_T Type 🔗
Information about a database system.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_db_system_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
display_name varchar2(32767),
description 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),
admin_username varchar2(32767),
freeform_tags json_element_t,
defined_tags json_element_t,
system_tags json_element_t,
system_type varchar2(32767),
db_version varchar2(32767),
config_id varchar2(32767),
shape varchar2(32767),
instance_ocpu_count number,
instance_memory_size_in_g_bs number,
instance_count number,
instances dbms_cloud_oci_psql_db_instance_tbl,
storage_details dbms_cloud_oci_psql_storage_details_t,
network_details dbms_cloud_oci_psql_network_details_t,
management_policy dbms_cloud_oci_psql_management_policy_t,
source dbms_cloud_oci_psql_source_details_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_db_system_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_db_system_t (
id varchar2,
display_name varchar2,
description varchar2,
compartment_id varchar2,
time_created timestamp with time zone,
time_updated timestamp with time zone,
lifecycle_state varchar2,
lifecycle_details varchar2,
admin_username varchar2,
freeform_tags json_element_t,
defined_tags json_element_t,
system_tags json_element_t,
system_type varchar2,
db_version varchar2,
config_id varchar2,
shape varchar2,
instance_ocpu_count number,
instance_memory_size_in_g_bs number,
instance_count number,
instances dbms_cloud_oci_psql_db_instance_tbl,
storage_details dbms_cloud_oci_psql_storage_details_t,
network_details dbms_cloud_oci_psql_network_details_t,
management_policy dbms_cloud_oci_psql_management_policy_t,
source dbms_cloud_oci_psql_source_details_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) A unique identifier for the database system. Immutable on creation.
display_name
(required) A user-friendly display name for the database system. Avoid entering confidential information.
description
(optional) A description of the database system.
compartment_id
(required) The OCID of the compartment that contains the database system.
time_created
(required) The date and time that the database system was created, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
time_updated
(optional) The date and time that the database system was updated, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
lifecycle_state
(required) The current state of the database system.
(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.
admin_username
(optional) The database system administrator username.
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) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
system_tags
(optional) System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
system_type
(required) Type of the database system.
Allowed values are: 'OCI_OPTIMIZED_STORAGE'
db_version
(required) The major and minor versions of the database system software.
config_id
(optional) The OCID of the configuration associated with the database system.
shape
(required) The name of the shape for the database instance. Example: `VM.Standard.E4.Flex`
instance_ocpu_count
(required) The total number of OCPUs available to each database instance node.
instance_memory_size_in_g_bs
(required) The total amount of memory available to each database instance node, in gigabytes.
instance_count
(optional) Count of instances, or nodes, in the database system.
instances
(optional) The list of instances, or nodes, in the database system.
storage_details
(required)
network_details
(required)
management_policy
(required)
source
(optional)
DBMS_CLOUD_OCI_PSQL_DB_SYSTEM_SUMMARY_T Type 🔗
Summary information about a database system.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_db_system_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),
system_type varchar2(32767),
instance_count number,
shape varchar2(32767),
instance_ocpu_count number,
instance_memory_size_in_g_bs number,
db_version varchar2(32767),
config_id varchar2(32767),
freeform_tags json_element_t,
defined_tags json_element_t,
system_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_db_system_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_db_system_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,
system_type varchar2,
instance_count number,
shape varchar2,
instance_ocpu_count number,
instance_memory_size_in_g_bs number,
db_version varchar2,
config_id varchar2,
freeform_tags json_element_t,
defined_tags json_element_t,
system_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) A unique identifier for the database system. Immutable on creation.
display_name
(required) A user-friendly display name for the database system. Avoid entering confidential information.
compartment_id
(required) The OCID of the compartment that contains the database system.
time_created
(required) The date and time that the database system was created, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
time_updated
(optional) The date and time that the database system was updated, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
lifecycle_state
(required) The current state of the database system.
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.
system_type
(required) Type of the database system.
instance_count
(required) Count of database instances, or nodes, in the database system.
shape
(optional) The name of the shape for the database instance node. Example: `VM.Standard.E4.Flex`
instance_ocpu_count
(required) The total number of OCPUs available to each database instance node.
instance_memory_size_in_g_bs
(required) The total amount of memory available to each database instance node, in gigabytes.
db_version
(required) Version of database system software.
config_id
(optional) The OCID of the configuration associated with the database system.
freeform_tags
(required) 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
(required) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
system_tags
(optional) System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
DBMS_CLOUD_OCI_PSQL_DB_SYSTEM_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_db_system_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_db_system_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_db_system_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_DB_SYSTEM_COLLECTION_T Type 🔗
Results of a database system search. Contains both DbSystemSummary items and other information, such as metadata.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_db_system_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_psql_db_system_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_db_system_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_db_system_collection_t (
items dbms_cloud_oci_psql_db_system_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) List of database systems.
DBMS_CLOUD_OCI_PSQL_DEFAULT_CONFIG_PARAMS_T Type 🔗
Default database configuration.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_default_config_params_t FORCE AUTHID CURRENT_USER IS OBJECT (
config_key varchar2(32767),
default_config_value varchar2(32767),
allowed_values varchar2(32767),
is_restart_required number,
data_type varchar2(32767),
is_overridable number,
description varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_default_config_params_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_default_config_params_t (
config_key varchar2,
default_config_value varchar2,
allowed_values varchar2,
is_restart_required number,
data_type varchar2,
is_overridable number,
description varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
config_key
(required) The configuration variable name.
default_config_value
(required) Default value for the variable.
allowed_values
(required) Range or list of allowed values.
is_restart_required
(required) If true, modifying this configuration value will require a restart.
data_type
(required) Data type of the variable.
is_overridable
(required) Whether the value can be overridden or not.
description
(required) Details about the PostgreSQL variable.
DBMS_CLOUD_OCI_PSQL_DEFAULT_CONFIG_PARAMS_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_default_config_params_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_default_config_params_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_default_config_params_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_DEFAULT_CONFIGURATION_DETAILS_T Type 🔗
List of default configuration values for databases.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_default_configuration_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_psql_default_config_params_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_default_configuration_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_default_configuration_details_t (
items dbms_cloud_oci_psql_default_config_params_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) List of ConfigParms object.
DBMS_CLOUD_OCI_PSQL_DEFAULT_CONFIGURATION_T Type 🔗
Default configurations for PostgreSQL database systems.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_default_configuration_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
display_name varchar2(32767),
description varchar2(32767),
time_created timestamp with time zone,
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
shape varchar2(32767),
instance_ocpu_count number,
instance_memory_size_in_g_bs number,
db_version varchar2(32767),
configuration_details dbms_cloud_oci_psql_default_configuration_details_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_default_configuration_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_default_configuration_t (
id varchar2,
display_name varchar2,
description varchar2,
time_created timestamp with time zone,
lifecycle_state varchar2,
lifecycle_details varchar2,
shape varchar2,
instance_ocpu_count number,
instance_memory_size_in_g_bs number,
db_version varchar2,
configuration_details dbms_cloud_oci_psql_default_configuration_details_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) A unique identifier for the configuration.
display_name
(required) A user-friendly display name for the configuration.
description
(optional) A description for the configuration.
time_created
(required) The date and time that the configuration was created, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
lifecycle_state
(required) The current state of the configuration.
(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.
shape
(required) The name of the shape for the configuration. Example: `VM.Standard.E4.Flex`
instance_ocpu_count
(required) CPU core count. Minimum value is 1.
instance_memory_size_in_g_bs
(required) Memory size in gigabytes with 1GB increment.
db_version
(required) Version of the PostgreSQL database.
configuration_details
(required)
DBMS_CLOUD_OCI_PSQL_DEFAULT_CONFIGURATION_SUMMARY_T Type 🔗
Summary of the configuration.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_default_configuration_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
display_name varchar2(32767),
time_created timestamp with time zone,
lifecycle_state varchar2(32767),
lifecycle_details varchar2(32767),
shape varchar2(32767),
db_version varchar2(32767),
instance_ocpu_count number,
instance_memory_size_in_g_bs number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_default_configuration_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_default_configuration_summary_t (
id varchar2,
display_name varchar2,
time_created timestamp with time zone,
lifecycle_state varchar2,
lifecycle_details varchar2,
shape varchar2,
db_version varchar2,
instance_ocpu_count number,
instance_memory_size_in_g_bs number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(required) A unique identifier for the configuration.
display_name
(required) A user-friendly display name for the configuration.
time_created
(required) The date and time that the configuration was created, expressed in RFC 3339 timestamp format. Example: `2016-08-25T21:10:29.600Z`
lifecycle_state
(required) The current state of the configuration.
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.
shape
(required) The name of the shape for the configuration. Example: `VM.Standard.E4.Flex`
db_version
(required) Version of the PostgreSQL database.
instance_ocpu_count
(required) CPU core count. Minimum value is 1.
instance_memory_size_in_g_bs
(required) Memory size in gigabytes with 1GB increment.
DBMS_CLOUD_OCI_PSQL_DEFAULT_CONFIGURATION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_default_configuration_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_default_configuration_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_default_configuration_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_DEFAULT_CONFIGURATION_COLLECTION_T Type 🔗
Results of a configuration search. Contains the ConfigurationSummary items and other information, such as metadata.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_default_configuration_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_psql_default_configuration_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_default_configuration_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_default_configuration_collection_t (
items dbms_cloud_oci_psql_default_configuration_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) List of configurations.
DBMS_CLOUD_OCI_PSQL_ERROR_T Type 🔗
Error Information.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_error_t FORCE AUTHID CURRENT_USER IS OBJECT (
code varchar2(32767),
message varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_error_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_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_PSQL_FAILOVER_DB_SYSTEM_DETAILS_T Type 🔗
Database system failover information.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_failover_db_system_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
ad varchar2(32767),
db_instance_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_failover_db_system_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_failover_db_system_details_t (
ad varchar2,
db_instance_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
ad
(optional) The preferred AD for regions with three availability domains. This parameter is optional. If not set, the AD will be chosen based on availability.
db_instance_id
(optional) The OCID of the database instance node. This parameter is optional. If not set, an existing database instance node will be chosen based on availability.
DBMS_CLOUD_OCI_PSQL_NUMBER_TBL Type 🔗
Nested table type of number.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_number_tbl FORCE IS TABLE OF (number) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_MONTHLY_BACKUP_POLICY_T Type 🔗
Monthly backup policy.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_monthly_backup_policy_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_backup_policy_t (
backup_start varchar2(32767),
days_of_the_month dbms_cloud_oci_psql_number_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_monthly_backup_policy_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_monthly_backup_policy_t (
kind varchar2,
retention_days number,
backup_start varchar2,
days_of_the_month dbms_cloud_oci_psql_number_tbl
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_monthly_backup_policy_t is a subtype of the dbms_cloud_oci_psql_backup_policy_t type.
Fields
Field
Description
backup_start
(required) Hour of the day when backup starts.
days_of_the_month
(required) Day of the month when the backup should start. To ensure that the backup runs monthly, the latest day of the month that you can use to schedule a backup is the the 28th day.
DBMS_CLOUD_OCI_PSQL_NONE_BACKUP_POLICY_T Type 🔗
No backup policy.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_none_backup_policy_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_backup_policy_t (
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_none_backup_policy_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_none_backup_policy_t (
kind varchar2,
retention_days number
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_none_backup_policy_t is a subtype of the dbms_cloud_oci_psql_backup_policy_t type.
DBMS_CLOUD_OCI_PSQL_NONE_SOURCE_DETAILS_T Type 🔗
This is used to create new database system or update without restoring from backup.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_none_source_details_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_source_details_t (
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_none_source_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_none_source_details_t (
source_type varchar2
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_none_source_details_t is a subtype of the dbms_cloud_oci_psql_source_details_t type.
DBMS_CLOUD_OCI_PSQL_OCI_OPTIMIZED_STORAGE_DETAILS_T Type 🔗
Storage details of the database system.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_oci_optimized_storage_details_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_storage_details_t (
iops number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_oci_optimized_storage_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_oci_optimized_storage_details_t (
system_type varchar2,
is_regionally_durable number,
availability_domain varchar2,
iops number
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_oci_optimized_storage_details_t is a subtype of the dbms_cloud_oci_psql_storage_details_t type.
Fields
Field
Description
iops
(optional) Guaranteed input/output storage requests per second (IOPS) available to the database system.
DBMS_CLOUD_OCI_PSQL_PATCH_INSTRUCTION_T Type 🔗
A single instruction to be included as part of Patch request content.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_patch_instruction_t FORCE AUTHID CURRENT_USER IS OBJECT (
operation varchar2(32767),
selection varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_instruction_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_instruction_t (
operation varchar2,
selection varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE NOT FINAL;
(required) The set of values to which the operation applies as a JMESPath expression for evaluation against the context resource. An operation fails if the selection yields an exception, except as otherwise specified. Note that comparisons involving non-primitive values (objects or arrays) are not supported and will always evaluate to false.
DBMS_CLOUD_OCI_PSQL_PATCH_INSTRUCTION_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_patch_instruction_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_patch_instruction_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_patch_instruction_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_PATCH_DB_SYSTEM_DETAILS_T Type 🔗
For adding read replica database instances, the operation is INSERT and value object to specify is #/definitions/CreateDbInstanceDetails. For removing read replica database instances, the operation is REMOVE and value object needs to be an array of dbInstanceId's.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_patch_db_system_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_psql_patch_instruction_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_db_system_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_db_system_details_t (
items dbms_cloud_oci_psql_patch_instruction_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(optional) List of patch instructions.
DBMS_CLOUD_OCI_PSQL_PATCH_INSERT_INSTRUCTION_T Type 🔗
An operation that inserts a value into an array, shifting array items as necessary and handling NOT_FOUND exceptions by creating the implied containing structure.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_patch_insert_instruction_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_patch_instruction_t (
value json_element_t,
selected_item varchar2(32767),
position varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_insert_instruction_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_insert_instruction_t (
operation varchar2,
selection varchar2,
value json_element_t,
selected_item varchar2,
position varchar2
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_patch_insert_instruction_t is a subtype of the dbms_cloud_oci_psql_patch_instruction_t type.
Fields
Field
Description
value
(required) A value to be inserted into the target.
selected_item
(optional) A selection to be evaluated against the array for identifying a particular reference item within it, with the same format and semantics as `selection`.
position
(optional) Where to insert the value, relative to the first item matched by `selectedItem`. If `selectedItem` is unspecified, then \"BEFORE\" specifies insertion at the first position in an array and \"AFTER\" specifies insertion at the last position. If `selectedItem` is specified but results in an empty selection, then both values specify insertion at the last position.
Allowed values are: 'BEFORE', 'AFTER'
DBMS_CLOUD_OCI_PSQL_PATCH_MERGE_INSTRUCTION_T Type 🔗
An operation that recursively updates items of the selection, or adding the value if the selection is empty. If the value is not an object, it is used directly, otherwise each key-value member is used to create or update a member of the same name in the target and the same process is applied recursively for each object-typed value (similar to RFC 7396 JSON Merge Patch, except that null values are copied rather than transformed into deletions). NOT_FOUND exceptions are handled by creating the implied containing structure. To avoid referential errors if an item's descendant is also in the selection, items of the selection are processed in order of decreasing depth.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_patch_merge_instruction_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_patch_instruction_t (
value json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_merge_instruction_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_merge_instruction_t (
operation varchar2,
selection varchar2,
value json_element_t
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_patch_merge_instruction_t is a subtype of the dbms_cloud_oci_psql_patch_instruction_t type.
Fields
Field
Description
value
(optional) A value to be merged into the target.
DBMS_CLOUD_OCI_PSQL_PATCH_MOVE_INSTRUCTION_T Type 🔗
An operation that \"puts\" values from elsewhere in the target, functionally equivalent to a single add and then a remove. The first item of the selection is replaced, or created if the selection is empty. NOT_FOUND exceptions in the selection are handled by creating the implied containing structure. This operation fails if the `from` selection yields any exceptions, or if an item is moved to any of its descendants.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_patch_move_instruction_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_patch_instruction_t (
l_from varchar2(32767),
position varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_move_instruction_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_move_instruction_t (
operation varchar2,
selection varchar2,
l_from varchar2,
position varchar2
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_patch_move_instruction_t is a subtype of the dbms_cloud_oci_psql_patch_instruction_t type.
Fields
Field
Description
l_from
(required) The selection that is to be moved, with the same format and semantics as `selection`.
position
(optional) Where to insert the value in an array, relative to the first item in the selection. If there is no such item, then \"BEFORE\" specifies insertion at the first position in an array and \"AFTER\" specifies insertion at the last position. If the first item in the selection is not the child of an array, then this field has no effect.
Allowed values are: 'AT', 'BEFORE', 'AFTER'
DBMS_CLOUD_OCI_PSQL_PATCH_PROHIBIT_INSTRUCTION_T Type 🔗
A precondition operation that requires a selection to be empty, or optionally to be non-empty but include no item with a specified value (useful for asserting that a value does not exist before attempting to create it, avoiding accidental update). It fails if value is provided and the selection includes an item matching it, or if value is not provided and the selection is not empty, but ignores NOT_FOUND exceptions.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_patch_prohibit_instruction_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_patch_instruction_t (
value json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_prohibit_instruction_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_prohibit_instruction_t (
operation varchar2,
selection varchar2,
value json_element_t
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_patch_prohibit_instruction_t is a subtype of the dbms_cloud_oci_psql_patch_instruction_t type.
Fields
Field
Description
value
(optional) A value to be compared against each item of the selection. If this value is an object, then it matches any item that would be unaffected by applying this value as a merge operation. Otherwise, it matches any item to which it is equal according to the rules of JSON Schema.
DBMS_CLOUD_OCI_PSQL_PATCH_REMOVE_INSTRUCTION_T Type 🔗
An operation that deletes items, ignoring NOT_FOUND exceptions. To avoid referential errors if an item's descendant is also in the selection, items of the selection are processed in order of decreasing depth.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_patch_remove_instruction_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_patch_instruction_t (
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_remove_instruction_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_remove_instruction_t (
operation varchar2,
selection varchar2
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_patch_remove_instruction_t is a subtype of the dbms_cloud_oci_psql_patch_instruction_t type.
DBMS_CLOUD_OCI_PSQL_PATCH_REPLACE_INSTRUCTION_T Type 🔗
An operation that \"puts\" a value, replacing every item of the selection with it, or creating it if the selection is empty. NOT_FOUND exceptions are handled by creating the implied containing structure (but note that this may put the target in an invalid state, which can be prevented by use of precondition operations). To avoid referential errors if an item's descendant is also in the selection, items of the selection are processed in order of decreasing depth.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_patch_replace_instruction_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_patch_instruction_t (
value json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_replace_instruction_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_replace_instruction_t (
operation varchar2,
selection varchar2,
value json_element_t
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_patch_replace_instruction_t is a subtype of the dbms_cloud_oci_psql_patch_instruction_t type.
Fields
Field
Description
value
(required) A value to be added into the target.
DBMS_CLOUD_OCI_PSQL_PATCH_REQUIRE_INSTRUCTION_T Type 🔗
A precondition operation that requires a selection to be non-empty, and optionally to include an item with a specified value (useful for asserting that a value exists before attempting to update it, avoiding accidental creation). It fails if the selection is empty, or if value is provided and no item of the selection matches it.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_patch_require_instruction_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_patch_instruction_t (
value json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_require_instruction_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_patch_require_instruction_t (
operation varchar2,
selection varchar2,
value json_element_t
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_patch_require_instruction_t is a subtype of the dbms_cloud_oci_psql_patch_instruction_t type.
Fields
Field
Description
value
(optional) A value to be compared against each item of the selection. If this value is an object, then it matches any item that would be unaffected by applying this value as a merge operation. Otherwise, it matches any item to which it is equal according to the rules of JSON Schema.
DBMS_CLOUD_OCI_PSQL_PLAIN_TEXT_PASSWORD_DETAILS_T Type 🔗
Details for in-line database system password.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_plain_text_password_details_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_password_details_t (
password varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_plain_text_password_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_plain_text_password_details_t (
password_type varchar2,
password varchar2
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_plain_text_password_details_t is a subtype of the dbms_cloud_oci_psql_password_details_t type.
Fields
Field
Description
password
(required) The database system password.
DBMS_CLOUD_OCI_PSQL_PRIMARY_DB_INSTANCE_DETAILS_T Type 🔗
The primary database instance node details.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_primary_db_instance_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
db_instance_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_primary_db_instance_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_primary_db_instance_details_t (
db_instance_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
db_instance_id
(required) A unique identifier for the primary database instance node.
DBMS_CLOUD_OCI_PSQL_RESET_MASTER_USER_PASSWORD_DETAILS_T Type 🔗
Password detail that will be used to reset the database system's master user. These details are not visible on any subsequent operation, such as GET /dbSystems/{dbSystemId}.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_reset_master_user_password_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
password_details dbms_cloud_oci_psql_password_details_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_reset_master_user_password_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_reset_master_user_password_details_t (
password_details dbms_cloud_oci_psql_password_details_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
password_details
(required)
DBMS_CLOUD_OCI_PSQL_RESTART_DB_INSTANCE_IN_DB_SYSTEM_DETAILS_T Type 🔗
Database instance node restart parameters.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_restart_db_instance_in_db_system_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
db_instance_id varchar2(32767),
restart_type varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_restart_db_instance_in_db_system_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_restart_db_instance_in_db_system_details_t (
db_instance_id varchar2,
restart_type varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
db_instance_id
(required) A unique identifier for the database instance, or node.
restart_type
(required) The restart type for the database instance.
Allowed values are: 'NORMAL', 'NODE_REBOOT'
DBMS_CLOUD_OCI_PSQL_RESTORE_DB_SYSTEM_DETAILS_T Type 🔗
Backup details to restore the database system.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_restore_db_system_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
backup_id varchar2(32767),
ad varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_restore_db_system_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_restore_db_system_details_t (
backup_id varchar2,
ad varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
backup_id
(required) The OCID of the database system backup.
ad
(optional) The desired AD for regions with three ADs. This parameter is optional. If not set, the AD is chosen based on the database system's current AD.
DBMS_CLOUD_OCI_PSQL_SHAPE_SUMMARY_T Type 🔗
Summary of the database system shape.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_shape_summary_t FORCE AUTHID CURRENT_USER IS OBJECT (
id varchar2(32767),
shape varchar2(32767),
ocpu_count number,
memory_size_in_g_bs number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_shape_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_shape_summary_t (
id varchar2,
shape varchar2,
ocpu_count number,
memory_size_in_g_bs number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
id
(optional) A unique identifier for the shape.
shape
(required) The name of the Compute VM shape. Example: `VM.Standard.E4.Flex`
ocpu_count
(required) The number of OCPUs.
memory_size_in_g_bs
(required) The amount of memory in gigabytes.
DBMS_CLOUD_OCI_PSQL_SHAPE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_shape_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_shape_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_shape_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_SHAPE_COLLECTION_T Type 🔗
The list of shapes that can be used to create a database system.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_shape_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_psql_shape_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_shape_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_shape_collection_t (
items dbms_cloud_oci_psql_shape_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) List of supported shapes.
DBMS_CLOUD_OCI_PSQL_UPDATE_BACKUP_DETAILS_T Type 🔗
The backup information to be updated.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_update_backup_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
retention_period number,
freeform_tags json_element_t,
defined_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_update_backup_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_update_backup_details_t (
display_name varchar2,
description varchar2,
retention_period number,
freeform_tags json_element_t,
defined_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name for the backup. Avoid entering confidential information.
description
(optional) A description for the backup.
retention_period
(optional) Backup retention period in days.
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) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
DBMS_CLOUD_OCI_PSQL_UPDATE_CONFIGURATION_DETAILS_T Type 🔗
The information to update a configuration.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_update_configuration_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
freeform_tags json_element_t,
defined_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_update_configuration_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_update_configuration_details_t (
display_name varchar2,
description varchar2,
freeform_tags json_element_t,
defined_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name for the configuration. Avoid entering confidential information.
description
(optional) Details about the configuration set.
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) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
DBMS_CLOUD_OCI_PSQL_UPDATE_DB_CONFIG_PARAMS_T Type 🔗
Configuration for the PostgreSQL database instance.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_update_db_config_params_t FORCE AUTHID CURRENT_USER IS OBJECT (
apply_config varchar2(32767),
config_id varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_update_db_config_params_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_update_db_config_params_t (
apply_config varchar2,
config_id varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
apply_config
(optional) Whether a configuration update requires a restart of the database instance or a reload of the configuration. Some configuration changes require a restart of database instances to be applied.
DBMS_CLOUD_OCI_PSQL_UPDATE_DB_SYSTEM_DB_INSTANCE_DETAILS_T Type 🔗
Database instance node update parameters.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_update_db_system_db_instance_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_update_db_system_db_instance_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_update_db_system_db_instance_details_t (
display_name varchar2,
description varchar2
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name of the database instance node. Avoid entering confidential information.
description
(optional) A user-provided description of the database instance node.
DBMS_CLOUD_OCI_PSQL_UPDATE_STORAGE_DETAILS_PARAMS_T Type 🔗
Storage details of the database system.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_update_storage_details_params_t FORCE AUTHID CURRENT_USER IS OBJECT (
iops number,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_update_storage_details_params_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_update_storage_details_params_t (
iops number
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
iops
(optional) Guaranteed input/output storage requests per second (IOPS) available to the database system. Only valid for `OCI_OPTIMIZED_STORAGE` database system type.
DBMS_CLOUD_OCI_PSQL_UPDATE_DB_SYSTEM_DETAILS_T Type 🔗
The information to be updated.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_update_db_system_details_t FORCE AUTHID CURRENT_USER IS OBJECT (
display_name varchar2(32767),
description varchar2(32767),
db_configuration_params dbms_cloud_oci_psql_update_db_config_params_t,
management_policy dbms_cloud_oci_psql_management_policy_details_t,
storage_details dbms_cloud_oci_psql_update_storage_details_params_t,
freeform_tags json_element_t,
defined_tags json_element_t,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_update_db_system_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_update_db_system_details_t (
display_name varchar2,
description varchar2,
db_configuration_params dbms_cloud_oci_psql_update_db_config_params_t,
management_policy dbms_cloud_oci_psql_management_policy_details_t,
storage_details dbms_cloud_oci_psql_update_storage_details_params_t,
freeform_tags json_element_t,
defined_tags json_element_t
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
display_name
(optional) A user-friendly display name for the database system. Avoid entering confidential information.
description
(optional) A user-provided description of the database system.
db_configuration_params
(optional)
management_policy
(optional)
storage_details
(optional)
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) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
DBMS_CLOUD_OCI_PSQL_VAULT_SECRET_PASSWORD_DETAILS_T Type 🔗
Secret details for the database system password.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_vault_secret_password_details_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_password_details_t (
secret_id varchar2(32767),
secret_version varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_vault_secret_password_details_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_vault_secret_password_details_t (
password_type varchar2,
secret_id varchar2,
secret_version varchar2
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_vault_secret_password_details_t is a subtype of the dbms_cloud_oci_psql_password_details_t type.
Fields
Field
Description
secret_id
(required) The OCID of the secret where the password is stored.
secret_version
(required) The secret version of the stored password.
DBMS_CLOUD_OCI_PSQL_WEEKLY_BACKUP_POLICY_T Type 🔗
Weekly backup policy.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_weekly_backup_policy_t FORCE AUTHID CURRENT_USER UNDER dbms_cloud_oci_psql_backup_policy_t (
days_of_the_week dbms_cloud_oci_psql_varchar2_tbl,
backup_start varchar2(32767),
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_weekly_backup_policy_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_weekly_backup_policy_t (
kind varchar2,
retention_days number,
days_of_the_week dbms_cloud_oci_psql_varchar2_tbl,
backup_start varchar2
) RETURN SELF AS RESULT
);
dbms_cloud_oci_psql_weekly_backup_policy_t is a subtype of the dbms_cloud_oci_psql_backup_policy_t type.
Fields
Field
Description
days_of_the_week
(required) The day of the week that the backup starts.
(required) The identifier of the resource the work request affects.
entity_uri
(optional) The URI path that the user can do a GET on to access the resource metadata.
metadata
(optional) Additional information that helps to explain the resource.
DBMS_CLOUD_OCI_PSQL_WORK_REQUEST_RESOURCE_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_work_request_resource_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_work_request_resource_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_work_request_resource_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_WORK_REQUEST_T Type 🔗
An asynchronous work request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_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_psql_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_psql_work_request_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_work_request_t (
operation_type varchar2,
status varchar2,
id varchar2,
compartment_id varchar2,
resources dbms_cloud_oci_psql_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 request was finished, as described in RFC 3339.
DBMS_CLOUD_OCI_PSQL_WORK_REQUEST_ERROR_T Type 🔗
An error encountered while executing a work request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_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_psql_work_request_error_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_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.
message
(required) A human readable description of the issue encountered.
l_timestamp
(required) The time the error occured, as described in RFC 3339.
DBMS_CLOUD_OCI_PSQL_WORK_REQUEST_ERROR_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_work_request_error_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_work_request_error_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_WORK_REQUEST_ERROR_COLLECTION_T Type 🔗
Results of a workRequestError search. Contains both WorkRequestError items and other information, such as metadata.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_work_request_error_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_psql_work_request_error_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_work_request_error_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_work_request_error_collection_t (
items dbms_cloud_oci_psql_work_request_error_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) List of work request errors.
DBMS_CLOUD_OCI_PSQL_WORK_REQUEST_LOG_ENTRY_T Type 🔗
A log message from the execution of a work request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_work_request_log_entry_t FORCE AUTHID CURRENT_USER IS OBJECT (
message varchar2(32767),
l_timestamp timestamp with time zone,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_work_request_log_entry_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_work_request_log_entry_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, as described in RFC 3339.
DBMS_CLOUD_OCI_PSQL_WORK_REQUEST_LOG_ENTRY_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_work_request_log_entry_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_work_request_log_entry_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_work_request_log_entry_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_WORK_REQUEST_LOG_ENTRY_COLLECTION_T Type 🔗
Results of a workRequestLog search. Contains both workRequestLog items and other information, such as metadata.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_work_request_log_entry_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_psql_work_request_log_entry_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_work_request_log_entry_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_work_request_log_entry_collection_t (
items dbms_cloud_oci_psql_work_request_log_entry_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;
Fields
Field
Description
items
(required) List of work request log entries.
DBMS_CLOUD_OCI_PSQL_WORK_REQUEST_SUMMARY_T Type 🔗
A summary of the status of a work request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_work_request_summary_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_psql_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_psql_work_request_summary_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_work_request_summary_t (
operation_type varchar2,
status varchar2,
id varchar2,
compartment_id varchar2,
resources dbms_cloud_oci_psql_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 request was finished, as described in RFC 3339.
DBMS_CLOUD_OCI_PSQL_WORK_REQUEST_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_psql_work_request_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_psql_work_request_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_PSQL_WORK_REQUEST_SUMMARY_COLLECTION_T Type 🔗
Results of a workRequest search. Contains both WorkRequest items and other information, such as metadata.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_psql_work_request_summary_collection_t FORCE AUTHID CURRENT_USER IS OBJECT (
items dbms_cloud_oci_psql_work_request_summary_tbl,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_work_request_summary_collection_t
RETURN SELF AS RESULT,
CONSTRUCTOR FUNCTION dbms_cloud_oci_psql_work_request_summary_collection_t (
items dbms_cloud_oci_psql_work_request_summary_tbl
) RETURN SELF AS RESULT
) NOT PERSISTABLE;