Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Password expiry bug 8.1.6

Re: Password expiry bug 8.1.6

From: Ron Rogers <RROGERS_at_galottery.org>
Date: Wed, 09 May 2001 06:40:35 -0700
Message-ID: <F001.002FDA63.20010509054113@fatcity.com>

sinardy,
 I do not know the methodology that Oracle used is it's PASSWORD package. It is quite possable that the "new" password can not contain any portion of the login id. Try to use a password that does not use the word "bear" and post the results please.
ROR mª¿ªm

>>> sinardyxing_at_bcsis.com 05/09/01 04:00AM >>>
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).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ron Rogers
  INET: RROGERS_at_galottery.org

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 - 08:40:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US