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 happens if connection is not closed in jdbc?
What is jdbc connection class?
What is the most common example type 1 driver?
Which is faster jdbc or odbc?
What are the benefits of PreparedStatement over Statement?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What is while rs next ())?
What is the difference between execute, executeQuery, executeUpdate?
Does sql allow null values ? Can we use it within where clause ?
What are the advantages of database connection pooling?
Which type of driver provides jdbc access via one or more odbc drivers?
How to check jdbc driver version in sql server?
What is jdbc class forname?
What is the full form of jdbc?
Is jdbc connection secure?