package disadvantage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • partha das
    New Member
    • Nov 2006
    • 6

    package disadvantage

    what is the disadvantage of package?
  • suvam
    New Member
    • Nov 2006
    • 31

    #2
    When any packaged function is accessed thru SQL select statement , then Purity level of the function may not be ensured .
    But there is a way to avoid this shortcoming -> Pragma RESTRICT_REFERE NCE .

    Comment

    • arjubharadwaj
      New Member
      • Jan 2007
      • 1

      #3
      If you have only one object to execute which is in the package, having 50 objets. So the package will complile fully (Total 50 objects) which is not at all usefull for your requirement.

      This is one of the Disadvantage.

      Mallik

      Comment

      Working...