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
What is the max nvarchar size?
How can I see all tables in sql?
What is count * in sql?
What is the main difference between sql and pl/sql?
What is the difference between function and procedure in pl/sql?
tell us something about heap tables. : Sql dba
How do temporal tables work?
How much ram can sql express use?
What is self-join and what is the requirement of self-join?
How are sql commands classified?
What is the primary key?
How do you modify a table in sql?
explain the difference between myisam static and myisam dynamic. : Sql dba
What is trigger and how to use it in sql?
What are all the different normalizations?