Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Automating repetitive user administrative tasks
> We have an application that is using Oracle user-ids and passwords for
> authentication and restrictions. I am looking for a secured, selective,
> user-interface way of unlocking, resetting and expiring passwords so the DBA
> staff can offload this rather mundane but frequent requests. I would like
> to do it through an oracle stored procedure where the user-id and password
> would be provided by a authorized user and the stored procedure would
> unlock, change the password, and expire the user.
>
> Is this possible or is it much easier to use a Unix script?
This will be much simpler to get done via DBI. Main question is where the userid/password data will be comming from (e.g., local users at the command line, web).
-- Steven Lembark 2930 W. Palmer Workhorse Computing Chicago, IL 60647 +1 800 762 1582 -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: lembark_at_wrkhors.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 Thu Jan 10 2002 - 14:15:29 CST