ExamQuestions.com

Register
Login
Oracle Database 11g Advanced PLSQL Exam Questions

Oracle

Oracle Database 11g Advanced PLSQL

61 / 68

Question 61:


                
                
            
                image
            
            
                
Call 1 and Call2 are the comments for distinguishing the code. The PLSQL_OPTIMIZE_LEVEL parameter is set to 3. Which two statements are true in this scenario? (Choose two.) 

Answer options:

A. The calls to the P1 procedure are not inlined in the section commented as Call 1
B. The calls to the P1 procedure might be inlined in the section commented as Call 2
C. The calles to the P1 procedure are inlined in both the sections commented as Call 1 and Call 2
D. The calls to the P1 procedure are never inlined in both the sections commented as Call 1 and Call 2