How do you debug PL/SQL code?



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

Post New Answer

More JDBC Interview Questions

What is statement and resultset in jdbc?

0 Answers  


What is PreparedStatement?

6 Answers   Infogain, Wipro,


Give an example for getXXX method?

0 Answers  


How will you perform truncation using JDBC?

0 Answers  


Why would you use setautocommit(false) in jdbc?

0 Answers  


preparedstatement p= new preparedstatement is it possible ?

10 Answers   Fidelity, IBM, Infrasys,


What is encrypted connection?

0 Answers  


How do I start debugging problems related to the JDBC API?

0 Answers  


Result set’s index starts with 0 or 1?

0 Answers  


What does the jdbc driver interface do?

0 Answers  


What is JDBC Statement?

0 Answers  


Which interface is responsible for transaction management in jdbc?

0 Answers  


Categories