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.