Recent content by mpapec2010

  1. M

    Test window can not be closed when debug has gone wrong or connection has been lost

    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.
  2. M

    Using debug session to manually get variable values

    Oh, I see; Oracle docs use a bit different terminology. https://docs.oracle.com/database/121/ARPLS/d_debug.htm#ARPLS66093
  3. M

    Using debug session to manually get variable values

    So "executing in debug session" executes a query in target, rather than debug session?
  4. M

    Using debug session to manually get variable values

    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...
Back
Top