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 meant by connection string?
What is the role of jdbc drivermanager class?
What is sqlwarning?
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure
What is a statement?
Is jdbc open source?
What type of drivers have you used?
What are restrictions on triggers?
What is jdbc odbc in java?
How can you use preparedstatement in jdbc?
What does Class.forName return?
How to connect html page to database using jdbc?