Ask a Question related to Coldfusion Database Access, Design and Development.
-
plum1120 #1
ColdFusion MX 7 Oracle support
If you read the detailed system support matrix for CFMX 7, it is very clear
that any flavor of Oracle is not "supported" under the Standard edition of the
product. There is only "support" for Oracle in CFMX 7 Enterprise.
Can anyone convey the authoritative definition of what "support" means?
We have a substantial MX6.1Standard/Oracle 9i investment, and we need to move
to CFMX 7 because of the Java 1.5 support. I am trying to better understand if
we are now cornered into upgrading our licenses to Enterprise to keep our apps
working properly.:confused;
plum1120 Guest
-
What timeframe for Oracle 10g RAC support?
Our organization is currently planning on moving to Oracle 10g RAC. Whereas most of our ColdFusion web applications interact with Oracle, is there... -
DBD:Oracle and support for Oracle 9
DBD:Oracle version 1.14 states that it supports Oracle 7 and 8, but we are running Oracle 9 on Solaris. Does anyone know if DBI:DBD is supporting... -
PHP and Oracle support
Hi! I need to access an Oracle DB from some PHP pages, so I need to compile my PHP with Oracle support. So, the point is: Do I have to download... -
[PHP] PHP / Oracle support (8/9) under Redhat 9
From: "Robert Mena" <rt_mena@yahoo.com> nope, have only used it with MySQL... the problem is that the php RPM does not have Oracle support... -
PHP / Oracle support (8/9) under Redhat 9
Hi, I am planning to migrate my current web server from redhat 7.x to 9 and I am currently evaluating what may go wrong or need special... -
esperry #2
Re: ColdFusion MX 7 Oracle support
We are facing the same issue, I can't give you the authoritative definition but
our apps are no longer functioning correctly going from MX6 Standrd to MX7
Standard edition.
In the MX6 environment we used the JDBC class 4 driver to connect to Oracle.
It is documented in the MX7 install that this is what you should do for MX7
Standard as well.
We have found that you can connect the data source and and verify it as OK.
You can run a select query and get the expected results but when you try loop
through the results set it will only process the first record and no more.
We installed the 30 day demo of MX7 Enterprise and set the data source using
the Oracle dirver supplied with Enterprise and everything functions correctly.
What we are unsure of is if there is a problem with the Oracle class file with
Standard edition or if you do indeed now need Enterprise.
esperry Guest



Reply With Quote

