Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
orbwave #1
oracle 10 oci driver
Anyone out there using the Oracle 10 OCI driver with their CFMX servers? I'm
having a huge problem getting ours to work. Every time I set up a datasource
using the OCI driver, my SESSION scope can no longer be locked and my JVM
process spikes.
Here's my setup:
- Jboss 4.0 sp1 AS
- ColdFusion 7
- Oracle 10 OCI driver
Here's the datasource props:
Name: DEVX1
JDBC URL: jdbc:oracle:oci:@devx1
Driver Class: oracle.jdbc.driver.OracleDriver Username and password a set and
correct
Now the datasource is verified in the administrator and is used correctly in
our application, but any time we hit code that attempts to lock the session
scope, it times out. As soon as I change the driver to Oracle's thin or
Macromedia's thin, everything's happy again.
Anyone else seen anything resembling this or have a possible solution. So far
this is a deal breaker in moving CF7 to our production boxes.
- Steve
orbwave Guest
-
oracle driver not showing up
ColdFusion MX, Version: 6,1,0,63958 I want to add an oracle data source, but "oracle" does not show up in the driver drop down list for new data... -
Oracle Table Access With Oracle OLEDB Driver
If I use the Oracle client to access the Oracle database with DW 2004, it does not display any tables. If I use the Microsoft client it does work. ... -
[Macromedia][Oracle JDBC Driver][Oracle]ORA-01000:maximum open cursors exceeded
Here is the technote from Macromedia regarding this issue: http://www.macromedia.com/go/tn_17660 Hope this helps! -
cfstoredproc for oracle driver
I am currently running on CF 5 Standard and an Oracle 9i db. The problem is that we had to use the oracle driver to run stored procs in CF 5. Is... -
Cannot connect with OCI driver and Oracle 9i (9.2)
Hello all, I have been trying to use the OCI driver to connect to Oracle 9i, but have been getting the following error: java.sql.SQLException:... -
orbwave #2
Re: oracle 10 oci driver
Thanks for the very helpful posting, Steve. I'll take it into consideration.
orbwave Guest



Reply With Quote

