cfmx7 and Oracle 10g RAC

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

  1. #1

    Default cfmx7 and Oracle 10g RAC

    We have MX7 with the latest datadirect drivers (3.4) and 10g JDBC Thin Client
    from Oracle installed. We want to setup a datasource to connect to the 10gRAC
    environment using the ServiceName so that you can realize the full potential of
    10g, ex load balancing between nodes and availability.

    I know that the Macromedia does not officially support 10gRAC yet but they did
    say that 3.4 drivers should at least work. Has anyone successfully set this up?

    Thanks

    WoodChuck Guest

  2. Similar Questions and Discussions

    1. Automate CFMX7 Admin similar to silent CFMX7 Installer
      I've successfully used an installation configuration file to automate the Cold Fusion MX7 software installation. I saw the discussion about how...
    2. CFMX7 and Oracle 10G
      Hi, I am testing my CF MX7 apps which are currently running atop Oracle 8i and migrating them to 10g. I am unable to establish any connection at...
    3. After update CFMX7 to CFMX7.01 System load has increasedfor 10-15 %
      We are use Linux RHE 4 planform, MySQL database and after we update our CFMX7 to CFMX7.01System load and CPU load has increased for 10-15 % Why?...
    4. CFMX7 Ent + Oracle w/ENCRYP + DataDirect
      Hi everyone! I would like to know if CFMX7 Enterprise's DataDirect drivers support Oracle encryption? We've been using Oracle's thin client so...
    5. Windows 2000 CFMX7 /CFIDE/administrator quit working (ittimes out) What is the real fix short of restarting CFMX7?
      I upgraded from ColdFusion 5 to ColdFusion MX 7 standard edition on a Windows 2000 test server (with Apache 1.3.x and MySQL 4.0.x). I have hot fix 2...
  3. #2

    Default Re: cfmx7 and Oracle 10g RAC

    WoodChuck,

    I too am in this same situation, and would like to know if anyone has a
    solution.
    Do you know where I can find the documentation from Macromedia that states
    that his is not supported yet.
    I need to have some proof for my developers.

    Thanks,
    Chris

    MXWebGuy Guest

  4. #3

    Default Re: cfmx7 and Oracle 10g RAC

    The non-support is shown here almost at the foot of the page -

    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=1a3c2ad0[/url]

    hth
    webappermb Guest

  5. #4

    Default Re: cfmx7 and Oracle 10g RAC

    Has anyone sucessfuly installed CF MX7 on Oracle 10g RAC? I can't find a straight answer whether this is possible or not, or even if Macromedia plans on supporting it.
    natedog101 Guest

  6. #5

    Default Re: cfmx7 and Oracle 10g RAC

    I found this while digging. I'm still testing:

    "Other" Datasource Type

    CF Data Source Name - you supply
    JDBC URL - jdbc:macromedia:oracle://yourservername:port(typically
    1521);SERVICENAME=yourservicename
    Driver Class - macromedia.jdbc.MacromediaDriver
    Driver Name - Macromedia RAC JDBC Connection
    User Name - you supply
    Password - you supply

    If you see :o in the JDBC URL that is a "o" and ":" next to each other which
    prints the Emotion instead of the actual character
    Hope this helps you, good luck



    alanbk 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