Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: newbie blues
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