Multiple choice technology databases

In ISQL plus how to see errorsof a plsql code

  1. A.SHOW ERRORS

  2. B. Query the USER_ERRORS data dictionary view

  3. Both A and B

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In iSQL*Plus (and SQL*Plus), compilation errors in PL/SQL code can be viewed using the SHOW ERRORS command or by querying the USER_ERRORS data dictionary view. Both methods are valid options for developers to inspect errors, making 'Both A and B' the correct choice.