Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: newbie question
"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
![]() |
![]() |