Hi I'm Periodically Updating a Table by Deleting all records and inserting all new records.
Is it better to Truncate the table instate of Delete All records ?
Is it reclaiming the table space - allocated disc space and memory for the deleted records,
or the tablespace increases each time I delete and insert.