Tag: Database Connectivity
-
Using Oracle InstantClient 11g with PHP onto RHEL 5 with SELinux
This is an example of using the Oracle InstantClient 11g with PHP. Installation InstantClient for PHP This is based on work from the past – but I appeared to have done the following: Installed InstantClient and Pear to manage the php installation. sudo yum install php-pear sudo rpm -ivh oracle-instantclient11.1-basic-11.1.0.7.0-1.i386.rpm sudo rpm -Uvh oracle-instantclient11.1-devel-11.1.0.7.0-1.i386.rpm Update…
-
Installing Oracle InstantClient on Linux
This was very quick and easy to to actually! I transferred the 11i client (basic and the SQL*Plus bit) to my central server, and extracted out the software.Then I copied the executables to my bin directory, and the libraries to the lib directory.Finally, I moved glogin.sql to my sql directory.All I then had to do…