Oracle Database: Advanced PL/SQL — Question 43

Which three are true regarding code based access control (CBAC)? (Choose three.)

Answer options

Correct answer: B, E, F

Explanation

The correct answers B, E, and F accurately reflect the limitations and capabilities of CBAC. B is correct because CBAC roles must be granted to the owner before they can be assigned to a program unit. E is true as both ADMIN and DELEGATE options cannot be granted to the same user to maintain security boundaries. F is correct since CBAC can indeed attach roles to functions, procedures, or packages, while the other options either misstate the functionalities of CBAC or are incorrect in their assertions.