QuestionQ45
PL/SQL Language FundamentalsExamine this code:
ALTER SESSION SET plsql_warnings='ENABLE:ALL';
/
You compile this function:

What occurs when the function is created with PLSQL_WARNINGS set to 'ENABLE: ALL'?
- A It fails compilation.
- B There are no compilation warnings or errors.
- C A severe compilation warning is generated.
- D A performance compilation warning is generated.
- E An information compilation warning is generated.
Community Discussion