How do you debug PL/SQL code?
Answer / samsudeen
When u execute the PL/SQL in putty u are using follwing
command
SQL > @samsu.sql
if not compile succeefully, u can use the follwing command
to debug the PLSQL.
SQL > show errors
its display the error name , line no and column no.
| Is This Answer Correct ? | 2 Yes | 1 No |
Why “no suitable driver” error occurs?
What is the role of jdbc drivermanager class?
How do I start debugging problems related to the JDBC API?
What are the Isolation level in JDBC transaction?
What are the types of statements in jdbc?
What is two-phase commit in the database?
What is JDBC Savepoint? How to use it?
What is the difference between triggers and procedures?
How to find the column count in resultset?
Why do we need jdbc?
Which type of driver is unique in jdbc?
What are statements in JAVA ?