Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: problem calling pl/sql fn. from SQL
Gopal wrote in message <363119CF.338C16BD_at_cisco.com>...
>I am failing to call a funtion which reads a pl/sql memory table
>with this error
>(1):PLS-00452: Subprogram violates its associates pragma
>
>code:
> if plsqlmemory_table.EXISTS (index) then
>
PL/SQL Table attributes (EXISTS, COUNT, FIRST, NEXT, LAST, PRIOR, DELETE) are functions from package SYS.PLITBLM. Unforttunately they havn't PRAGMA RESTRICT_REFERENCES in ORACLE 7.3, but have it in latest version. IMHO it's bug. Received on Sat Oct 24 1998 - 04:25:35 CDT