Advantages and Disadvantages of a Stored Procedure

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dilippanda
    New Member
    • Jun 2007
    • 26

    Advantages and Disadvantages of a Stored Procedure

    Hi,

    What are the advantage and disadvantages of a stored procedure in PL/SQL?

    Please guide me.

    Thanks,
    Dilip
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    the main advantage is that it is precompiled.

    so it does not involve steps like

    parsing ---------> optimization and all.

    so it executes faster in comparision to any normal
    SQL statment.

    Comment

    Working...