Giving additional user privileges for tables in Oracle EBS v12.1.3
For monitoring Oracle EBS v12.1.3, the following user privileges will be required to query data from the database:
- CONNECT role.
- SELECT_CATALOG_ROLE role.
- SELECT ANY TABLE role
The following commands can be executed in order to grant the above mentioned roles to the user.
- GRANT CONNECT TO user;
GRANT SELECT_CATALOG_ROLE TO user;
GRANT SELECT ANY TABLE TO user;
Note - The "user" mentioned in the above commands refers to the username of the user configured in Applications Manager for monitoring.
New to ADSelfService Plus?