This is a discussion on Object privileges within the Oracle Database forums, part of the Database Server Software category; --> Hello How I view, the objects of BBDD, that not have privileges for execute ?? the all_tabl_privs show de ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| daniellopez21 schrieb: > Hello > > How I view, the objects of BBDD, that not have privileges for execute > ?? > > the all_tabl_privs show de tables, no objects, procedures, etc etc > > I'm sorry, but my english is bad > ALL_TAB_PRIVS shows grants not only on tables ( the view name may be misleading). This is from SQL Reference: http://download-uk.oracle.com/docs/c...htm#sthref1714 <quote> ALL_TAB_PRIVS describes the following types of grants: Object grants for which the current user is the object owner, grantor, or grantee Object grants for which an enabled role or PUBLIC is the grantee </quote> Best regards Maxim |