Can I connect to an Oracle database from C# in a way that will work in a mono environment (on Linux)
- by fantius
Obviously I'd like to not have to install a Oracle client (other than simply a DLL), because that would prohibit my ClickOnce goal. I tried System.Data.OracleClient, but it threw an exception, "System.Data.OracleClient requires Oracle client software version 8.1.7 or greater."
Thanks in advance.