A Dev Gym Workout

Automatic Subprogram Inlining


Every call to a procedure or function causes a slight, but measurable, performance overhead, which is especially noticeable when the subprogram is called within a loop. Automatic subprogram inlining can reduce the overhead associated with calling these subprograms, a new optimization feature added in Oracle Database 11g. In this workout, Tim Hall guides you through the feature, with lots of examples. We then add a link to the PL/SQL optimizer, and finish up with some quizzes, courtesy of Steven Feuerstein.
  • Instructor

    Tim Hall*

  • Estimated Time

    79 Minutes

  • Difficulty

    Intermediate to Advanced

Oracle Account Text

You need an Oracle Account to take a workout. Click here to sign up.
Already a member of the Oracle Dev Gym? Click here to get back to work.

Exercises

Exercise Difficulty Time
Automatic Subprogram Inlining in Oracle Database 11g Release 1Intermediate15
Automatic Subprogram InliningNot Provided
Quiz on Automatic Subprogram InliningAdvanced8
Quiz on INLINE PragmaAdvanced19
Quiz on Subprogram InliningAdvanced17
Quiz on Subprogram InliningAdvanced20
Instructor

*About Tim Hall

Tim Hall is an Oracle DBA/Developer and well known Oracle blogger at https://oracle-base.com. If that isn't enough, he's written two books and over 900 articles, is an Oracle ACE Director, Oracle Groundbreaker Ambassador, OakTable member, and has presented at numerous user groups and conferences worldwide.

More from Tim Hall