Distributed Debugging of Stored Procedures BACK | 1 2 3 4 5 6 7 8 9 10 | NEXT | MAIN
You can debug stored procedures on Oracle7, Oracle8, and Oracle8i database servers by stepping through them from the machine on which you are debugging your application – without leaving the development environment.

You don't need to enter a different programming environment and start a separate debugging session on the database server. This makes debugging faster and reduces the risk of disrupting unrelated operations on the database server.