Connecting to Oracle

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

  1. #1

    Default Connecting to Oracle

    Can a cold fusion page on an Intranet connect to an Oracle database on another server?
    outdoorsgal Guest

  2. Similar Questions and Discussions

    1. Connecting Coldfusion and Oracle 10g XE (DNS-Less)
      Hi all, I'm new to Oracle 10g XE. I wrote a sample code in coldfusion to connect with Oracle without using the CFM admin panel (DSN-less). However,...
    2. connecting flex1.5 to Oracle using Coldfusion
      I am using Flex1.5 with Coldfusion on JRun4 Server. While publishing data in my flex application, it shows the following error: "You are not...
    3. Connecting PHP4 to Oracle 9.i
      I am trying to get PHP4 to work with Oracle 9.i on Suse Linux I have the DSO version of Apache version 1.3.27 and PHP 4.3.1 Running. I have...
    4. Error while connecting to Oracle
      I have an .asp file where in I make a simple SELECT query to an Oracle table. But I'm getting error as follows. Microsoft OLE DB Provider for...
    5. HELP: Connecting IIS to an Oracle Database
      Did you ever get this resolved? I am having the same problem... Windows 2000 Advanced Server. Oracle client 9.2 "Microsoft OLE DB Provider...
  3. #2

    Default Re: Connecting to Oracle

    yes.
    Dan Bracuk Guest

  4. #3

    Default Connecting to Oracle

    Ok, so I have a problem.

    I work at a college, and we use Banner as our ERP. Currently, our Banner
    software package uses Oracle 9i as its database. Now I want to pull bits of
    information out of that database for our website (course information,
    schedules, et cetera), and i have designed a couple web applications using the
    developer edition that need data from our Banner server.

    Now here's the problem! We have the Education version of ColdFusion (which is
    the same as the Standard Edition). My applications and such run fine on the
    developer edition because it can connect to the Oracle? server using the built
    in drivers. I CAN'T run them on the live webserver machine because the
    Standard installation doesn't include the Oracle connection drivers.

    I really don't want to shell out 6 grand to purchase the Enterprise edition
    JUST for that one small (in the scheme of how much more robust the enterprise
    edition is) driver.

    Thus my question:
    How the heck can I get my Standard Edition coldfusion to connect to an Oracle
    database server?


    The Webserver - Plesk running on a Red Hat Enterprise machine. Coldfusion is
    installed side-by-side with Plesk.

    Erewan Guest

  5. #4

    Default Re: Connecting to Oracle

    These tech notes may help.

    [url]http://www.macromedia.com/go/tn_18593[/url]

    [url]http://www.macromedia.com/go/tn_18344[/url]

    Phil
    paross1 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