Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Help required with RESTRICT_REFERENCES

Help required with RESTRICT_REFERENCES

From: <mike_pinker_at_iint.com>
Date: Tue, 08 Dec 1998 11:02:18 GMT
Message-ID: <74j0vq$hso$1@nnrp1.dejanews.com>


I have a question about PRAGMA RESTRICT_REFERENCES

I understood that the purity of a function within a package was defined by the use of PRAGMA RESTRICT_REFERENCES. Also, to assert a purity level one had to make sure that the function didn't violate this level, either directly ( UPDATE/assignment ) or indirectly by calling a function with a lower purity level. However, I have found that adding a function with a lower purity level to a package has affected purity level of other more pure functions in the package. This new function is not called by any of the existing functions.

Is this correct? Does anyone have any ideas?

Thanks

Mike

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Tue Dec 08 1998 - 05:02:18 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US