Page 1 of 1
debugging stored procedures using TOAD and BDS 2006
Posted: Wed 08 Aug 2007 14:28
by mxwx
can anyone tell me how to do a running setup to debug stored procedures together with TOAD. I am using most recent version of TOAD, most recent Version of ODAC and BDS 2006
Thanks in advance
Posted: Mon 13 Aug 2007 07:22
by Plash
This question does not concern Core Lab ODAC. It is related to third-party products. Supporting third-party products exceeds goals of our support team.
Posted: Mon 13 Aug 2007 15:11
by mxwx

ok
let me ask more Corelab specific
What do I have to do to get the following code working. What kind of component do I have to use for each of the lines.
ALTER SESSION SET PLSQL_DEBUG=TRUE
id := dbms_debug.initialize('TESTDEBUG')
dbms_debug.debug_on;
Thanks in advance
Posted: Tue 14 Aug 2007 08:27
by Plash
You can use TOraScript, TOraQuery, or TOraSQL to execute these statements.