I develop packages generating SQL Statements. Therfore I use varchar2(32000) variables. When debugging, it is only possible to view the variable until it reaches a length of about 1000 Characters. Then the varchar switches to a long variable, making it impossible to view the variable during the debugging session.
It would be a great relief, being able to view such big varchar variables during debugging.
Regards
Chris
It would be a great relief, being able to view such big varchar variables during debugging.
Regards
Chris