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 is the purpose of cursors in pl/sql?
Why are sql stored procedures used?
Why we use join in sql?
Is nosql relational?
What are the types of SQL Statement?
What is difference between a Cursor declared in a procedure and Cursor declared in a package specification ?
What is pl sql quora?
what is global variable in pl/sql
how can i read files from a pl/sq l program
Define SQL and state the differences between SQL and other conventional programming Languages?
Explain the components of sql?
How toimport .dmp file in lower version of oracle from higher version ?