Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Quest on setting up Oracle 9i...
take a look at the Oracle concepts manual which is a good place to start.
assuming you have created the example database to create a user log on as system and issue the following using sql*plus
create user jkutey identified by password
default tablespace users
temporary tablespace temp;
then you can read up about waht privileges you might want to grant the user so it can actually do things.
-- Niall Litchfield Oracle DBA Audit Commission UK <jkutey_at_nospam.nycap.rr.com> wrote in message news:h4irducgs8mtes60u01dlhmtffh2dv1u83_at_4ax.com...Received on Sun May 12 2002 - 04:48:22 CDT
> Hi all. I am new to Oracle 9i. I am a college student, studying
> Oracle. I have just finished loading Oracle 9i on my home pc, along
> with the Forms and Reports CD. How do I go about creating a valid
> user and password, so that I may create, and edit tables at home. I
> plan to copy all pertinent text to notepad, and transfer them to the
> school's database, so that I may execute them there. I just want to be
> able to simulate the database at home.
>
> Thanks
>
> John
![]() |
![]() |