Ask a Question related to Coldfusion Database Access, Design and Development.
-
MiTim #1
Re: Oracle JDBC oci drive connection problem
To get the OCI driver to work on an Linux OS you have add the Oracle library to
enviroment variable LD_LIBRARY_PATH. The easiest way to do this without
screwing up the OS or to hack Coldfusion Runtime user's profile is to edit the
file "/etc/init.d/coldfusionmx7". Search the line "OS=Linux". The next line
will set the environmental variable LD_LIBRARY_PATH, append the directory for
Oracle library, e.g. "<OracleHome>/lib". Restart coldfusion and you should be
able to connect to the database.
Note: this could work for other unix OS, e.g. solaris.
MiTim Guest
-
[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! -
MX6.1 - Oracle 10g rac and jdbc connection
We are just about to launch a newly developed website on MX6.1 using Oracle 10g as the back end with the RAC option/failover. I have just... -
Problem with JDBC driver/connection
I had been using the JDBC driver for a little while now, and it has been working fine. I checked one of the sites I use it with, and no data came... -
Oracle connection problem
I'm having some grief connecting to an Oracle database that I previously was able to connect to. The difference is that my web app now lives on a... -
JDBC Simple Connection Problem
Hi Rafael. Probably you get -908 error. -908 Attempt to connect to database server (servername) failed. The program or application is...



Reply With Quote

