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: Password-Tool

Re: Password-Tool

From: Paul Baumgartel <paul.baumgartel_at_gmail.com>
Date: Thu, 17 Mar 2005 11:39:27 -0500
Message-ID: <f8c47710503170839198f060f@mail.gmail.com>


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-l
Received on Thu Mar 17 2005 - 11:44:23 CST

Original text of this message

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