ORA-01136
Specified size of file p1 (p2 blocks) is less than original size of p3 blocks.
- p1: The file size in bytes specified in the DATAFILE command.
- p2: The file size in number of blocks.
- p3: The original file size in number of blocks.
Cause
The specified file size in the AS clause of the ALTER DATABASE CREATE DATAFILE statement is smaller than the size needed.
Action
Create the file with a larger size.
ORA-01136
specified size of file string (string blocks) is less than original size of string blocks
Cause
A file size was specified in the AS clause of ALTER DATABASE CREATE DATAFILE, and the size was smaller the the size needed
Action
Create the file with a larger size.
ORA-01136
specified size of file string (string blocks) is less than original size of string blocks
Cause
A file size was specified in the AS clause of ALTER DATABASE CREATE DATAFILE, and the size was smaller the the size needed
Action
Create the file with a larger size.