Frends Task for executing stored procedures in Oracle database.
You can install the Task via Frends UI Task View or you can find the NuGet package from the following NuGet feed.
Clone a copy of the repo
git clone https://github.com/FrendsPlatform/Frends.Oracle.git
Rebuild the project
dotnet build
cd Frends.Oracle.ExecuteProcedure
Run deploy script on git bash. This will download Oracle image and deploy the container.
.\build\deploy_oracle_docker_container.sh
dotnet test
dotnet pack --configuration Release