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: How do I unlock the Oracle 9i practice tables for DBA Certification path?!

Re: How do I unlock the Oracle 9i practice tables for DBA Certification path?!

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Wed, 06 Apr 2005 07:05:00 -0700
Message-ID: <1112796081.524715@yasure>


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_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Wed Apr 06 2005 - 09:05:00 CDT

Original text of this message

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