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 |
What is statement and resultset in jdbc?
What is PreparedStatement?
Give an example for getXXX method?
How will you perform truncation using JDBC?
Why would you use setautocommit(false) in jdbc?
preparedstatement p= new preparedstatement is it possible ?
10 Answers Fidelity, IBM, Infrasys,
What is encrypted connection?
How do I start debugging problems related to the JDBC API?
Result set’s index starts with 0 or 1?
What does the jdbc driver interface do?
What is JDBC Statement?
Which interface is responsible for transaction management in jdbc?