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

Home -> Community -> Usenet -> c.d.o.misc -> Package or Function LIST is In INvalid State

Package or Function LIST is In INvalid State

From: mike <hillmw_at_charter.net>
Date: 11 Mar 2005 13:05:21 -0800
Message-ID: <1110575121.765271.284060@o13g2000cwo.googlegroups.com>


I am trying to understand how Oracle Functions work.

I created a function using TOAD like:

create or replace function list ( field1 number )

    blah, blah, blah ......
return res;
end list;

I got this In my cfquery result;

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

What is up with that?

Mike Received on Fri Mar 11 2005 - 15:05:21 CST

Original text of this message

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