http://stackoverflow.com/questions/22478387/call-to-undefined-function-oci-connect
- Whenever you connecting Oracle Database , try to use 32 Bit oracle client libraries, Since XAMP PHP is compiled with 32 Bit(Though you have 64 Bit windows Machine)
- Download Oracle Client from Download From here
- Paste it in C:\instantclient_12_1
- Then Set the path to above in System Environment Variable
- Then Go to C:\xampp\php\php.ini and uncomment extension=php_oci8_12c.dll
- Then Restart the XAMP and it should work without any Issue.
时间: 2024-09-29 02:38:56