ODBC connectivity to Oracle

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

  1. #1

    Default ODBC connectivity to Oracle

    Hi,
    I changed the entry in tnsnames.ora to point to a new Oracle database.
    Originally the server was connecting to Oracle 8 server but the new server is
    9i. Also the datasource used ODBC Socket as driver to connect to the old
    database. The username/password remains unchanged. All I changed was the
    hostname and SID in the tnsnames.ora file. But I get coldfusion error
    "[Macromedia][SequeLink JDBC Driver][ODBC Socket][Oracle][ODBC][Ora]ORA-12154:
    TNS:could not resolve service name ".
    I can tnsping successfully to the new server but online application throws the
    above error. Is this is a problem with driver compatibility? How can I fix this?
    Thanks




    kaku13 Guest

  2. Similar Questions and Discussions

    1. Microsoft ODBC for Oracle
      we are migrating to a new server with Win03, installed Coldfusion MX 6.1 and noticed in the Data sources, there is no option of the Microsoft ODBC...
    2. Oracle 9.2.0.3.0 ODBC Fails
      We just upgrade our oracle server from 8i up to 9i and now our asp pages are failing. We were using the Microsoft ODBC drivers for Oracle V...
    3. PHP, ODBC, Oracle
      Hello, does anyone know the reason of displaying this error message: 'Specified driver could not be loaded due to system error 126 (Oracle73)?' ...
    4. Minimum requirements for ODBC connectivity to Oracle database
      I have developed a VB application that uses Oracle 8i database for backend. The database server is on the local network. From my development...
    5. Lost Oracle connectivity
      We have been working with Oracle 8.1.7.0.0 (Windows 2000 advance server) and a client (Win 2000 Pro). This two computer where in a NT Domain. This...
  3. #2

    Default Re: ODBC connectivity to Oracle

    Did you Adda new ODBC datasource, or re-Configure it, using your ODBC Data
    Source Administrator (Control Panel-->Administrative Tools-->ODBC Data
    Sources)? You would need to do this to point your DSN to the new SID, since
    that is part of the System DSN Add and Configure process.

    Phil

    paross1 Guest

  4. #3

    Default Re: ODBC connectivity to Oracle

    If you have Enterprise, use the build-in driver and upgrade to the latest (3.5)
    [url]http://www.macromedia.com/go/42dcb10a[/url]

    If you don't have Enterprise, for a better solution, try the JDBC driver from
    Inet Software for a couple hundred bucks for 20 connections.
    ([url]www.inetsoftware.de[/url]). You're not going to get much performance from
    sequelink/odbc.

    Stephen Dupre
    Macromedia QA

    sdupre 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