From the data you'll find down bellow and using the following SQL instruction
--
select lpad(to_char(Line#),4,' ') as "Line#",
rpad(Texto,80,' ') as "Parameter"
from Oracle_Script
order by Line#;
--
--
retrieves the data in this format and truncated as if the line were only 46...