Re: Forgot my password to database control

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 29 May 2008 13:00:15 -0700
Message-ID: <1212091224.230507_at_bubbleator.drizzle.com>


CK wrote:
> Is there any way to recover this? Is there a table I can view using
> scott/tiger (username/password)?
>
> Thanks In Advance,
> ck

No. You need to go to the physical server and log in as SYS using / as sysdba

Then change the password:

ALTER USER <username>
IDENTIFIED BY <new_password>;

-- 
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Thu May 29 2008 - 22:00:15 CEST

Original text of this message