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 is a statement?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
Name the new features added in jdbc 4.0.
How to test jdbc connection to sql server?
What is jdbc dialect?
Explain some new features available in jdbc 4.0?
What are the types of statements in jdbc?
Is jdbc open source?
Give an example for execution of sql statement.
What does executequery return in java?
Is jdbc connection secure?
What are the different types of classes in the api component?
What is correlated subquery?
Explain how to make updates to the updatable resultsets.
What is transaction processing in jdbc?