What are the return values of functions SQLCODE and SQLERRM ?
Answers were Sorted based on User's Feedback
Answer / tulsi
SQLCODE returns the latest code of the error that has
occured.
SQLERRM returns the relevant error message of the SQLCODE.
Is This Answer Correct ? | 16 Yes | 0 No |
Answer / pervez
Hi Tulsi,
Sqlerrm returns error number as well as error message of
last error occured.
Is This Answer Correct ? | 4 Yes | 2 No |
What company owns postgresql?
What are the different types of database management systems?
Why do we use sqlite?
How do I know if I have sql express or standard?
Why is sharding used?
How to download oracle sql developer?
Why is a primary key important?
Do we need to rebuild index after truncate?
how many tupples can insert in 1 second in sql
If you have to declare procedure1,procedure2 in package specification and if you have to declare procedure1,procedure2 and procedure3 in package body? is it compilation or not and execute or not? what type of error is given please
What are few of the schema objects that are created using PL/SQL?
types of exceptions and what is meant by pragma autonomous_transaction ?what is the use.