Examine the following command: SQL>ALTER SESSION SET plsql_warnings * ‘enable: severe’, ‘enable: performance’, ‘ERROR: 05003’; What is the implication of the above command? A. It issues a warning whenever ERROR: 05003 occur during compilation. B. It causes the compilation to…