How to debug a Store Proc in Oracle using TOAD

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • islandfong
    New Member
    • Aug 2006
    • 15

    How to debug a Store Proc in Oracle using TOAD

    I am developing a complicated Store Proc in Oracle 10i using TOAD. What tools can I use to debug the SP?
  • arg
    New Member
    • Oct 2006
    • 11

    #2
    Toad has a seperate DEBUG module that cost extra. Other than that you have to use DBMS OUTPUT or something.

    Comment

    • clxt1
      New Member
      • Jan 2007
      • 1

      #3
      Originally posted by arg
      Toad has a seperate DEBUG module that cost extra. Other than that you have to use DBMS OUTPUT or something.

      Hy,
      have you got the name of this addon?

      Thanks,
      Dario

      Comment

      Working...