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 jdbc and its advantages?
What is JDBC DataSource and what are it’s benefits?
What is odbc and jdbc drivers?
what is JDBC?
Which type of JDBC driver is the fastest one?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
How do I receive a ResultSet from a stored procedure?
wa is connection pooling? how do u create connection pooling?wat is use connection pooling?
What are the exceptions in jdbc?
How do I start debugging problems related to the JDBC API?
What does connection pooling mean ?
What is the use of jdbc api?