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: Disable certain users from login to database while applying H

RE: Disable certain users from login to database while applying H

From: Szecsy Tamas <tszecsy_at_GEOMETRIA.hu>
Date: Mon, 18 Feb 2002 05:38:18 -0800
Message-ID: <F001.00412373.20020218053818@fatcity.com>


I agree with using the revoke session solution.  

All the same you can change a user's password to something else and change it back again without ever knowing what it was:  

  1. select 'alter user scott identified by values '''||password||''';' from dba_users where username = 'SCOTT'; put away the result
  2. change the password to something else
  3. change the password back again to what it was previously:

   execute the result of the first point.  

Regards,
Tamas Szecsy

-----Original Message-----
Sent: Monday, February 18, 2002 14:03
To: Multiple recipients of list ORACLE-L

But then how do you know what to change it back to? I'd steer away from this - head w/ the revoke create session

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Szecsy Tamas
  INET: tszecsy_at_GEOMETRIA.hu

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 Mon Feb 18 2002 - 07:38:18 CST

Original text of this message

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