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 |
Does sql*plus have a pl/sql engine?
how u can find the n row from a table?
What is the need of a partition key?
Does sql profiler affect performance?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
explain the difference between delete , truncate and drop commands? : Sql dba
What are sql queries used for?
What is the purpose of a sql?
a table has 2 classifications 1)liabilities 2)earnings this liabitity has 2 elements with 2 input values and the earnings have 2 elements with 2 input values i wrote a query so that my input is liability savings amount1 amount2 xxxx null xxxxxx 0 xxx1 null xxxxx1 0 null yyyy 0 yyyy null yyy1 0 yyy1 my problem is --when i developed a report(d2k) with this data my o/p is liabilities,amount1,savings,amount2 xxxx xxxxxx xxx1 xxxxx1 yyyy yyyy yyy1 yyy1 how could i move this savings,savings values 2 palces up. can any body provide me witha better solution
What is the difference between count 1 and count (*) in a sql query?
What are the operators used in select statements?
How do I view a sql trace file?