Originally Posted By: Upeshp
This query gives the information about tables only. If i want for other objects also then ?
DBA_TAB_PRIVS lists all object_privilege granted to users (excluding column specific privileges) use DBA_COL_PRIVS for column specific privileges.

Sanjay