20 DBMS_CLOUD Family of Packages
To use the DBMS_CLOUD and other packages in the
DBMS_CLOUD family of packages, you must complete certain tasks.
Starting with Oracle Database 23ai (23.7), you can install
DBMS_CLOUD and other packages of the DBMS_CLOUD
family with installation scripts deployed with Oracle Database. These packages are not
preinstalled. You must manually install these packages, and also configure users or
roles to use these packages.
- Using the DBMS_CLOUD Family of Packages
Learn about the requirements for deploying and using theDBMS_CLOUDfamily of packages. - Installing DBMS_CLOUD
To use theDBMS_CLOUDfamily of packages on a customer-managed Oracle Database, you must create a new user and installDBMS_CLOUDpackages as that user. - Create SSL Wallet with Certificates
To access HTTP URIs and Object Stores safely from within your database, you must create a wallet with the appropriate certificates. - Configure the Database with ACEs for DBMS_CLOUD
Create Access Control Entries (ACEs) to enable communication with Object Stores and other trustedhttpsendpoints (URIs). - Verify Configuration of DBMS_CLOUD
After you verify that theDBMS_CLOUDcode is correctly installed, verify the proper setup of the SSL Wallet and the Access Control Entities (ACEs). - Configuring Users or Roles to use DBMS_CLOUD
After successfully installingDBMS_CLOUD, you must configure users or roles to be able to use all of its supported functionality.
Parent topic: Other Utilities