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: strange problem using DATE fields from coldfusion/MX (jdbc)

Re: strange problem using DATE fields from coldfusion/MX (jdbc)

From: <joeNOSPAM_at_BEA.com>
Date: 19 Jul 2006 10:46:29 -0700
Message-ID: <1153331188.959732.107130@s13g2000cwa.googlegroups.com>

Yoram Ayalon wrote:
> it is the issue you suspect! when I set the class path to use the older
> jdbc (classes12.zip) this problem went away.
>
> however, I cannot go back to that version since these drivers do not
> support updating CLOB fields with > 4K data... this is why we went to
> the latest JDBC drivers.
>
> I will ask coldFusion, but its an uphill battle to talk to these guys
> ever since they were gobbled by Adobe.
>
> anything anything else I might try ?
>
> is there any alternative in the market to Oracle JDBC, which does not
> cost zillions, like what DataDirect is asking?
>
> Yoram

Hi. I don't know of another commerical JDBC driver for Oracle, for free or purchase. If you used BEA's WebLogic you would have one... We don't offer a driver for use or purchase except with WebLogic.

Is coldFusion a java application? If you can add this argument to the java call, it should work. It defines the driver property as we would want it.

java -Doracle.jdbc.V8Compatible=true ....

In any case, we now know the issue, and cold fusion has to have a way of setting driver-specific properties... Good luck,
Joe Weinstein at BEA Systems Received on Wed Jul 19 2006 - 12:46:29 CDT

Original text of this message

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