GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  PL/SQL

 Print  |  
Question:  Debug PL/SQL Code

Answer: How will you debug PL/SQL Code?


August 08, 2008 07:42:48 #2
 soujibb   Member Since: August 2008    Total Comments: 1 

RE: Debug PL/SQL Code
 
1. We can debug using toad, pl/sql developer tools. Debug option will be there in these tools. before debugging the package or anything, enable the dbms_output option.

or

2. Using DBMS_DEBUG Package also we can debug the pl/sql code.




     

 

Back To Question