Please correct me if I am wrong.
You try to insert 800 Million rows. I think the source data are in multiple flat files. Avoid using parallel option if you want unequal extents in a tablespace. Use DIRECT load option with unrecoverable defined in the control file.

You can run multiple direct loads if you do not want to use parallel option.

Set INITIAL and NEXT 500MB size at table level.