How to connect Oracle database through Microsoft ODBC?
622371Aug 4 2008 — edited Aug 4 2008 My ODBC Configuration:
DSN name is :db
Username : india
Server :db.world
Now, i am trying to connect with oracle database through SQL*plus or TOAD.
But, it is giving the following error.
ORA-03121: no interface driver connected - function not performed
Database version : 9.2.0.1.0
Operating System : Microsoft Windows XP
ODBC Version : 2.575.1117.00
I am trying to connect with the database like this:
Username : india
Password : india
Database : ODBC:db
Can i connect like this otherwise whether i need install any other supporting driver?