Most annoying bug occurring on a daily basis to date, which should be solvable even in a suboptimal manner, regardless if it's related to some obscure oci driver bug.
After I start a debug session, I want to execute sql in debug session in order to obtain value by hand.
Is that possible?
I was using this, which ends up in error (xec is always 28).
declare
xec binary_integer;
buff varchar2(2000);
begin
xec := dbms_debug.get_value('varname', 0...