Database Error Messages

ORA-03214

The specified file size is smaller than the minimum size of min_size.
  • min_size: The minimum number of bytes (including the unit marker) required.

Cause

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


Action

Reissue the statement with a file size equal to or greater than the minimum size printed in the message.