What are the return values of functions SQLCODE and SQLERRM?

Submitted by: Administrator
SQLCODE returns the latest code of the error that has occurred.
SQLERRM returns the relevant error message of the SQLCODE.
Submitted by: Administrator

Read Online Oracle PL-SQL Job Interview Questions And Answers