select line,text from dba_source where owner = upper('&1') and name = upper('&2') and type = upper('&3') order by line;