Re: ORA-06575: Package or function VALUE_1 is in an invalid state

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Mon, 10 May 2004 19:02:27 +0200
Message-ID: <c7occa$4m9$1_at_news2.tilbu1.nb.home.nl>


srihari wrote:
> Hi ,
> I created a function in oracle using pro*C. I am not sure whether the
> table got created properly. because when i try to see the description
> it says,
>
> SQL> desc value_1;
> ERROR:
> ORA-24372: invalid object for describe
>
> also when i try to use the following query,
>
> insert into table1 (select attrib,value_1(2) from table2)
>
> i get the following error,
>
> ORA-06575: Package or function MDLVALUE_1 is in an invalid state
>
> please tell me what could be the possible problem. where am i going
> wrong.
>
> thank you :-)

value_1 is NOT a table, but a function (at least - that's what it should be). And it's invalid, as is the MDLVALUE_1 package

-- 

Regards,
Frank van Bortel
Received on Mon May 10 2004 - 19:02:27 CEST

Original text of this message