InstantClientTap / homebrew-instantclient

A tap of Mac Homebrew formulas for Oracle Instant Client.
MIT License
80 stars 39 forks source link

Use 'all files' script for MacOS versions catalina or later #36

Closed samWson closed 3 years ago

samWson commented 3 years ago

On macOS Big Sur 11.1 when running sqlplus I get the following error:

$ sqlplus
Error 6 initializing SQL*Plus
SP2-0667: Message file sp1<lang>.msb not found
SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory

The instantclient-sqlplus formula has a special case for MacOS Catalina. Setting the special case for Catalina or later versions fixes the error and sqlplus can run.