Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Passwords

Re: Passwords

From: SC <s_c_99_at_hotmail.com>
Date: Fri, 31 Mar 2000 10:46:58 +0100
Message-ID: <38E47412.7B2FB943@hotmail.com>


if you are already logged into the database, you can change your password by following command

    alter user <your_username> identified by <new_password>;

if you cant log in, you need to contact your dba who can change you password easily.

plaiter_at_my-deja.com wrote:
>
> I need to change my password of the oracle database that i am logging
> into does anyone know how I can to this from the sql prompt ?
>
> Thanks
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Fri Mar 31 2000 - 03:46:58 CST

Original text of this message

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