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

Home -> Community -> Usenet -> c.d.o.server -> Re: PRAGMA RESTRICT_REFERENCES(funct name, ????, ????, ...)

Re: PRAGMA RESTRICT_REFERENCES(funct name, ????, ????, ...)

From: Ian Cary <cary_at_gatwick.geco-prakla.slb.com>
Date: 1997/10/17
Message-ID: <34475B66.AEFFC5B8@gatwick.geco-prakla.slb.com>#1/1

Fred Hirschfeld wrote:

> Does anyone know where I can get information on the parameters for this
> pragma:
> PRAGMA RESTRICT_REFERENCES(funct name, ????, ????, ...)

It's on Page 7-48 of the v7.3 Server Application developers guide.

The arguments are WNDS,WNPS,RNDS,RNPS which are used to define the Write/Read Database/Package purity. Any combination can be specified in any order as long as the WNDS (writes no database state) level is included.

Hope this helps,

Ian Received on Fri Oct 17 1997 - 00:00:00 CDT

Original text of this message

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