Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference Between Oracle lnstant Client and Oracle Client

What is the Difference Between Oracle lnstant Client and Oracle Client ? Could you explain me ? Thanks

like image 795
Melo Avatar asked Sep 29 '17 07:09

Melo


1 Answers

  1. Oracle client comes with an installer and a lot of executable like sqlplus, tnsping, it's complete and huge.

  2. Oracle Instant client is a basic lightweight client which can be unzipped in a location without any installation, it contains only the communication layer to be able to connect to oracle. It can be extended by adding for example sqlplus which ships as a separate executable. When using Instant Client, just unzip it to a location, set your ORACLE_HOME environment variable to this location and you are ready to go.

like image 99
Cyrille MODIANO Avatar answered Sep 18 '22 01:09

Cyrille MODIANO