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 priviledge

Re: truncate table priviledge

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Thu, 04 Oct 2001 19:12:50 +0100
Message-ID: <3BBCA6A2.6FE7@yahoo.com>


Clarence wrote:
>
> Does anyone know if it's possible to grant another DB user the
> priviledge to truncate a table owned by my userID.
>
> I have granted SELECT, DELETE and UPDATE, but the other user cannot
> truncate the table.
>
> Clarence

I can't remember exactly which one but its a massive privilege (something like delete any table or drop any table).

Probably safer to create a PL/SQL program to do the truncate in the owning schema, and grant execute on that

hth

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Thu Oct 04 2001 - 13:12:50 CDT

Original text of this message

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