Oracle Database: Advanced PL/SQL — Question 60

Which two are true about the PLSQL_CODE_TYPE parameter? (Choose two.)

Answer options

Correct answer: C, D

Explanation

Option C is correct because when the PLSQL_CODE_TYPE is set to NATIVE, it indeed stores programs as platform-dependent machine code. Option D is also correct as it allows the recompilation of a program unit while maintaining the current session settings. The other options are incorrect because A misrepresents the behavior of the parameter, B incorrectly states the default value, and E describes the storage format incorrectly.