← all casks
sqlcl
sqlcl
Oracle SQLcl is the modern command-line interface for the Oracle Database
- Version
- v26.1.0.086.1709
- Tap
- homebrew/cask
- Auto-updates
- No
- Languages
- —
- Outdated
- No
auto-updateshomepageactiveenabledup-to-date
Install
shell
$ brew install --cask sqlclCaveats
sqlcl requires Java 11+. You can install the latest version with:
brew install --cask temurin
To use sqlcl, you may need to add the $HOMEBREW_PREFIX/Caskroom/sqlcl/26.1.0.086.1709/sqlcl/bin directory
to your PATH environment variable, e.g. (for Bash shell):
export PATH=$HOMEBREW_PREFIX/Caskroom/sqlcl/26.1.0.086.1709/sqlcl/bin:"$PATH"