Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Is it possible to know the reason for invalid function

Re: Is it possible to know the reason for invalid function

From: gazzag <gareth_at_jamms.org>
Date: 11 Jan 2007 02:27:27 -0800
Message-ID: <1168511247.276881.56880@i39g2000hsf.googlegroups.com>


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..

SQL> ALTER FUNCTION <function_name> COMPILE;

Warning: Function altered with compilation errors.

SQL> SHOW ERRORS or

SQL> SELECT * FROM USER_ERRORS; HTH -g Received on Thu Jan 11 2007 - 04:27:27 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US