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: Revoke Create and Alter Table

Re: Revoke Create and Alter Table

From: <cdos_jtommaney_at_comcast.net>
Date: 16 Feb 2005 07:33:10 -0800
Message-ID: <1108567990.075547.253620@z14g2000cwz.googlegroups.com>


Buck,

Another option would be to revoke connect from sam. Net effect would be to disallow creating, modifying, or dropping objects in that schema.

It's generally a good practice to not have users connect as the application owner anyway, so a simple grant of sel,ins,upd,del to either a role, or another user should handle access to the table.

Good luck,

JT Received on Wed Feb 16 2005 - 09:33:10 CST

Original text of this message

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