Tamer Higazi wrote:
> Hi people!
> I have downloaded the latest 9i Oracle Database. I want to set up a user
> account and unlock the practice tables which I need for the self studying.
>
> For any help,
>
> Thank you very much
>
>
> Tamer Higazi
ALTER USER <schema_name> ACCOUNT UNLOCK;
ALTER USER <schema_name> IDENTIFIED BY <new_password>;
All documented at
http://tahiti.oracle.com
and many examples at
http://www.psoug.org
click on Morgan's Library
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace 'x' with 'u' to respond)