Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Cannot call function in query
On Mon, 09 Jun 1997 11:09:03 +0800, Steve Corbett <stevec_at_fcs.wa.gov.au> wrote:
>Jurij Modic wrote:
>>
>> This functionality is available from version 7.2 on. In earlier
>> releases you are not able to call PL/SQL functions from within SQL.
>
>we are using v7.1.6.2 and we can call pl/sql functions.
>[pl/sql v 2.1.6, SqlPlus v 3.1.3.7]
>
>steve.
Yes, but your functions are most probably standalone stored functions. Here we are talking about functions included in packages where pragma RESTRICT_REFERENCES is neaded to allow calls from SQL.
AFAIK this pragma is available since 7.2. Correct me if I am wrong.
Regards,
Jurij Modic Republic of Slovenia tel: +386 61 178 55 14 Ministry of Finance fax: +386 61 21 45 84 Zupanciceva 3e-mail: jurij.modic_at_mf.sigov.mail.si Ljubljana 1000
![]() |
![]() |