How will you debug your procedure? If your procedure is
around 2000 lines and the expected output is 10 and we get
only output 5.So how will you debug it?
Somebody pls give the correct answer?

Answer Posted / arthi

use the following code to debug the huge line of code

DBMS_OUTPUT.PUT_LINE
(dbms_utility.format_error_backtrace||' : '||sqlerrm);

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How long will it take to learn pl sql?

684


what happens if you no create privilege in a database? : Sql dba

708


What is cold data?

672


When is the update_statistics command used?

763


What is rownum and rowid?

754






How is pl sql different from sql?

722


Can function return multiple values in sql?

722


Why do we use joins?

768


What is over () in sql?

682


What is graph sql?

713


Which command is used to call a stored procedure?

708


What are hotfixes and patches?

687


Why is stored procedure faster than query?

697


What is the left table in sql?

697


What is sql data?

700