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: grant truncate

Re: grant truncate

From: Jean-Philippe Squelbut <squelbut_at_csi.com>
Date: Fri, 2 Oct 1998 17:47:17 +0200
Message-ID: <#X2rxxh79GA.333@nih2naac.prod2.compuserve.com>


DELETE is pure SQL , it is known in Data Control Lanaguage and so can be granted as a privilege.
TRUNCATE is unpure SQL, it is an Oracle trick, it is not know in DCL ant cannot be granted.

So long.

j.k. a écrit dans le message <6v2is9$eog$1_at_news.res.ray.com>...
>Hi,
>
>Is there other way that I can solve the problem as below.
>Any helps would be appricated.
>
>grant truncate on table1 to other_users
> *
>ERROR at line 1:
>ORA-00990: missing or invalid privilege
>
>
>thanks.
>
Received on Fri Oct 02 1998 - 10:47:17 CDT

Original text of this message

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