View Single Post

   
  #2 (permalink)  
Old 02-24-2008, 12:25 PM
DA Morgan
 
Posts: n/a
Default Re: How do I unlock the Oracle 9i practice tables for DBA Certificationpath?!

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)
Reply With Quote