Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> ODBC connection string

ODBC connection string

From: <qetoom_at_gmail.com>
Date: 19 Nov 2006 04:36:55 -0800
Message-ID: <1163939815.432943.70840@f16g2000cwb.googlegroups.com>


Hi all,
I have setup an oracle10g database. I can connect to the data base through sqlplus from the local machine. I want to export msaccess tables to the oracle db, but it seems that I'm unable to provide the ODBC driver (the one that comes with windowsxp) with a vialed connection string. I searched the web but I hadn't found a working example. here is my tnsnames file, does anybody have an idea what the connection string is? I've been trying the following connection string: "Driver={Microsoft ODBC for Oracle};Server=test;Uid=scott;Pwd=;" with quotes and every thing.



ORCL =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = test.myhome.com)(PORT = 1521))     (CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)

    )
  )

EXTPROC_CONNECTION_DATA =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    )
    (CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)

    )
  )


Received on Sun Nov 19 2006 - 06:36:55 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US