« Highly Scalable Connection Pooling in PHP | Main | Duplicate Columns in "2 Day Plus PHP Developer Guide" »

Oracle Instant Client RPMs are Back

Linux RPMs for Oracle Instant Client are back. The Oracle 10.2.0.3 release on x86 has both RPMs and ZIP files available at http://www.oracle.com/technology/tech/oci/instantclient/

Now you know why I hadn't been in a hurray to remove the references to RPMs in my popular article Installing PHP and the Oracle 10g Instant Client for Linux and Windows

[Instant Client is the small bundle of libraries needed for products and tools that want to connect to an Oracle DB.  It supports C, C++ and Java clients.  It's free to use, deploy and distribute.]

But I do need to update my installation article a bit: the RPMs are now also available from the "Oracle Software for Enterprise Linux 4 (i386)" channel on the Unbreakable Linux Network.

To install Instant Client, add the Oracle software channel to your system using the Linux Network web interface and then on the machine simply install the libraries and headers by running:

 up2date oracle-instantclient-basic
 up2date oracle-instantclient-devel

Other free things on the channel are the Oracle XE version of the Oracle database and the SQL Developer tool for - surprise - developing SQL.
They are also downloadable across the web from OTN but having them in the channel makes it a whole lot easier to manage.

Comments (3)

Is the Oracle Instant Client still available via ULN, or can it be downloaded now only from OTN?
http://www.oracle.com/technology/tech/oci/instantclient/

Chris Jones:

On ULN, Instant Client 10.2 and 11.1 RPMs are in the Oracle Software for Enterprise Linux channels.

The ZIP and RPMs are also available on OTN at http://www.oracle.com/technology/software/tech/oci/instantclient/index.html

Thanks, found it. Looks like you need to manually enable the "oracle" channel in /etc/sysconfig/rhn/sources

[Or enable it on the linux.oracle.com channel list - CJ]

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)