Instant client

Hi,

Could you please tell me how to check instant client is installed in Linux server?

OS -- Linux 5.11
Oracle -- 10.2.0.5.0

Regards,
Maddy

If the instant client was configured and installed properly,setup your oracle environment ($ORACLE_HOME and $PATH) and try sqlplus to connect to database.

Also you can use utilities such as find and/or ls to find the oracle binaries and see their location.

You might want to check out this link :
SQL*Plus Instant Client

Regards
Peasant.

Thank you