Answer Posted / 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 View All Answers
Give an example for getXXX method?
What is a statement?
Which interface is responsible for transaction management in jdbc?
When do we use execute method in java jdbc?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
How to set NULL values in JDBC PreparedStatement?
What is odbc and jdbc drivers?
What are the advantages of using preparedstatement in java?
Which is better jpa or jdbc?
What does the jdbc driver interface do?
Does jdbc use odbc?
What is ojvm used for?
Explain the difference between resultset and rowset in jdbc
What is resultset in jdbc with example?
What is the difference between jdbc and jndi?