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: Very long "WHERE" list.

Re: Very long "WHERE" list.

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Fri, 16 Jul 2004 18:29:43 -0700
Message-ID: <1090027803.752077@yasure>


ctcgag_at_hotmail.com wrote:

> You don't copy and paste things into Oracle. You paste them
> into applications. Whether you run into Oracle's scalibility limits
> or not depends on what the application does with the data. In one
> case, the app put them into an in-list and submitted it to a mysql
> database. In the other case, the app looped over the pasted-in entries and
> queried them against Oracle individually.
>
>
> Xho

Which I interpret to mean you hard coded the values into the application. Is that an incorrect interpretation?

But if you are pasting this into an application front-end you are pasting in how many bytes? And passing it to the database using what data type?

Daniel Morgan Received on Fri Jul 16 2004 - 20:29:43 CDT

Original text of this message

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