Skip to content

Commit

Permalink
Merge pull request #6 from EltonAlvess/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ericmend authored Jan 19, 2018
2 parents 1d9e295 + 5bdc313 commit 7885d21
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,48 @@
# oracleClientCore-2.0
Unofficial Oracle Client for .Net Core
Unofficial Oracle Client for NetCore

Based on projects: [Mono](https://github.com/mono/mono) and [Oracleclientcore](https://github.com/LinqDan/oracleclientcore) from LinqDan

License
These files are licensed under the [MIT License](https://github.com/ericmend/oracleClientCore-2.0/blob/master/LICENSE)



*Portuguese Below.

# About:
This project is a personal work to 'workaround' the problem with Oracle DataBase and **netcoreapp20** (oracle didn't certified ODP.NET Managed Driver in netcoreapp20 yet)
[odpnet-dotnet-core](http://www.oracle.com/technetwork/topics/dotnet/tech-info/odpnet-dotnet-core-sod-3628981.pdf)


### Development/Test Environment

* [Install NetCore SDK](https://www.microsoft.com/net/download/core)
* [Install VS Code](https://code.visualstudio.com/download)
* [Install OCI - Oracle Client](http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html)
* **linux** extract the files and setup the environment variable (e.g. LD_LIBRARY_PATH="/opt/oracle/instantclient";
OCI_HOME="/opt/oracle/instantclient"; OCI_LIB_DIR="/opt/oracle/instantclient"; PATH=$PATH:"/opt/oracle/instantclient")
* **windows** extract he files and setup enviroment variables.
*The database we are using a docker image: [sath89/oracle-xe-11g](https://hub.docker.com/r/sath89/oracle-xe-11g/)


### OBS:.
We did a work to run with windows/linux/macosx. Alread tested with win10 (windows) and ubuntu 17.10 (linux)

See more:

[Docker image for ASP.NET Core with Oracle Client](https://hub.docker.com/r/ericmend/aspnetcore-oracleclient/)

[ORM Dapper](https://github.com/StackExchange/Dapper)




##### PORTUGUESE ---->>>>
# Sobre:
Este projeto tem como finalidade disponibilizar uma possibiliade de uso do .NET Core usando banco de dado Oracle _(até que a Oracle consiga certificar o ODP.NET, Managed Driver no Microsoft .NET Core)_
[odpnet-dotnet-core](http://www.oracle.com/technetwork/topics/dotnet/tech-info/odpnet-dotnet-core-sod-3628981.pdf)

* OracleClient [Nuget](https://www.nuget.org/packages/dotNetCore.Data.OracleClient)

### Ambiente de Desenvolvimento/Teste

Expand Down

0 comments on commit 7885d21

Please sign in to comment.