Skip to content

rob975/setup-oracle-instant-client-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-oracle-instant-client-action

CI License Release

GitHub Action to set up (download and install) the Oracle Instant Client.

Supports Linux, macOS, and Windows runners.

Usage

Outputs

Output Description
install-path Absolute install path of Oracle Instant Client

Example

- name: Set up Oracle Instant Client
  uses: iamazeem/setup-oracle-instant-client-action@v2

- name: Check sqlplus version
  run: sqlplus -V

See CI workflow for a detailed example with gvenzl/setup-oracle-free.

Contribute

Please create issues to report bugs or propose new features and enhancements.

PRs are always welcome. Please follow this workflow for submitting PRs:

  • Fork the repo.
  • Check out the latest main branch.
  • Create a feature or bugfix branch from main.
  • Commit and push changes to your forked repo.
  • Make sure to add/update tests. See CI.
  • Lint and fix Bash issues with shellcheck online or with vscode-shellcheck extension.
  • Lint and fix README Markdown issues with vscode-markdownlint extension.
  • Submit the PR.

License

MIT

About

GitHub Action to set up Oracle Instant Client (Linux, macOS, Windows)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%