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: newbie blues

Re: newbie blues

From: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: 7 Feb 2005 13:26:37 -0800
Message-ID: <1107811597.480275.199900@f14g2000cwb.googlegroups.com>


As honest as you are, you are asking to be ignored when you post on this board and begin with something titled "newbie blues". That's almost as bad as starting it with "urgent oracle question".

The following might work.

Open up a dos cmd window. Try this ...

sqlplus /nolog
connect / as sysdba
alter user scott account unlock;
exit;

Similarly you could do "alter user system identified by whatever;". Received on Mon Feb 07 2005 - 15:26:37 CST

Original text of this message

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