Answers

Question and Answer:

  Home  Oracle PL-SQL

⟩ What are the return values of functions SQLCODE and SQLERRM?

SQLCODE returns the latest code of the error that has occurred.

SQLERRM returns the relevant error message of the SQLCODE.

 194 views

More Questions for you: