Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Disable certain users from login to database while applying Human
('binary' encoding is not supported, stored as-is)
Catherine,
The simplest thing to do for maintenance operation is to shut the database down and to restart it in RESTRICT mode, which only allows people who have been granted the CONNECT RESTRICT privilege (in practice, accounts which have the DBA role) to connect. Shutting down the listener is also a solution, if you have to work on the server and all users are connected through SQL*Net, but beware that it will not terminate existing sessions. If you need to target *some* but not all users, you can revoke CREATE SESSION from them.
Stephane Faroult
Oriole Corporation
Performance Tools & Free Scripts
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Stephane Faroul INET: sfaroult_at_oriolecorp.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 - 02:18:51 CST