ColdFusion MX 7 Oracle support

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. [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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139