Install SQLPlus Client - cws-khuntly/WebSphere GitHub Wiki
date: 2025-05-08 12:42:54 created: 2025-05-08 12:42:30 categories:
- WebSphere / Oracle SQL*Plus
NOTE: This process will require root access to the server.
Download the appropriate package for the environment from:
https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html
- Download Basic Client
- Download SQL*Plus Package
Copy the files to /var/tmp on the target server:
scp /path/to/package user@host:/var/tmp
Install the packages:
dnf -y localinstall /var/tmp/oracle-instantclient-basic-${VERSION}.${OSVER}.x86_64.rpm
dnf -y localinstall /var/tmp/oracle-instantclient-sqlplus-${VERSION}.${OSVER}.x86_64.rpm