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: create user and grant

Re: create user and grant

From: Jason Baugher <jason_at_baugher.pike.il.us>
Date: Thu, 25 Jul 2002 15:14:33 GMT
Message-ID: <Xns925668315FFCCjasonbaugherpikeilus@209.242.76.10>


"gulyas gabor" <gabor.gulyas_at_sysdata.siemens.hu> wrote in news:ahp0vu$497$1_at_news.siemens.at:

> Hi all,
>
> I am new to oracle, so I would like to ask a little help.
> I use oracle 8.1.7 on unix platform with SQLplus.
> There is a database called kurbie and if I use the 'sqlplus
> john/john_at_kurbie' command I can administrate some tables, views, etc.
> But if I use 'sqlplus bill/bill_at_kurbie' as command then different
> tables, views, etc. are available.
>
> I think that bill and john are different users, they use the same
> database, but they have different rights, so both of them can reach
> their own things, and the others are unavailable for them. Is it right
> ?
>
> So it is the present situation, and here is my question:
> I would like to use this kurbie database as mentioned above, but I
> need a third case to the existing two.
> with 'sqlplus ryan/ryan_at_kurbie' I want to see nothing from the data of
> john and bill, but I want to create ryan's data.
>
> If you know how to do this, please answer me. (Ithink I should create
> a new user and then grant rights, but I don't know how to do this
> exactly.)
>
> thanks a lot,
> Gabor
>
>
>

Users are created with zero rights. You have to explicitly assign rights before a new user can even connect to the database. So create the new user ryan, assign them a tablespace in which to create objects, give them a quota on the tablespace, give them rights to connect and create tables, etc... As long as you don't grant ryan specific rights to select on john and bill's tables, and you don't grant them "select any table", the ryan user will not be able to see john or bill's data.

All the docs are available on Technet (technet.oracle.com). Register a free account, and start reading.

Here's the 8i Administrator's Guide:

http://technet.oracle.com/docs/products/oracle8i/doc_library/817 _doc/server.817/a76956.pdf

I'd suggest spending the time to go over the whole thing, since you apparently don't know much about Oracle, but for this question, the stuff you need is Part 5, Database Security.

-- 
Jason Baugher 
Virtual Adept Professional Consulting Services
1406 Adams St.
Quincy, IL 62301
(217) 221-5406
http://baugher.pike.il.us/virtualadept
jason_at_baugher.pike.il.us
Received on Thu Jul 25 2002 - 10:14:33 CDT

Original text of this message

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