I added formula for the Instant Client Basic.
It depends on instantclient-basiclite formula.
The difference of basic and basic lite is only NLS data.
This formula installs NLS data only. All other files are provided by instantclient-basiclite.
Firstly, Oracle instant client tries to load libociei.dylib (NLS data provided by the basic package).
If it fails, it tries to load libociicus.dylib (NLS data provided by the basiclite pacakge).
So just adding libociei.dylib changes the basiclite package to the basic package.
I added formula for the Instant Client Basic. It depends on
instantclient-basiclite
formula.The difference of basic and basic lite is only NLS data. This formula installs NLS data only. All other files are provided by
instantclient-basiclite
.Firstly, Oracle instant client tries to load
libociei.dylib
(NLS data provided by the basic package). If it fails, it tries to loadlibociicus.dylib
(NLS data provided by the basiclite pacakge). So just addinglibociei.dylib
changes the basiclite package to the basic package.