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
Show code of a cursor for loop.
What is a full join?
What is dba in sql? : SQL DBA
what is sql in mysql? : Sql dba
Explain what is a database?
How to display the current date in sql?
What are the properties of a transaction?
how to convert character strings to numeric values? : Sql dba
What sql does db2 use?
Cite the differences between execution of triggers and stored procedures?
What are triggers and its uses?
What is sql basics?
How do you select unique values in sql?
What are the parts of a basic sql query?
Which data type is a composite type?