Database Error Messages

ORA-03214

The specified file size is smaller than the minimum blocks min_size.
  • min_size: The minimum number of blocks required.

Cause

The file size specified in ADD or RESIZE command for a data file or temp file is too small to create an allocation unit.


Action

Increase the file size. Retry.