Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7785293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T20:13:57+00:00 2026-06-01T20:13:57+00:00

Can anyone tell me what is the difference between the INLINE Pragma and pinned

  • 0

Can anyone tell me what is the difference between the INLINE Pragma and pinned objects in oracle .

As per my understanding pinning objects means Keeping database packages in the Oracle database'sSystem Global Area (SGA) shared pool`

Inline Pragma specifys that a subprogram call is, or is not, to be inlined. Inlining replaces a subprogram call (to a subprogram in the same program unit) with a copy of the called subprogram at compile time.

Is oracle also stores the compiled code in SGA ?,what if a user do Pinning as well Inline Pragma for the same object in database.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T20:13:57+00:00Added an answer on June 1, 2026 at 8:13 pm

    Oracle has to load the code into the shared pool in the SGA in order to run it, yes. Generally, there is no need to pin objects in memory because Oracle ages them out of the shared pool based on a least recently used algorithm. So if a piece of code is called frequently, it will be kept in the shared pool. If it is called infrequently, it may be aged out and you may have to re-read it from disk on the next call. But that’s generally exactly what you want to happen– you want to optimize things that happen frequently and you want to incur the cost of a few disk I/O’s when you read infrequently accessed code from disk.

    Inlining determines whether the compiler chooses to copy the code for a subprogram inline which generally makes the compiled product slightly bigger, and thus require slightly more space in the shared pool in return for not having to jump to the subprogram at runtime. Generally, inlining is not something that you’d manually specify with a PRAGMA, it’s something that would be taken care of automatically by the compiler by setting PLSQL_OPTIMIZE_LEVEL to 3. From the PL/SQL Language Reference

    With PLSQL_OPTIMIZE_LEVEL=3, the PL/SQL compiler seeks opportunities
    to inline subprograms. You need not specify subprograms to be inlined.
    However, you can use the INLINE pragma (with the preceding syntax) to
    give a subprogram a high priority for inlining, and then the compiler
    inlines it unless other considerations or limits make the inlining
    undesirable.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone tell me the difference between using mod_deflate and zlib output_compression? I understand
Can anyone tell me? What is the difference between exit(0) and exit(1) in C
Question 1 Can anyone tell me if there is any difference between following 2
Can anyone tell me what the difference is between: Display *disp = new Display();
Can anyone tell me the difference between [self.property release] and [property release] . I
Can Anyone tell me the difference between window.location.href and top.location.href ? And also where
I am new to programming in Silverlight. Can anyone tell me the difference between
Can anyone tell me what is the difference between XSDObjectGen.exe & XSD.exe? Is there
Can anyone tell me the difference between a Windows Service and API?
Can anyone tell me about the difference between class variables and class instance variables?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.