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

How warnings are retrieved in JDBC?

1 Answers  


How do you know which driver is connected to a database?

3 Answers  


What is metadata in java programming?

0 Answers  


What are drivers available?

0 Answers  


How do I know which jdbc driver to use?

0 Answers  


What is the different between ResultSet and RowSet?

0 Answers  


What is use of connection pooling?

0 Answers  


What is the purpose of jdbc?

0 Answers  


What is two-phase commit in the database?

0 Answers  


What is jdbc driver for sql server?

0 Answers  


What is connection data?

0 Answers  


What are jdbc and its components?

0 Answers  


Categories