column profile format a20 column RESOURCE_NAME format a30 column LIMIT format a30 select * from dba_roles where role like upper('&1') order by role;