You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further options were introduced with Oracle 19c, including timeout and keep-alive settings.
Unfortunately, we still uses lower version of Oracle and might not be able to support this atm. Please do not hesitate to submit a PR if you can. Will try to implement when I got the chance. Thanks!
Connection timeout
When we are creating db connection we need to use connection timeout as described here: https://www.php.net/manual/en/function.oci-connect.php#refsect1-function.oci-connect-parameters, oci_connect's connection_string is capable of handling timeout parameter if passed like this.
/db?connect_timeout=10
Code snippet of problem
For example allow additional options to be sent when creating oci_connect, we can only send dns but we need additional parameter:
System details
The text was updated successfully, but these errors were encountered: