Technical Notes
We're all on the same page!
Showing posts with label
debug
.
Show all posts
Showing posts with label
debug
.
Show all posts
Friday, 2 February 2018
How to debug code in Toad?
›
e.g. Toad for Oracle -> Database -> Schema Browser -> Click HR -> Click Procedures -> Double click to "PROC_EXEC" ...
Friday, 19 January 2018
How to use "Toad for Oracle" Help?
›
e.g. Toad for Oracle -> Help -> Contents -> Search "Debugging a Procedure or Function Tutorial"
Tuesday, 29 November 2016
How to enable debug mode?
›
SQL> GRANT DEBUG CONNECT SESSION TO hr; SQL> GRANT DEBUG ANY PROCEDURE TO hr; Lastly, reconnect to the session and try again :)
›
Home
View web version