Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PRAGMA RESTRICT_REFERENCES(funct name, ????, ????, ...)
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
![]() |
![]() |