Skip to main content

Install Oracle Client 12c (Tested × 2027)

RPM method (preferred on RHEL/CentOS/Oracle Linux):

ZIP method:

Silent install on Linux:

Oracle Client is the primary software required to connect to an Oracle Database from a client machine. Whether you are a developer using SQL Developer, a DBA managing scripts, or an application server connecting to the backend, installing the Oracle Client is a fundamental task.

This guide focuses on installing the Oracle Client 12c Release 2 (12.2.0.1) on a Windows environment, though the steps are similar for other major versions. install oracle client 12c


The Windows installation is GUI-driven and straightforward for most users.

Select Administrator.

Open CMD:

sqlplus /nolog
SQL> connect username/password@//dbhost:1521/orcl

Or use tnsping orcl.


If you downloaded the client from the Oracle website, it usually comes in a compressed format (e.g., .zip).