> We're running coldfusion 6.1  We have a table with in our 
> Oracle 8i database that has 2 fields.  The first is an ID.  
> It's the PK of the table.  The second is a Clob, data.  When 
> I write a cfQuery for pulling items from this table it is as 
> simple as this:
> 
> SELECT
> data
> FROM
> tableName
> WHERE
> id = 'someID'
> 
> Now the problem is that depending on how big data is my query 
> takes from a couple of Miliseconds up to 16 seconds to run.  
> All results right up to about 1800 chars with in the data 
> field take 10ms.  Once I hit around 1800 it takes around 16 
> seconds to run.  Then after about 1850 it goes back down to 
> 10ms.  I can recreate the error again and again.  However I 
> cannot figure out what is going on.

First, you might have better success with this on a different list. This
list is about CFCs, and has a much smaller membership than, say, cf-talk.

What happens when you run the query from something other than CF, such as
SQL*Plus? If you see the same results in SQL*Plus, do you see any difference
between running the query from a remote server using SQL*Plus as opposed to
running it from the server console?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!



----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to 
[email protected] with the words 'unsubscribe cfcdev' as the subject of the 
email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
(www.cfxhosting.com).

An archive of the CFCDev list is available at
www.mail-archive.com/[email protected]


Reply via email to