Jan 07 2008 03:50 PM 5394 8 Debug Procedure av_t66 How to debug a procedure in SQL Prompt srimanta sahoo Oct 4th, 2011 You can debug the procedure by writting following command : alter procedure procedure name debug ; puneet.kush Profile Answers by puneet.kush Questions by puneet.kush Apr 17th, 2008 You can debug the procedure. Oracle gives a util programme DBMS_DEBUG by which you can debug a procedure.the full detail you can see at http://www.oracleutilities.com/wiki/index.php?title=Dbms_debugan... Answer Question Select Best Answer
Jan 07 2008 03:50 PM 5394 8 Debug Procedure av_t66 How to debug a procedure in SQL Prompt srimanta sahoo Oct 4th, 2011 You can debug the procedure by writting following command : alter procedure procedure name debug ; puneet.kush Profile Answers by puneet.kush Questions by puneet.kush Apr 17th, 2008 You can debug the procedure. Oracle gives a util programme DBMS_DEBUG by which you can debug a procedure.the full detail you can see at http://www.oracleutilities.com/wiki/index.php?title=Dbms_debugan... Answer Question Select Best Answer
srimanta sahoo Oct 4th, 2011 You can debug the procedure by writting following command : alter procedure procedure name debug ;
puneet.kush Profile Answers by puneet.kush Questions by puneet.kush Apr 17th, 2008 You can debug the procedure. Oracle gives a util programme DBMS_DEBUG by which you can debug a procedure.the full detail you can see at http://www.oracleutilities.com/wiki/index.php?title=Dbms_debugan...