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 |
How warnings are retrieved in JDBC?
How do you know which driver is connected to a database?
What is metadata in java programming?
What are drivers available?
How do I know which jdbc driver to use?
What is the different between ResultSet and RowSet?
What is use of connection pooling?
What is the purpose of jdbc?
What is two-phase commit in the database?
What is jdbc driver for sql server?
What is connection data?
What are jdbc and its components?