Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is it possible to know the reason for invalid function
Raghav wrote:
> Hi,
>
> Is it possible to figure out the reason due to which a function is
> invalid at any point in time ?
>
> Kindly help.
>
> regards
> raghav..
run this command :
alter function < function_name > compile; show error
it will show you the error. Received on Thu Jan 11 2007 - 04:22:55 CST