Showing posts with label oracle. Show all posts
Showing posts with label oracle. Show all posts

Tuesday, December 31, 2024

Install Oracle Instant Client (oci8) for PHP5.6 on Ubuntu 22.04

*make sure php5.6 is already install 1. Install Basic and the SDK Instant Client packages. Download from OTNDownload version 12.1.0.2.0. This file is required:instantclient-basic-linux.x64-12.1.0.2.0.zipinstantclient-sdk-linux.x64-12.1.0.2.0.zip2. Install OCI8 version oci8-2.0.10. Download from pecl.php.net3. Manual install OCI8 #tar -xzf oci8-2.0.10.tgz#cd oci8-2.0.10#phpize#./configure -with-oci8=share,instantclient,/usr/lib/oracle/12.1/client64/lib#make...

Wednesday, July 29, 2015

Install Oracle Instant Client (oci8) for CentOS

SolutionsDevelopment packages  # yum install php-pear php-devel zlib zlib-devel bc libaio glibc# yum groupinstall "Development Tools"Instant Client1. Download the Basic and the SDK Instant Client packages from the OTN Instant Client page.Install the RPMs as the root user, for example:Latest Client 21.5.0.0.0 with Oracle 12c and PHP 8.1.Before that Instant Client 21.3.0.0.0 with Oracle 12c and...

Thursday, April 3, 2014

Thursday, January 20, 2011

Install Oracle 10g Database on Solaris 10

Reference site: http://ivan.kartik.sk/oracle/install_ora10gR2_solaris.html http://saifulaziz.wordpress.com/2007/09/04/step-install-oracle-10g-r2-on-solaris-10-x86/ http://lpandre.blogspot.com/2009/07/step-install-oracle-10g-r2-on-solaris.html http://www.dbspecialists.com/files/presentations/oracle10gsolaris.html - Created DB guide1. Problems:Some requirement package is needed by Oracle 10g database#...