Required Permissions
The service account (user) on the target systems must have permissions for the operations it carries out.
| Operation | Required Permissions | 
|---|---|
| Load Accounts | Read Permissions | 
| Provision Accounts | Write Properties Write User Objects Create User Objects | 
| Password Management | Change Password Reset Password | 
| Enable and Disable Accounts | Read Account Write Account | 
| Unlock Accounts | Read Lockstatus Write Lockstatus | 
Additional Permissions
Update the service account for the Oracle Database source with the following permissions:
GRANT SELECT ON DBA_TABLESPACES TO ${UserName};
GRANT SELECT ON DBA_PROFILES TO ${UserName};
The Oracle administrator must have all the permissions mentioned below for performing the provisioning operations.
Sign in with administrator credentials and execute the following command to create a new user:
CREATE USER ${UserName} IDENTIFIED BY ${Password};
The following table lists the required permissions for the specific operations mentioned below in this section:
| Operation | Required Permissions | 
|---|---|
| Test Connection | |
| Account Aggregation | |
| Group Aggregation | |
| CREATE Account | |
| UPDATE / MODIFY Account |