Trouble with the PL/SQL debugger
Posted: Sun 06 Aug 2006 02:22
Hello. I've been looking for a good Oracle tool for a while. I've installed your IDE-embedded tool for BDS 4.0; it's pretty nice. But now I've also installed Ora Tools because I need to develop PL/SQL packages and their bodies. And I need to debug them.
Is Ora Tools your offering for those purposes, or could packages be developed and debugged in the IDE-embedded tool?
Also I should report that when I push the debugger button in OraDesigner, and after a short delay, I get an Oratools error window with what looks like an Oracle error stack:
Ora- 23321 Pipename may not be null
Ora-06512 at sys.dbms_sys_error, line 86
Ora-06512 at sys.dbms_sys_pipe, line 128
Ora-06512 at sys.dbms_pbrpr, line 65
Ora-06512 at sys.dbms_dbms_debug, line 694
Ora-06512 at line 2
I tried another route: open OraExplorer, find a package, find a proc within a package, choose to debug it. OraExplorer opens a window asking for the IN param (it has the correct name and type), I give it a correct response, but then I get an Oratools error "programmer's error: synchronize status is 29."
The server is 10.2.0.2 with July CPU installed. The client machine's software matches. The Oratools was downloaded and installed today from your site.
Thanks for any suggestions. I am hoping to find a nice tool set--not too complicated, not to complex GUI.
Is Ora Tools your offering for those purposes, or could packages be developed and debugged in the IDE-embedded tool?
Also I should report that when I push the debugger button in OraDesigner, and after a short delay, I get an Oratools error window with what looks like an Oracle error stack:
Ora- 23321 Pipename may not be null
Ora-06512 at sys.dbms_sys_error, line 86
Ora-06512 at sys.dbms_sys_pipe, line 128
Ora-06512 at sys.dbms_pbrpr, line 65
Ora-06512 at sys.dbms_dbms_debug, line 694
Ora-06512 at line 2
I tried another route: open OraExplorer, find a package, find a proc within a package, choose to debug it. OraExplorer opens a window asking for the IN param (it has the correct name and type), I give it a correct response, but then I get an Oratools error "programmer's error: synchronize status is 29."
The server is 10.2.0.2 with July CPU installed. The client machine's software matches. The Oratools was downloaded and installed today from your site.
Thanks for any suggestions. I am hoping to find a nice tool set--not too complicated, not to complex GUI.