plsql_optimize_level constrols how much effort the PL/SQL compiler invests into optimizing PL/SQL code. This level can be set to a value between 1 and 3. The default is 2. plsql_optimize_level to 3 causes the compiler to seek oportunities to inline code. inline pragma.