https://www.quest.com/products/toad-for-oracle/
Learn how to create a simple PL/SQL unit test using Toad’s Editor.
Amazon Auto Links: No products found.
https://www.quest.com/products/toad-for-oracle/
Learn how to create a simple PL/SQL unit test using Toad’s Editor.
Amazon Auto Links: No products found.
Author: Quest
Execute PL/SQL WITH debugger is not enabled by default. Following 2 grants are needed for it to be enabled.
GRANT DEBUG ANY PROCEDURE TO XXG_USER;
GRANT DEBUG CONNECT SESSION TO XXG_USER;