Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Password-Tool
In fact, SQL*Plus (the command-line version, not iSQL*Plus) offers a
PASSWORD command. From the manual:
PASSW[ORD] [username]
Allows you to change a password without echoing it on an input device.
If you want to change your current password, enter
PASSWORD
Changing password for your_password
Old password: your_password
New password: new_password
Retype new password: new_password
Password changed
On Thu, 17 Mar 2005 10:33:57 -0600, jungwolf <spatenau_at_gmail.com> wrote:
> > <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-l
>
-- Paul Baumgartel paul.baumgartel_at_gmail.com -- http://www.freelists.org/webpage/oracle-lReceived on Thu Mar 17 2005 - 11:44:23 CST