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 @entity in java?
What is the meaning of “dirty read” in the database?
Which jdbc driver type s is are the jdbc odbc bridge?
What is JDBC ResultSet?
How do I find jdbc version?
What are the ddl statements?
What is the role of class.forname while loading drivers?
How do I start debugging problems related to the JDBC API?
What are the different types of JDBC drivers?
How will you perform truncation using JDBC?
How can you make the connection using jdbc?
Is jdbc and orm?
How can you make a connection?
What is jdbc url for mysql?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?