Oracle Error ORA-01136: specified size of file string (string blocks) is less than original size of string blocks

Oracle Error Message

ORA-01136: specified size of file string (string blocks) is less than original size of string blocks

Reason for the Error

A file size was specified in the AS clause of ALTER DATABASE CREATE DATAFILE, and the size was smaller the the size needed

Solution

Create the file with a larger size.