Recent content by karlJr

  1. K

    no longer able to debug a package

    happy ending. we shutdown and restarted the database and everything appears back to normal. for now... thanks for the assistance.
  2. K

    no longer able to debug a package

    well, after i put the : before my into variable (:hl7_msg_in) it ran successfully in normal mode. according to oracle, here is the sql stmt that is currently executing. declare -- Probe 2.1 backtrace sys.dbms_debug.backtrace_table; program_info sys.dbms_debug.program_info; i integer...
  3. K

    no longer able to debug a package

    plsql developer 6.0.3.893 oracle 9.2.0.5.0 xp professional v2002 sp2 - recently upgraded to this from w2000 i used to be able to debug without any problems. here is my test script. i'm hanging when calling the hl7_msg_loader.add_update_person function. fyi: this problem is not isolated to...
Back
Top