Which statement would be true in this scenario?

Examine the following settings for a session:
PLSQL_CODE_TYPE = NATIVE
PLSQL_OPTIMIZE_LEVEL = 3
Which statement would be true in this scenario?

Examine the following settings for a session:
PLSQL_CODE_TYPE = NATIVE
PLSQL_OPTIMIZE_LEVEL = 3
Which statement would be true in this scenario?

A.
The compiler would automatically inline subprograms.

B.
The compiler would inline the code for external subroutines.

C.
The compiler would inline the code even if the INLINE pragma is set to NO.

D.
The compiler would not inline the code unless the INLINE pragma is set to YES.



Leave a Reply 1

Your email address will not be published. Required fields are marked *