Can I connect to an Oracle database from C# in a way that will work in a mono environment (on Linux)

Posted by fantius on Stack Overflow See other posts from Stack Overflow or by fantius
Published on 2010-04-15T14:01:06Z Indexed on 2010/04/15 14:03 UTC
Read the original article Hit count: 348

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about clickonce