Permissions to Register an Autonomous Database with Oracle Data Safe
To register an Autonomous Database with Oracle Data Safe, a user group requires permissions in Oracle Cloud Infrastructure Identity and Access Management (IAM) to do the following:
- Access the Autonomous Database: The user group requires at
least the
use
permission on theautonomous-database
resource in Oracle Cloud Infrastructure, for example:allow group <group-name> to use autonomous-database in compartment <compartment-name>
- Register a target database with Oracle Data Safe: The user group requires the
manage
permission on thetarget-databases
resource, for example:allow group <group-name> to manage target-databases in compartment <compartment-name>
- For an Autonomous Databases that has a private IP address:
The user group requires at least the
use
permission on an Oracle Data Safe private endpoint and on the underlying virtual networking resources of the private endpoint for the relevant compartments. For example, the following statements allow a group to create a private endpoint:allow group <group-name> to manage data-safe-private-endpoints in compartment <compartment-name> allow group <group-name> to manage virtual-network-family in compartment <compartment-name>
If the group already has an Oracle Data Safe private endpoint and wants to reuse it, then replace
manage
withuse
in the statements above.
For more information about the resources and their permissions, see OCI Resources for Oracle Data Safe.