SQL Developer script output truncates sys_refcursor width
I have a function defined that returns a sys_refcursor containing 5 text columns. Sorry, I cannot post the contents of it here for business reasons. The columns are casted to varchar2 with specific widths (9,4,10,10,10). The casting allows me to ensure column widths are constant. In SQL Developer 1.5, printing script output (using F5 from SQL worksheet) displays the contents of the cursor nicely as: MY_FUNCTION(input1,input2,input3) --------------------------------- COLUMN1 COLU COLUMN3 COLUMN4 COLUMN5 --------- ---- ---------- ---------- ---------- 18-NOV-14 TEXT SOME_DATA1 SOME_DATA2 SOME