how to debugg a procedure or package using
dbms_output.put_line in plsql



how to debugg a procedure or package using dbms_output.put_line in plsql..

Answer / bunty

dbms_output.put_line can be used in Packages, Procedures or
triggers to display message or variable values which can be
used as debugging tool.

Cheers,
Bunty

Is This Answer Correct ?    12 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is audit logout in sql profiler?

0 Answers  


How do you update a value in sql?

0 Answers  


Maximum how many triggers can we use in trigger and How to find out how many records it fetched.

1 Answers   TCS,


Is delete faster than truncate?

0 Answers  


What is data types in sql?

0 Answers  






What is using in sql?

0 Answers  


Explain the difference between triggers and constraints?

0 Answers  


What is the unique index?

0 Answers  


What is primary key secondary key alternate key candidate key?

0 Answers  


How can I tell if sql is running?

0 Answers  


Which constraints we can use while creating database in sql?

0 Answers  


What is the life of an sql statement?

0 Answers  


Categories