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: Yoram Ayalon <yoram.ayalon_at_structuredweb.com>
Date: 19 Jul 2006 11:11:16 -0700
Message-ID: <1153332676.700341.25070@b28g2000cwb.googlegroups.com>


Joe, you are a genius!

adding the -D parameter to the JVM arguments in CF admin did the trick.

of course I have to worry about side effects, and will need very thorough testing, but at least I see the light.

thanks again,

Yoram Ayalon

>
> 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 - 13:11:16 CDT

Original text of this message

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