How to debug a stored procedure in Toad?

前端 未结 2 534
别那么骄傲
别那么骄傲 2021-01-31 10:33

I have Oracle 10g installed and there is a package which has a number of cursors and procedures, how do I debug one of these procedures or cursors. Can you please provide steps

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-31 11:28

    Open a PL/SQL object in the Editor.

    Click on the main toolbar or select Session | Toggle Compiling with Debug. This enables debugging.

    Compile the object on the database.

    Select one of the following options on the Execute toolbar to begin debugging: Execute PL/SQL with debugger () Step over Step into Run to cursor

提交回复
热议问题