This repository was archived by the owner on Nov 18, 2023. It is now read-only.
oracle
Directory actions
More options
Directory actions
More options
oracle
This is a Halfpipe shared library plugin providing connectivity to Oracle databases via OCI library. CGO is required due to the imported libraries. See also directory "plugin-loader". 20200913 - Go 1.15.1 - All function seem to be required in main.go and are not included in the build if they live in another file. Perhaps my compilation switches need updating!?! # Oracle client setup on MacOS: See also: https://github.com/InstantClientTap/homebrew-instantclient ``` brew tap InstantClientTap/instantclient brew install instantclient-basiclite brew install instantclient-sdk brew install instantclient-sqlplus brew install instantclient-tools ```