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.
|
|
|
|