--Truncate table per PLSQL va_exec_sql varchar2(2000); va_exec_sql := 'truncate table tabelle1'; execute immediate (va_exec_sql);