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 sys password in SQL*Plus

Re: How to change sys password in SQL*Plus

From: Jeff Hunter <jeffh_at_btitelecom.net>
Date: Tue, 12 Oct 1999 22:41:21 -0400
Message-ID: <3803f19b@defiant.btitelecom.net>


you can login as system and issue an "alter user" command

alter user sys identified by newpw;

Tim Kang wrote in message <3803d1c9$0$30591_at_fountain.mindlink.net>...
>
Received on Tue Oct 12 1999 - 21:41:21 CDT

Original text of this message

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