ORA-01136: specified size of file string (string blocks) is less than original size of string blocks
What triggered the Error:
A file size was specified in the AS clause of ALTER DATABASE CREATE DATAFILE, and the size was smaller the the size neededWhat should we do to fix it:
Create the file with a larger size.