Error Keyword not supported: dsn when connecting to the Oracle database using Oracle Instant Client

As @ronanpeter suggested have you tested the connection from the ODBC Data Source Administrator?

image

If you’re providing a DSN and using ODBC make sure your ProviderName is set to System.Data.Odbc and not System.Data.OracleClient. What does your connection string look like (minus any passwords)?

2 Likes