Hi: I create a tbs with two files both size is 40M and uniform extent is 10M, I create a table with minextents 6 on it,and the result is
SQL> select initial_extent,min_extents from user_tables where table_name='TEST1234';

INITIAL_EXTENT MIN_EXTENTS
-------------- -----------
62914560 1
so the extent is cross two files!