Ask a Question related to Coldfusion Database Access, Design and Development.
-
nathangg #1
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 sources. Is there a way to add it?
Thanks in advance!
--
Nathan
nathangg Guest
-
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... -
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:... -
gclausen #2
Re: oracle driver not showing up
CFMX Standard does not have an Oracle driver but CFMX Enterprise does.
It's not possible to add a driver to the CFADMIN driver list. This of course
does *not* mean you cannot use a 3rd party driver, just make sure it's in the
Java Classpath and use the "other" driver along with the appropriate datasource
properties. It's documented here
[url]http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/dataso16.htm[/url] and here
[url]http://www.macromedia.com/go/tn_18344[/url]
gclausen Guest
-
paross1 #3
Re: oracle driver not showing up
.....and you can download your particular version of Oracle JDBC drivers from OTN.
[url]http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html[/url]
Phil
paross1 Guest
-
Dgcotton #4
Re: oracle driver not showing up
When you say "classpath" is this the class path for MX? Is this set in the administrator utility for MX?
Dgcotton Guest
-
mxstu #5
Re: oracle driver not showing up
Yes in the "...ColdFusion MX Administrator's Java and JVM page..." . See the second link posted by gclausen for more information.
mxstu Guest
-
Dgcotton #6
Re: oracle driver not showing up
do I just place the jar file from Oracle in a directory and then add that directory path to the "ColdFusion MX Administrator's Java and JVM page"?
Can it be placed into any directory?
Dgcotton Guest
-
mxstu #7
Re: oracle driver not showing up
Yes, any directory should be fine as long as the location is appended to the
classpath in CFMX Administrator. Make sure to include the full path, file name
and ext. For example: C:\Oracle\ ora81 \jdbc\lib\classes12.zip
mxstu Guest



Reply With Quote

