Skip to content

observablehq/oracle-instant-client-buildpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This buildpack adds the Oracle Client libraries.

It is intended to be used in conjunction with other buildpacks (e.g. node) for apps that require Oracle db connection:

$ heroku buildpacks
=== <your-heroku-app> Buildpack URLs
1. heroku-community/apt
2. https://github.com/observablehq/oracle-instant-client-buildpack
3. heroku/nodejs

Usage

You will need the heroku-buildpack-apt buildpack, preceding this one.

$ heroku buildpacks:set https://github.com/heroku/heroku-buildpack-apt

And an Aptfile in the root of your app containing:

libaio1

Then add the oracle-instant-client-buildpack to the list of buildpacks:

$ heroku buildpacks:set https://github.com/observablehq/oracle-instant-client-buildpack

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%