Can't verify Oracle datasource

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

  1. #1

    Default Can't verify Oracle datasource

    HI there, I'm using CF 5.0 (on Windows 2000) and for the first time ever I'm
    connecting to an oracle database (on Solarus Unix) rather than a sql database.
    I got the System DSN set up properly in the Control Panel and the 'Test
    Connection' button successfully connects, but when I go to the CF Administrator
    and see the DSN that's listed in the 'ODBC Datasources' page for 'Oracle in
    OraHome92' (the one that showed up automatically after I put it into the
    Control Panel), it is unable to verify even when I put the username and
    password into the CF Datasource Info page. Am I missing something? Do I need
    to also enter some type of connection string? If so, what would be the format?
    I know I have the driver installed properly and I know I can connect to the
    database through the Control Panel's ODBC Datasource area, so why can't I do it
    from the CF admin? By the way, when I try to access a CF page that uses this
    Oracle datasource it gives this error: Error Diagnostic Information ODBC Error
    Code = S1010 (Function sequence error) [Microsoft][ODBC Driver Manager] The
    driver is incapable of supporting the current environment attributes. Data
    Source = 'PROD3' Any help would be much appreciated. I'm under the gun here
    to get this connection up and running. THANK YOU!!! -Katie :-):confused;

    KatieAron Guest

  2. Similar Questions and Discussions

    1. Creating an Oracle Datasource
      I am trying to create an Oracle Datasource under CF MX7 Standard Edition. I selected other and used the JDBC URL and Driver Class of: ...
    2. unable to verify ODBC socket datasource
      In the CF Admin, I am trying to create an ODBC Socket datasource to a System datasource that is pointing to an Excel file. I receive the following...
    3. can't verify mySQL datasource
      I can't verify a local mySQL datasource in ColdFusion 7 admin. I am using Dreamweaver MX 2004 with the CF7 extensions installed. In mySQL I can...
    4. can't verify mySQL datasource - works in mySQL, but notin CF7
      I can't verify a local mySQL datasource in ColdFusion 7 admin. I am using Dreamweaver MX 2004 with the CF7 extensions installed. I am developing...
    5. PLEASE HELP: Verifying an Oracle Datasource in the CFAdmin?
      HI there, I'm using CF 5.0 (on Windows 2000) and for the first time ever I'm connecting to an oracle database (on Solarus Unix) rather than a sql...
  3. #2

    Default Re: Can't verify Oracle datasource

    I figured out what the problem was. It was simply that the server hadn't been
    rebooted after the Oracle 9i installation. The installation never said to
    re-boot, and I assumed re-starting the CF service would be enough, but it was
    not. Once I rebooted, the datasource was able to verify in the CF Admin and I
    was able to query without error. What a simple fix! If only everything were
    that easy. :-)

    KatieAron 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