(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Connect to an Oracle database using a persistent connection
resource oci_pconnect ( string $username, string $password [, string $connection_string [, string $character_set [, int $session_mode ]]] )
Creates a persistent connection to an Oracle server and logs on.
Persistent connections are cached and re-used between requests, resulting in reduced overhead on each page load; a typical