Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: using truncate in oracle7 procedures
heath wrote:
>
> can TRUNCATE TABLE be used in database procedures? i need to regularly
> remove all rows in a quite large table and recreate the table. DELETE
> works but takes a long time ... when i put TRUNCATE in the procedure,
> compilation fails.
You can use dynamic SQL to solve your problem. Please refer to DBMS_SQL for detail.
--- Name : Lun Wing San Title : Oracle Application Developer of Hong Kong Productivity Council Oracle Database Administrator and System Administrator of QRC Phone : (852)27885841Received on Fri Dec 20 1996 - 00:00:00 CST
![]() |
![]() |