vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| |||
| 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) |
| |||
| DA Morgan wrote: > 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 Tsk, tsk, tsk... what happened with hints for students, not holding hands, learning how to fish?!? -- Regards, Frank van Bortel |
| |||
| On Wed, 06 Apr 2005 17:31:14 +0200, Frank van Bortel <fvanbortel@netscape.net> wrote: >Tsk, tsk, tsk... what happened with hints for students, >not holding hands, learning how to fish?!? > > I decided not to respond because I was so tired of yet another one who was too lazy to RTFM. If we are not going to point them to the docs, we should at least let them boil in there own soup, and ignore them. -- Sybrand Bakker, Senior Oracle DBA |
| |||
| Sybrand Bakker wrote: > On Wed, 06 Apr 2005 17:31:14 +0200, Frank van Bortel > <fvanbortel@netscape.net> wrote: > > >>Tsk, tsk, tsk... what happened with hints for students, >>not holding hands, learning how to fish?!? >> >> > > > I decided not to respond because I was so tired of yet another one who > was too lazy to RTFM. > If we are not going to point them to the docs, we should at least let > them boil in there own soup, and ignore them. > There has definitely been a change of tone this group over the last three months. No more omlet, no more HJR, plenty of helpful homework answers, but in some ways the edgy (or, "dysfunctional" if you prefer) feel of the group is a little less than it used to be. I'm not complaining, mind you, but I do suspect the heavy-handed influence of Google Groups behind it all! ;-) -Mark Bole |
| ||||
| Frank van Bortel wrote: > DA Morgan wrote: > >> 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 > > > Tsk, tsk, tsk... what happened with hints for students, > not holding hands, learning how to fish?!? > > Good point. -- Daniel A. Morgan University of Washington damorgan@x.washington.edu (replace 'x' with 'u' to respond) |