bdias@akanda.com
Member
Hello Everyone
I was wondering if there is a way to view the values of a Long Variable or any variable defied as VARCHAR2(1000) or greater during debugging.
Also is there a way to view the value(s) of a REF CURSOR type.
i.e. OPEN AllRecs FOR select * from dual;
Can we view the contents of AllRecs if AllRecs is defiend as a REF CURSOR datatype ?
Many Thanks.
Bev
I was wondering if there is a way to view the values of a Long Variable or any variable defied as VARCHAR2(1000) or greater during debugging.
Also is there a way to view the value(s) of a REF CURSOR type.
i.e. OPEN AllRecs FOR select * from dual;
Can we view the contents of AllRecs if AllRecs is defiend as a REF CURSOR datatype ?
Many Thanks.
Bev