vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Oracle 10.2.0.2 on HP-UX When setting up a new user or resetting a user's password, using OEM (DB Control) I select 'expire password now'. Checking the genned ddl, I see (as expected) ALTER USER "STEVENSE" IDENTIFIED BY "****" PASSWORD EXPIRE; Apply it and the next time STEVENSE connects, he is *not* prompted for a new password. However, if I connect with sqlplus as SYSTEM and execute the same statement, the next time STEVENSE tries to connect, he *is* prompted for a new password. Odd?? |