Saturday, February 11, 2006

Technical Note: Installing PHP and the Oracle 10g Instant Client for Linux and Windows

Technical Note: Installing PHP and the Oracle 10g Instant Client for Linux and Windows: "Enabling the PHP OCI8 Extension on Windows
The Instant Client binaries complement PHP's prebuilt binaries for Windows."

To check the extension is configured, create a simple PHP script phpinfo.php where the web server can read it.


<?
phpinfo();
?>

Load the script into a browser using an "http://" URL. The browser page should contain an "oci8" section saying "OCI8 Support enabled".