Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: problem accessing Standard package
In article <WN%j3.6779$8v6.444765_at_carnaval.risq.qc.ca> , "Martin Simoneau"
<msimoneau_at_iname.com> wrote:
> When I'm trying to use DBMS_OUTPUT.PUT_LINE function from my function and I
> received the following error message:
>
> ORA06571 function name does not guarantee not to update database.
>
> In fact, when I'm trying to access functions/procs/packages from outside my
> schema I receive the ORA06571 message.
>
> Thanks in advance!
>
>
> Martin
>
>
I was accessing the function from a select ( select FIND_EXPR('data') from
mytable). I have try to access the function from a procedure and everything
is working fine!
Received on Sat Jul 17 1999 - 11:29:08 CDT
![]() |
![]() |