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 |
When do we get java.sql.SQLException: No suitable driver found?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
how we can remove hard code in java?
What is odbc. how is it related to sql cli?
What is jdbc odbc bridge?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What is jdbc oracle thin?
What happens if we don't close the connection in jdbc?
How transactions are performed using JDBC ?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
What is while rs next ())?
how to prevent finally block from execution