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: Grant All Priviledge - how to Undo ?

Re: Grant All Priviledge - how to Undo ?

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 19 Jun 2006 15:14:29 -0700
Message-ID: <1150755273.319569@bubbleator.drizzle.com>


meathammer wrote:
> SQL> Grant all priviledges to scott ;
>
> How to undo this ?
>
> thanks

SQL> grant all privileges to scott;

Grant succeeded.

SQL> revoke all privileges from scott;

Revoke succeeded.

SQL>

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Jun 19 2006 - 17:14:29 CDT

Original text of this message

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