I have created a user within Oracle Enterprise Manager, this user is the Admin of one schema. How do I restict access to other schemas in bulk, the database has about 50 schemas and the user shouldn’t be able to view or interact with these other schemas.
Thanks
He is not able by default, unless access to other schemas’ objects has been explicitly granted to
PUBLIC. In this case, you have no easy options to restrict access to them.