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
What is scalar function?
What is cross join sql?
how to present a past time in hours, minutes and seconds? : Sql dba
Explain foreign key in sql?
how mysql optimizes distinct? : Sql dba
What is delete command in sql?
What is the use of sqlerrd 3?
What is the difference between an inner join and an outer join?
Explain aggregate functions are available there in sql?
What is hibernate and its relation to sql?
Is pl sql different from sql?
List the various privileges that a user can grant to another user?
What is out parameter used for eventhough return statement can also be used in pl/sql?
can sql servers linked to other servers like oracle? : Sql dba
What do you mean by field in sql?