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

Home -> Community -> Usenet -> c.d.o.misc -> Re: truncate table command

Re: truncate table command

From: Kevin Loney <kevin.loney_at_astramerck.com>
Date: 1997/09/17
Message-ID: <01bcc3a0$b13d4ea0$aa9e02a7@LONEYK.astramerck.com>#1/1

Philippe Mendes <EURO.FINANCE_at_wanadoo.fr> wrote in article <341FE624.E63FD5BE_at_wanadoo.fr>...
>
> What is the way to permit to an none dba user to do a 'truncate table'
> on a table of an other user ?
> Which privileges must i give to the user.
> I have try to do an 'grant delete any table' but it has done no change.
>

try
grant drop any table to <user>;

Kevin. Received on Wed Sep 17 1997 - 00:00:00 CDT

Original text of this message

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