When creating a tablespace and specifying autoextend on on the datafile, you have an option to specify the NEXT value for extending.

When you query dba_data_files, this reflects the INCREMENT_BY column. But when I specify a NEXT value of 500K, the INCREMENT_BY column in dba_data_files show 63.

What units is this value in? Blocks?

It appears that it would...