when and why do we need to use pragma serially reusable?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oracle newbie
    New Member
    • Jun 2007
    • 31

    when and why do we need to use pragma serially reusable?

    When and Why do we need to use pragma serially reusable?

    Thank you.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    With SERIALLY_REUSAB LE packages, application developers have a way of modelling their applications to manage their memory better for scalability.

    Package state that they care about only for the duration of a call to the server should be captured in SERIALLY_REUSAB LE packages.

    Comment

    Working...