Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PUBLIC pseudo user

LibraDBANov 8 2007 — edited Nov 8 2007
select table_name, grantor, privilege from dba_tab_privs where GRANTEE='PUBLIC';

If we run this query, we can see so many privileges given to pseudo role PUBLIC.
And also by default, all users have the privileges which are given to PUBLIC. If we connect to the database useing 3rd party tools, like the BO XI, it shows all the schemas and the privileges which are there with PUBLIC.

can we do something in which, the users dont use the privileges granted to PUBLIC.

thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 6 2007
Added on Nov 8 2007
3 comments
397 views