Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Regarding privillage,Urgent --- we can stop the user from dr

RE: Regarding privillage,Urgent --- we can stop the user from dr

From: Suneetha Kollipara <SKollipara_at_ahm-usa.com>
Date: Fri, 17 Nov 2000 14:37:39 -0500
Message-Id: <10683.122405@fatcity.com>


We can stop user from dropping his own objects we have to make an entry into product_user_profile

insert into product_user_profile (PRODUCT, USERID , ATTRIBUTE , SCOPE , NUMERIC_VALUE , CHAR_VALUE , DATE_VALUE , LONG_VALUE )                                                         Values
('SQL*Plus','SCOTT','DROP',null,null,'DISABLED',null,nul

Suneetha

> -----Original Message-----
> From: Saldhi, Navneet [SMTP:NSaldhi_at_CSXLines.com]
> Sent: Friday, November 17, 2000 11:05 AM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: Regarding privillage,Urgent
>
> Yes! every user can alter and drop his own objects.
> Since every user has select,insert and delete permissions on his owned
> objects but if you want to give these permissions explicitly for other
> objects owned by other users, there are permissions like select any
> table,insert any table,delete any table.
>
> Navneet.
>
> -----Original Message-----
> Sent: Thursday, November 16, 2000 8:30 PM
> To: Multiple recipients of list ORACLE-L
>
>
> Can Every User by default can drop and alter his /her own tables.
> Suppose i want to give only select ,insert,update privileges.How can I
> give
> ??
> IS it possible.pl. tell me.
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Dash, Saroj (CAP,CEF)
> INET: Saroj.Dash_at_gecapital.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Saldhi, Navneet
> INET: NSaldhi_at_CSXLines.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Fri Nov 17 2000 - 13:37:39 CST

Original text of this message

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