SQL loader and truncate drop storage clause
lesakMar 3 2009 — edited Mar 3 2009Hi,
I check that during load data via sqlloader like that:
LOAD DATA
TRUNCATE
INTO TABLE TEMP_TABLE
FIELDS TERMINATED BY ","
(id,
text
)
it use reuse storage in truncate command. Is there any way to set truncate with drop storage option?