(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Changes password of Oracle's user
bool oci_password_change ( resource $connection, string $username, string $old_password, string $new_password )
resource oci_password_change ( string $dbname , string $username , string $old_password , string $new_password )
Changes password for user with username.
The oci_password_change() function is most useful for PHP command-line scripts, or when