You can check it with the following query. Run this before and after the job execution.
Code: Select all
select substr(segment_name,1,20) segment, bytes / 1024 "Size [KB]" from user_segments
where segment_name in ('<table_name>');Code: Select all
select substr(segment_name,1,20) segment, bytes / 1024 "Size [KB]" from user_segments
where segment_name in ('<table_name>');