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
Which Java and java.sql data types map to my specific database types?
Why jdbc is used in java?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
Name the types of jdbc drivers.
What is database deadlock ? How can we avoid them?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
Explain creation of statement object with connection method create method with help of an example.
What is jdbc type?
How many categories of jdbc drivers are there?
What is drivermanager in jdbc?
What is jdbc oracle thin?
What is the difference between executing, executequery, executeupdate in jdbc?
What is a statement in java?
What does the jdbc connection interface?
What does connection pooling mean ?