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
How do I add a database to sql?
Can you have more than one trigger on a table?
Can primary key be changed?
What is the least restrictive isolation level? : Transact sql
what are aggregate and scalar functions? : Sql dba
What are the different types of constraints?
Is sql dba a good career? : SQL DBA
Is pl sql useful?
What is cursor status?
What is rtm stands for?
What is triggering circuit?
what is a constraint? : Sql dba
what is sub-query? : Transact sql
How do rank () and dense_rank () differ?
What are crud methods?