adm_settings_api
This document contains the API documentation for the adm_settings_api
package.
Functions and Procedures
Section titled “Functions and Procedures”configure_object_storage
Section titled “configure_object_storage”Configures and enables object storage with validation Tests connectivity by attempting to write a test file to the bucket
Signature:
procedure configure_object_storage ( p_bucket in varchar2, p_region in varchar2, p_namespace in varchar2, p_credential_id in varchar2, p_verify_checksums in varchar2 default 'Y');
Parameters:
Name | Direction | Type | Description |
---|---|---|---|
p_bucket | in | varchar2 | OCI Object Storage bucket name |
p_region | in | varchar2 | OCI Object Storage region |
p_namespace | in | varchar2 | OCI Object Storage namespace |
p_credential_id | in | varchar2 | APEX Web Credential static ID for OCI |
p_verify_checksums | in | varchar2 default 'Y' | Whether to verify checksums (Y/N) |
disable_object_storage
Section titled “disable_object_storage”Disables object storage
Signature:
procedure disable_object_storage;
test_object_storage_connectivity
Section titled “test_object_storage_connectivity”Tests object storage connectivity Returns success message or raises exception on failure
Signature:
function test_object_storage_connectivity return varchar2;
Returns: varchar2