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: ORA-06571: Function MYFUNC does not guarantee not to update database

Re: ORA-06571: Function MYFUNC does not guarantee not to update database

From: Keith Boulton <boulke_at_globalnet.co.uk>
Date: 1997/11/17
Message-ID: <347073dc.4194431@read.news.global.net.uk>#1/1

On Mon, 17 Nov 1997 00:41:52 GMT, "PBFanatic" <Vishwanathan=Nurani%Contractors%APD=IM=Sin_at_netgate.compaq.com> wrote:

>Hi,
>
>
>I created a Function in Oracle like the following:
>

You need to use PRAGMA RESTRICT_REFERENCES (NewFunc, RNDS,WNDS,RNPS,WNPS); if you are going to use the function within a sql statement. This is described in the pl/sql users guide chapter 7. Received on Mon Nov 17 1997 - 00:00:00 CST

Original text of this message

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