Skip to content

unofficial oracle client for .net core. based on mono's oracle client

Notifications You must be signed in to change notification settings

LinqDan/oracleclientcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oracleclientcore

This is project is abandoned. Do not use. Please see Oracle's fully managed client for .Net Core that works on windows, Linux, and Mac. https://www.nuget.org/packages/Oracle.ManagedDataAccess.Core/


unofficial oracle client for .net core. based on mono's oracle client

Update on 04/23/2017 - converted solution/project to Visual Studio 2017. added compiler defines for a platform to the oci library.

OCI_WINDOWS is "oci" which is oci.dll
OCI_LINUX is "libclntsh.so"
OCI_MACOS is "libclntsh.dynlib". not sure about Mac OS.

In OciDefines.cs, just define one of the above like:
#define OCI_WINDOWS

About

unofficial oracle client for .net core. based on mono's oracle client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages