Oracle ODBC
Using a windows 2008 server I installed the Oracle client and am able to create a DSN on the server using the Oracle drive. I can't connect to the Oracle sever using ServersCheck. I get "[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified."
I am using the connection string: Driver={Oracle ODBC Driver};Dbq=myDBName;Uid=myUsername;Pwd=myPassword
I am using the connection string: Driver={Oracle ODBC Driver};Dbq=myDBName;Uid=myUsername;Pwd=myPassword
This discussion has been closed.
Comments
See following on connection strings:
http://www.connectionstrings.com/oracle
I am familiar with that web site. I tried multiple options there without success even the direct connect. Do you have a recommended connectionstring for serverscheck?
Data Source=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = yourhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = mydb))); User Id=myuser; Password=mypassword;
If you did, are you able to create a DSN connection through Administrative Tools > ODBC ?
In the monitor software it seems always try to use Microsoft driver instead of Oracle driver.
Driver={Oracle in OraClient11g_home1};Dbq=myTNSServiceName;Uid=myuser;Pwd=mypassword;
I just tried it on windows 7 and it works fine.