Hai....


We can give the truncate stmt with in pl/sql procedure.

using Execute immediate.
ex:
Execute Immediate (' Truncate table table_name');

i hope this will solve ur problem.


bye
komes