READ Free Dumps For Oracle- 1z0-146
Question ID 2757 | Which two statements are true about the context of an application? (Choose two.) |
Option A | A. It is attached to a session. |
Option B | B. It is owned by the user SYS. |
Option C | C. A user can change the context of his or her application. |
Option D | D. The PL/SQL package associated with the context must exist before the context is created. |
Option E | E. The predefined attributes in the USERENV application context can be changed as per the requirements. |
Correct Answer | A,B |
Question ID 2758 | View the Exhibit and examine the PL/SQL code. |
Option A | A. The compiler would automatically inline subprograms. |
Option B | B. The compiler would inline the code for external subroutines. |
Option C | C. The compiler would inline the code even if the INLINE pragma is set to NO. |
Option D | D. The compiler would not inline the code unless the INLINE pragma is set to YES. |
Correct Answer | A |