|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-07-26 14:33 UTC] tony2001@php.net
[2005-07-26 14:37 UTC] moreauv at ppg dot com
[2005-09-08 11:48 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 11:00:01 2025 UTC |
Description: ------------ Hi, PHP OCIlogon do not returns a valid connection resource for account with expired password. ocierror() contain: [code] => 28001 [message] => ORA-28001: the password has expired Oracle OCI return code OCI_SUCCESS_WITH_INFO is returned when issuing a OCIlogon with an expired password, and a valid connection ressource is returned by Oracle. A connection resource is needed to call OCIpasswordchange. Thanks for your help, Vincent