SQL/MP Messages Manual
SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual—427720-006
3-30
SQL 1210
Cause. The specified extent size was not in the correct range. The value range
allowed for an extent size is 0 through 65,535 pages for Format 1 partitions and 0
through 512,000,000 pages for Format 2 partitions. For additional specifications, refer
to the description of the EXTENT attribute in the SQL/MP Reference Manual.
Effect. The statement fails.
Recovery. Correct the extent size and reissue the statement.
SQL 1211
Cause. The number of extents to be allocated was out of range. The value range
allowed for the ALLOCATE value is 0 through the MAXEXTENTS value set for the
table or index.
Effect. The statement fails.
Recovery. Change the number of extents so that the value is within the accepted
range, and reissue the statement.
SQL 1212
Cause. The specified block size was out of range.
Effect. The system rounds up the size to the nearest valid block size (512, 1024,
2048, or 4096 bytes).
Recovery. Specify a block size within the accepted range.
SQL 1213
Cause. The value for MAXEXTENTS was out of the range. The value range allowed
for MAXEXTENTS is from 1 through 959.
Effect. The statement fails.
Recovery. Specify a value for MAXEXTENTS within the accepted range and enter the
statement again.
1210 value-1 is not a valid EXTENT size.
1211 value-1 is not a valid ALLOCATE value.
1212 value-1 is not a valid BLOCKSIZE value.
1213 value-1 is not a valid MAXEXTENTS value.