Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Password expiry bug 8.1.6
Hi all,
When I
as DBA
1. create a profile with password expiry, ferification.. NULL 2. alter user with above profile 3. set date to force password expired
as altered user
1. sqlplus teddy/bear
2. Changing password for teddy
New password: newbear
Retype new password: newbear
ERROR-00988: missing or invalid password(2)
I install patch bug12255555 recomemded by oracle support,
After follow the README.DOC
sqlplus is updated
and I shutdown
and init 6
as DBA
1. drop profile test cacade; 2. @create profile 3. alter user teddy profile test; 4. set date to force password expired
as altered user
1. sqlplus teddy/bear
2. Changing password for teddy
New password: newbear
Retype new password: newbear
ERROR-00988: missing or invalid password(2)
"the error is still the same."
Can someone help me please :(
Thank you
sinardy
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: sinardyxing_at_bcsis.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed May 09 2001 - 02:24:36 CDT