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: whic user have I reset password use orsdim for oracle 9i?

Re: whic user have I reset password use orsdim for oracle 9i?

From: Dennis Bieling <dennis.bieling_at_epigenomics.com>
Date: Tue, 18 Nov 2003 10:20:57 +0100
Message-ID: <bpco9p$q13$1@broglie.epigenomics.epi>

> How Can I log back in ?
>

Hi!

sqlplus "/ as sydba"

will give you a log in as sys. Make sure the environment is set correctly before issuing the command.
Then do an

alter user xxxx identified by yyyy;

To set the correct password (yyyy) for the user (xxxx).

Best regards
Dennis Received on Tue Nov 18 2003 - 03:20:57 CST

Original text of this message

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