Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
mike #1
cfquery errors on Package or function LIST is in an invalid state
I am trying to understand an error I got from my cfquery
I created a function using TOAD like:
create or replace function list ( field1 number )
blah, blah, blah ......
return res;
end list;
I ran a typical cfquery like
<CFQUERY NAME="tstQry" datasource="#ds#" username="#user#"
password="#pass#">
select num, list(num)
from mytable
group by num
</CFQUERY>
got this In my cfquery result;
ORA-06575: Package or function LIST is in an invalid state
What is up with that?
Mike
mike Guest
-
the extension package is invalid
The extension package is invalid. The extension will not be installed. When attempting to download and install extensions from the Dreamweaver... -
error invalid characters in my cfquery?
The list. What is that datatype your passing the list to? Is it an numeric based or string? If it is a string (char, varchar, ntext, nvarchar,... -
View State is invalid Error on webfarm!
Are the pages 100% idential on both servers? "David Grubbs" <dgrubbs@yahoo-inc.com> wrote in message... -
Invalid View State Problem
I am trying to migrate an ASP.NET web application from one server to another. The web app works fine on the original web server, but gives me the... -
The View State Is Invalid for This Page and Might Be Corrupted
Can anyone provide some help on this issue? Our code works fine on a single machine but in a web farm environment we get the following error. ...



Reply With Quote

