1. 程式人生 > >Oracle SQL Developer中進行儲存過程除錯

Oracle SQL Developer中進行儲存過程除錯

首先需要給使用者新增必要的許可權。

grant debug connect session to tony;
grant debug any procedure to tony;

然後選中儲存過程,點選右鍵,執行[編譯以進行除錯]。
可以新增斷點,選單 [執行]〉除錯xxx。