Restricting access of database user to APPS schema.
Hi all,
I have Oracle EBS R12 running in my environment. For troubleshooting purposes, I had created database level users in the EBS database.
I realised that the DB users are able to access all of APPS tables even without me granting them the read access to APPS schema.
The database users have only these privileges.
1. Connect granted in dba_role_privs
2. Read, write access to selected custom tables.
Meaning to say, this DB user can query all APPS.XXXX tables.
Can I know where this grant to the APPS schema can be found? I want to restrict access of this DB user to only certain APPS tables only.