The Oracle Instant Client Setup Utility streamlines the download, extraction, and configuration process necessary to get started with Oracle database development on Windows. This includes downloading the appropriate versions of Oracle Instant Client and Visual Studio Redistributable, extracting these packages to a specified location, and updating the system PATH to include the Oracle Instant Client.
- Node.js (20.x or later)
- Clone the repo
git clone https://github.com/j2rojasr/oracle-instant-client-setup-utility.git- Navigate to the cloned directory
cd oracle-instant-client-setup-utility- Install NPM packages
npm installRun the utility from the command line to start the setup process:
npm startMIT