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
Jeremy schrieb:
> hitman says...
>>> 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. >> >>
I think that would not be a problem if i change the call from direct to dbms.execute, what do you think? Received on Fri Jan 26 2007 - 08:13:53 CST
![]() |
![]() |