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: DBA - Question - USER privilegs

Re: DBA - Question - USER privilegs

From: Alexander Romanov <sashar_at_comita.spb.ru>
Date: Wed, 25 Aug 1999 16:04:23 +0400
Message-ID: <7q0mdj$oje$1@dragon.infopro.spb.su>

Nandakumar пишет в сообщении <7puvbf$f76$1_at_nnrp1.deja.com> ...

>What are the privileges that one user (yyy) should possess if he has to
>ONLY VIEW certain tables and views (owned by user xxx) and execute some
>sub programs?.

connect DBAUser
-- 1) User yyyy should not be able to create any table in the DB. revoke create any table FROM yyy
revoke drop any table FROM yyy
-- 2) User should not be able to use any DML except select. revoke select any table FROM yyy
revoke insert any table FROM yyy
revoke update any table FROM yyy
revoke delete any table FROM yyy

Best regards
Всех Благ
---
Origin ... Просто надо очень верить этим синим маякам... Romanov Alexander(Oracle e-certification http://www.tekmetrics.com/transcript.shtml?pid=13518) Alex_Romanov_at_mail.ru
ICQ 6220754 Received on Wed Aug 25 1999 - 07:04:23 CDT

Original text of this message

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