Currently, DBCA creates all datafiles as smallfile tablespaces.
This can be manually changed when generating the scripts (-generateScripts) by adding SET DEFAULT BIGFILE in the CREATE DATABASE statement just before LOGFILE GROUP
A command line option would be nice, something like useBigFile <true | false > which defaults to false but can be set to true.