Oracle Error ORA-32774: more than one file was specified for bigfile tablespace string

Oracle Error Message

ORA-32774: more than one file was specified for bigfile tablespace string

Reason for the Error

More than one datafile or tempfile was specified in CREATE TABLESPACE command for a bigfile tablespace.

Solution

Change command to contain only one file or create a smallfile tablespace instead.