Thanks for the heads up I posted it on cf-talk just now as well. 

I've run the same query in both Enterprise Manager (remote) and
sql*Plus (same box).

I'm not sure if I get the entire clob field with either of them they
both seem to give you only a part of the clob field,  what would fit
with in the window.

However the query runs normal,  in less then a second.  

I'm working through some Perl examples to see if I can mock up a test
page and we're trying to determind if the problem is only with in 6.1,
 doesn't appear to happen with in 6.0 but trying to verify this.

On 4/13/05, Dave Watts <[EMAIL PROTECTED]> wrote:
> > 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]
> 
> 


-- 
Dustin Tinney
www.designleaf.com/
[EMAIL PROTECTED]


----------------------------------------------------------
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