Ask a Question related to Coldfusion Database Access, Design and Development.
-
Murat Demirci #1
Re: Oracle on CFMX 7
"Bill_Sahlas" <bsahlas@macromedia.com>, haber iletisinde şunları
yazdı:cugmdg$1lt$1@forums.macromedia.com...Is this still true for new JDBC drivers that are released by Oracle in year>"The Oracle Thin Client will not work with CLOBS/BLOBS on
> CFMX. It doesn't implement this part of the JDBC spec in a Vendor neutral
> fashion."
2004?
Murat.
Murat Demirci Guest
-
CFMX and Oracle 10G JDBC no longer retrievestimestamp with date
I am using ColdFusion 7 are you using 6.1? -
CFSTOREDPROC + CFMX 7 + Oracle 10g R2 doesn't work
For anyone calling Oracle stored procedures in CFMX 7 using CFSTOREDPROC , I thought I would pass on our finding that the JDBC drivers that... -
CFMX 6.1 and Oracle cold backups causes cf failure
I am working a problem with our Cold Fusion Server that appears to be related to database use. Every Saturday evening at 1800 and Sunday morning... -
Clob problem, CFMX 6.1 and Oracle on a W2003 server
Hello, we use CFMX 6.1 on a Windows 2003 server. With a database: Oracle 9.2 , and MX connects to the database by means of JDBC and an Oracle... -
CFMX 6.1 and Oracle 9i Connection Pooling
I'm running CF MX 6.1 Enterprise with the Native Oracle driver and connecting to an Oracle 9i database. I have maintain connections selected . A... -
Mustache2 #2
Re: Oracle on CFMX 7
Hi all,
I?m using CF 7 Standard and Oracle JDBC drivers to update a CLOB field. I
cant?make it work, even with cfqueryparam.
How can I work with CF 7 Stantard and Oracle JDBC drivers using CLOB fields ?
I can?t afford CF 7 Enterprise.
Thx in advance.
Mustache2 Guest
-
pdrich #3
Re: Oracle on CFMX 7
Mustache2, we are using CFMX Standard with the OCI driver
(oracle.jdbc.OracleDriver - jdbc:oracle:oci8:@myservername). In the data
source Advanced Settings, check the CLOB box (enable long text retrieval).
There is a problem when I try to update more than one CLOB in a single SQL
statement, so I have to split it into more than one query. (Note: I don't get
an error when I update two CLOBs in a single query, it just swaps the content
of the two fields!) If you have a lot of CLOBs, splitting into multiple
queries could be a pain, but we only have two, so this is a good workaround.
You can independently buy the DataDirect drivers (same as come packaged with
Enterprise), but they are more expensive to purchase than it would cost to
upgrade CFMX!
The cfquery SQL is below.
UPDATE MYTABLE
SET MYFIELD = <cfqueryparam value="#form.myvar#" cfsqltype="CF_SQL_CLOB">
pdrich Guest



Reply With Quote

