Permissions to Register an On-Premises Oracle Database with Oracle Data Safe

To register an on-premises Oracle database with Oracle Data Safe, a user group requires permissions in Oracle Cloud Infrastructure Identity and Access Management (IAM) to do the following:

  • Register a target database with Oracle Data Safe:
    allow group <group-name> to manage target-databases in compartment <compartment-name>
  • (Option 1) Use or create an Oracle Data Safe private endpoint: If your target database has a private IP address, you can connect to it using an Oracle Data Safe private endpoint. 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 with use in the statements above.

  • (Option 2) Use or create an Oracle Data Safe on-premises connector: If your target database has a private IP address, you can connect to it using an Oracle Data Safe on-premises connector. Include permission to access or create an on-premises connector, for example:
    allow group <group-name> to manage onprem-connectors in compartment <compartment-name>

For more information about the resources and their permissions, see OCI Resources for Oracle Data Safe.