Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Password-Tool
> <Michael.Fleck_at_lvr.de> wrote:
> > Hi list members,
> >
> > does anyone know a free tool or something else to give the users the
> > possibility to change their database password without using SQL-Plus or
> > some other SQL?
On Thu, 17 Mar 2005 16:08:39 +0000, David Sharples
<davidsharples_at_gmail.com> wrote:
> do it in your application?
>
Hardie har har. ;)
Michael, I think we'll need some more information about your users' environment to give recommendations. For example, are they limited to only using a web browser? Do they have sqlnet/sqlplus on their boxes? Are you able to push files to their boxes?
For example, if the latter two are true, a quick solution is to push a simple .bat script that'll prompt for current username/password, new password, then do the alter user command for them. Maybe not a good solution, but definitely cheap.
Steven
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Mar 17 2005 - 11:39:31 CST