XAMPP - Oracle Driver Setup (v12) Membutuhkan Driver : Visual C++ Redistributable for Visual Studio Instlasi
- untuk PHP (32-Bit) open: Instant Client Downloads for Microsoft Windows 32-bit
- untuk PHP (x64, 64-Bit) open: Instant Client Downloads for Microsoft Windows (x64) 64-bit
- Klik : “Accept License Agreement”
- Download and unzip the ZIP file
instantclient-basiclite-nt-12.2.0.1.0.zip
- Copy all
*.dll
files: toc:\xampp\php
- Copy all
*.dll
files toc:\xampp\apache\bin
(We need a second copy here for apache) - Make sure that the file
c:\xampp\php\ext\php_oci8_12c.dll
exists. - Enable php extension in php.ini:
extension=php_oci8_12c.dll
(For PHP 7.2+ useextension=oci8_12c
) - Restart Apache
Dapat juga coba download php_oci8 dll dilink berikut ini:
- PHP 7.2 (32-bit): http://windows.php.net/downloads/pecl/releases/oci8/2.2.0/php_oci8-2.2.0-7.2-ts-vc15-x86.zip
- PHP 7.3 (32-bit): https://windows.php.net/downloads/pecl/releases/oci8/2.2.0/php_oci8-2.2.0-7.3-ts-vc15-x86.zip
- PHP 7.4 (x64, 64-Bit): https://windows.php.net/downloads/pecl/releases/oci8/2.2.0/php_oci8-2.2.0-7.4-ts-vc15-x64.zip
- All releases