Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to check if a Function exists in a package
> if existfunction(p_customer.a) then
> Is that possible to have a function existfunction() to do it like
> described above?
>
Shouldn't be a problem. Check table USER_SOURCE, columns: "name" and "type" and return true if your function exists. Received on Fri Jan 26 2007 - 03:19:26 CST