GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  PL/SQL

 Print  |  
Question:  What is PRAGMA RESTRICT_REFERENCES:



December 12, 2008 21:22:23 #2
 saishradha   Member Since: November 2008    Total Comments: 3 

RE: What is PRAGMA RESTRICT_REFERENCES:
 
Pragma RESTRICT_REFERENCES is a compiler directive.
It makes sure that the function maintains the purity rules and code in fuction creation satisfy the purity rules.
There are 4 values for it.
WNDS,RNDS,WNPS,RNPS.

Thanks
Jai Sainath
     

 

Back To Question