Oracle Database: Advanced PL/SQL — Question 56

Which two are true about packages? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Option A is correct because variables and cursors in the package specification are indeed accessible to all subprograms in the same schema. Option C is also correct as package specifications can be compiled on their own, independent of the body. The other options are incorrect as they either misstate the relationship between packages and their components or the compilation requirements.