RE: Truncate Table in a PL/SQL Block

From: Robert Desatnik <rdesatnik_at_msn.com>
Date: 1996/10/24
Message-ID: <00001a1b+00008f33_at_msn.com>#1/1


Have you tried using built-in package DBMS_SQL to accomplish this? Since it is not possible to use DDL in a PL/SQL block, this is a way of getting around the restriction. Look in the PL/SQL User's Guide for information on this procedure. Hope this helps. Received on Thu Oct 24 1996 - 00:00:00 CEST

Original text of this message