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: newbie question

Re: newbie question

From: Chris \( Val \) <XCHRISVAL_at_bigpond.com.au>
Date: Thu, 3 May 2001 01:25:06 +1000
Message-ID: <3tVH6.16486$482.83976@newsfeeds.bigpond.com>

"Jim Kennedy" <kennedy-family_at_home.com> wrote in message news:_5UH6.95530$xN4.6452549_at_news1.sttls1.wa.home.com...
| Standard sql (I am assuming you want to allow other users on the same
| machine ot log in).
| create user aUserName identified by theirPassword;
| then you have to grant them rights
| grant connect to aUserName;
| grant select on emp to aUserName;
| ....
|
| I believe there may be a GUI for this also.
|
| Jim

Thanks for the help Jim, I'll give it a go but what I would like is to use the GUI for it which I cannot find in 8i if it has one at all. I have used the GUI in 8.1.6 and thats what I'm looking for with 8i.

Any ideas on this?
Chris Val Received on Wed May 02 2001 - 10:25:06 CDT

Original text of this message

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