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: forgot passwords - Oracle not available

Re: forgot passwords - Oracle not available

From: santysharma <santysharma_at_hotmail.com>
Date: Mon, 17 Dec 2001 16:16:13 -0800
Message-ID: <9vm1rd$g1ae5$1@ID-84096.news.dfncis.de>


sqlplus /nolog
connect / as sysdba
startup
alter user.....
HTH
santysharma
<dominica_at_secondhat.secondhat.com> wrote in message news:9vl7sn$egp$1_at_secondhat.secondhat.com...
>
> In linux,
> login as "oracle" (unixuser)
>
> svrmgrl
> connect internal;
> alter user sys identified by YOUR_PASSWORD;
> alter user system identified by YOUR_PASSWORD;
>
>
> Dominica
> In article <ZevT7.7421$Xs4.1121834_at_feed.centurytel.net>,
> Educator <johna_at_digisys.com (change com to net)> wrote:
> >Does anyone have any methods of changing the sys or system passwords so I
> >can get Oracle started.
> >
> >I have Oracle 8.17 running on a redhat 6.2 install at home.
> >
> >I can get the listener started, but when I run server manager (svrmgr) to
> >start Oracle, I cannot connect. Normally at my home I don't change the
SYS
> >or SYSTEM passwords.
> >
> >Thanks,
> >
> >John
> >
> >
> >
> >
> >
>
>
Received on Mon Dec 17 2001 - 18:16:13 CST

Original text of this message

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