column grantee format a20 column OWNER format a20 column GRANTOR format a20 column PRIVILEGE format a20 column grantee format a20 select * from dba_tab_privs where owner like upper('&1') and table_name like upper('&2');