oracle driver not showing up

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

  1. #1

    Default 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

  2. Similar Questions and Discussions

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

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

  7. #6

    Default 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

  8. #7

    Default 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

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