Oracle Database Connection with PHP 7.3.5 Latest Version |
OCI_COMMIT_ON_SUCCESS is a constant declared in the Oracle PHP extension. Are you sure you have that installed correctly? Is it enabled in php.ini? Can you confirm that you can connect to the database manually with oci_connect?
If you don't have the extension, then you'll need to install it. A list of steps to debug an installation can be found here. You should also look at the php error log looking for any errors related to Oracle and the loading of the extension. What OS is the webserver on? |
Messages In This Thread |
Oracle Database Connection with PHP 7.3.5 Latest Version - by eswarrao - 05-09-2019, 10:11 PM
RE: Oracle Database Connection with PHP 7.3.5 Latest Version - by dave friend - 05-10-2019, 05:20 AM
RE: Oracle Database Connection with PHP 7.3.5 Latest Version - by jora - 06-09-2019, 06:27 AM
|