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
What are the types of statements in jdbc?
Explain creation of statement object with connection method create method with help of an example.
What is jdbc odbc connection?
Why do we use jdbc in java?
How to check jdbc driver version in sql server?
How do I know which jdbc driver to use?
Is odbc an api?
What is type 4 jdbc driver?
What is drivermanager in java?
Explain jdbc savepoint?
Write an sql to find all records having all numeric characters in a field ?
What is the use of dialect?
What does the jdbc connection interface?
How many types of statements are there in jdbc?
What are the considerations for deciding on transaction boundaries?