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: how to stop user from altering schema

Re: how to stop user from altering schema

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 9 Jun 2005 08:19:19 -0700
Message-ID: <1118330358.991512.242930@f14g2000cwb.googlegroups.com>


Or in other words, you cannot restrict an ower's access to their own objects unless you can prevent the owner from logging on.

Generally you create objects under one id then issue object privileges to a role and grant the role to the user(s) that need the object privileges but the role does not include any DDL privileges. Access to the owner id is restricted to DBA and/or a few key people.

HTH -- Mark D Powell -- Received on Thu Jun 09 2005 - 10:19:19 CDT

Original text of this message

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