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: Jeff Hyde <jeff.hyde_at_ramesys.com>
Date: Mon, 18 Feb 2002 06:18:19 -0800
Message-ID: <F001.004123A6.20020218061819@fatcity.com>


RE: Disable certain users from login to database while applying HTry getting the original password values for the users concerned from dba_users - make an exact copy of the "values" field for each user.

Now change the password for the users concerned.

When you want to re-establish the original password use:-

alter user <username> identified by values 'put original values string here' (remember to use the quotes).

This will reset the original password without you having to know what it was.

Jeff

-----Original Message-----

  From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of michaelcupp_at_shonac.com
  Sent: Monday, February 18, 2002 01:03
  To: Multiple recipients of list ORACLE-L   Subject: RE: Disable certain users from login to database while applying H

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

-----Original Message-----

  From: Abdul Aleem [mailto:abchaudhary-ho_at_beaconhouse.edu.pk]   Sent: Monday, February 18, 2002 3:53 AM   To: Multiple recipients of list ORACLE-L   Subject: RE: Disable certain users from login to database while applying H

  How about changing their password for the time being.

  Aleem

   -----Original Message-----
  Sent: Monday, February 18, 2002 12:28 PM

  To:     Multiple recipients of list ORACLE-L
  Subject:        Disable certain users from login to database while
applying
  Human

  Hi Gurus,

  I need to disable certain users from login to database while I apply the Human Resources Patches for our Oracle HR 11i Applications. Which is the best way to do it ? Should I write on-logon trigger to disable or should I take away their privileges to logon to report/forms/sqlplus ? What about the rest of the DBA Applications administrator ? What do U guys do to solve the dead-lock problem (If my users access the HR tables while I apply the patches, I will encounter dead-lock problem) ?

  Please advise. Thanks.

  Regds,
  New Bee
--

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

  Author: CHAN Chor Ling Catherine (CSC)     INET: clchan_at_nie.edu.sg

  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: Abdul Aleem
    INET: abchaudhary-ho_at_beaconhouse.edu.pk

  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: Jeff Hyde
  INET: jeff.hyde_at_ramesys.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 Mon Feb 18 2002 - 08:18:19 CST

Original text of this message

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