how to debugg a procedure or package using
dbms_output.put_line in plsql
Answer Posted / 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 View All Answers
How do I view tables in mysql?
Is ms sql traffic encrypted?
What is composite primary key in sql?
What is recursive stored procedure?
Which is better cte or subquery?
Can a foreign key have a different name?
What is a ddl command?
what is a constraint? : Sql dba
How can triggers be used for the table auditing?
What is nvl?
What is difference between mysql and postgresql?
What are sql functions? Describe the different types of sql functions?
how to extract a unit value from a date and time? : Sql dba
Can sql function call stored procedure?
How does cross join work?