"\n 1. Insure that the ODBC Data Source Name connects to the target database.\n 2. Insure that Windows-based ODBC Data Sources are System Data Sources.\n 3. Insure that OpenLink's Single-Tier driver is installed on the machine that contains the ODBC Data Source Name.\n 4. Insure that you pass the exact name of the ODBC Data Source in the JDBC connection URL.\n 5. Insure that your Single-Tier JDBC connection URL uses the following syntax:\n\n jdbc:openlink://ODBC[/DSN][/UID][/PWD][/READONLY]\n\n For example:\n\n jdbc:openlink://ODBC/DSN=Local Oracle ODBC/UID=scott/PWD=tiger" . . . .