DBMS_CLOUD Endpoint Management
URIs
in operations with DBMS_CLOUD
.
The DBMS_CLOUD
package supports a number of object store and REST endpoints that are all pre-configured for the service. This package also allows you to access additional non-preconfigured endpoints after properly enabling such endpoints through network access control lists (ACLs).
The authentication for pre-configured endpoints is automatically understood and derived in DBMS_CLOUD
. In order to know the proper authentication type for additional, customer-managed endpoints, DBMS_CLOUD
supports URI
schemes to indicate the authentication type for the URI endpoint. The URI
endpoint must support HTTPS on port 443 for secure HTTP requests.
-
For more information on pre-configured URIs, see DBMS_CLOUD URI Formats.
- For more information on customer-managed URIs, see Additional Customer-Managed URI Formats
Parent topic: DBMS_CLOUD Package