| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to prevent deletes when DELETE ANY TABLE granted?
Todd Verstraten wrote:
>
> Does TRUNCATE not work in DBMS_SQL? I have tried many other DDL statements
> that have worked bu not truncate.
It doesn't. I've tried it in the past and, just to be sure, tried it again today. You'll get the following message when you try to compile your procedure:
truncate table replica;
*
ERROR at line 2:
ORA-06550: line 2, column 10: PLS-00103: Encountered the symbol "TABLE" when expecting one of the following:
-- John Verbil U S WEST Communications Information Technologies jverbil_at_uswest.com (303) 896-0916Received on Thu Dec 12 1996 - 00:00:00 CST
![]() |
![]() |