Ask a Question related to Coldfusion Database Access, Design and Development.
-
vkunirs #1
How to get more than 1000 rec from Oracle?
Hi
i got this issue from 1 of my fnd.
can any one tell me how to over come this issue?
I need help in solving the issue
This is the oracle error coming when we try to export
the records to the excel sheet.
Macromedia]ORA-01795:
maximum number of expressions in a list is 1000
This error is due to the limitation in oracle db list
query.
example:
select * from FEEDBACK_IN Where feedback_in.case_id
IN ( (param 1) , (param 2) , (param 3) , (param 4) ,
(param 5) , (param 6) , (param 7) , (param 8) , (param
9) , (param 10) , (param 11) , (param 12) , (param
13)?????????.(param 5000))
If the list exceeds 1000, we will get the following
error from the database. And there is a limitation in
oracle db to 1000.
We need to rewrite the query to avoid the list error
if the list exceeds more then 1000 records.
vkunirs Guest
-
Would I buy a Canon EOS 1000
Hello, I've just written a very long mail and noticed it was so boring that probably noone would want to read it, so I'll try to make it short... -
Umax Powerlook 1000 ???
I think the (new?) Umax "Powerlook 1000" with their "UTA-1000" transparency adapter will allow me to scan my 8x10 negs and transparencies. Can... -
$1000 to spend
I am fairly new to the list and am in no way a pro. I am thinking of pouring some hobby money into photo equipment. I would like to get a 35mm... -
VTK-1000 error
Having problem connecting to management server through OEM console. The username and password worked earlier and now for some reason not... -
Dan Bracuk #2
Re: How to get more than 1000 rec from Oracle?
You must work with the guy who asked the same question yesterday.
[url]http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=6&threadid=1149324&enterthre ad=y[/url]
Dan Bracuk Guest



Reply With Quote

