Re: Setting up a new user in Oracle 8I personal

From: Hassan Ayub <hassan_ayub_at_yahoo.com>
Date: 26 May 2002 02:49:32 -0700
Message-ID: <1df2b71.0205260149.7f87f91e_at_posting.google.com>


Hi,

   You should log on to Oracle as the user system with the password manager and use the follwoing commands to create another user:

create user xyz identified by abs;
grant connect,resource to xyz;
commit;

hope this helps

bye

Hassan Received on Sun May 26 2002 - 11:49:32 CEST

Original text of this message