Oracle Database: Program with PL/SQL — Question 72

Which two statements are correct in Oracle Database 12c?

Answer options

Correct answer: D, E

Explanation

Option D is correct because natively compiled code is indeed stored in the SYSTEM tablespace. Option E is also correct, as it accurately describes the process to convert a PL/SQL object to native code. The other options are incorrect because they provide inaccurate information about compilation settings and defaults.