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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to change password?

Re: How to change password?

From: Valeriy Kravchuk <kravchuk_at_profix.kiev.ua>
Date: Fri, 21 Dec 2001 09:58:24 +0200
Message-ID: <9vuq52$rrs$1@castle.profix.com>


Just connect as system/manager using SQL*Plus. Then use PASSWORD command:

$ sqlplus system/manager
...

SQL> password
...

SQL> exit

Then connect as sys/change_on_install

$ sqlplus sys/change_on_install
...

SQL> password
...

SQL> exit

That's all. Received on Fri Dec 21 2001 - 01:58:24 CST

Original text of this message

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