|
| Total Answers and Comments: 4 |
Last Update: May 07, 2008 Asked by: rajanen |
|
| | |
|
No best answer available. Please pick the good answer available or submit your answer. | |
July 25, 2006 08:26:24 | |
| pankaj_gauba |
|
Member Since: November 2005 Contribution: 16 |
RE: how to trace the errors in pl/sql block code..
| User_Errors table OR show error on sql promt |  | | Is this answer useful? Yes | No | | |
|
| |
|
August 14, 2006 06:43:26 | |
| Sphurti |
|
|
RE: how to trace the errors in pl/sql block code..
| If you meant to check the logic then you can put some dbms statements within the PL/SQL block and then before executing it on prompt Set serveroutput on this command will print each dbms statements hence this will help to track where exactly the procedure is producing the wrong o/p. |  | | Is this answer useful? Yes | No | | |
|
| |
Go To Top
|