Struggling to read a stored proc in oracle
Run the following script and get rid of your quag.
select type, text from all_source
where name = 'PROC_NAME'
order by type, line;
Hope this helps..
Smoke weed save the planet..............
select type, text from all_source
where name = 'PROC_NAME'
order by type, line;
No comments:
Post a Comment