ora-28002

OCILogon during Grace Period - ORA-28002

六月ゝ 毕业季﹏ 提交于 2019-12-12 17:22:46
问题 when I use SQL*Plus, connecting to a user whose password entered the grace period (Oracle 11g, Oracle 8i), I get an error message but the connect is still successful: SQL*Plus: ===================================== SQL> connect gumiplesku Enter password: ERROR: ORA-28002: the password will expire within 7 days Connected. SQL> select User from dual; USER ====================================== gumiplesku ===================================== On the other hand, in my C++ OCI code doing a