SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
3-59
SQL 1271
Where object-name is the ANSI name of the affected database object.
Where number is the specified number of extents.
Cause. A CREATE or ALTER operation specified an ALLOCATE attribute value that
was greater than the MAXEXTENTS value for the affected database object, which is
not allowed.
Effect. The operation fails.
Recovery. If possible, alter the MAXEXTENTS attribute value to be greater than the
desired number of extents to be allocated. The current maximum value for
MAXEXTENTS is 768.
SQL 1272
Cause. The site has not purchased DDL Licensing.
Effect. The operation fails.
Recovery. Purchase DDL Licensing (product number T0394).
SQL 1273
Cause. The value that you specified to change MAXEXTENTS is less than or equal to
the allocated extents.
Effect. The operation fails.
Recovery. Use a MAXEXTENTS value greater than the allocated extents.
SQL 1274
Cause. You specified an insufficient MAXEXTENTS value while creating an index.
1271 ALLOCATE failed for object object-name because the
number of extents to be allocated number is greater than the
MAXEXTENTS for a partition of the object.
1272 The system is not licensed for use of SQL/MX format
tables.
1273 The specified MAXEXTENTS value must be greater than the
number of extents allocated.
1274 The specified or default MAXEXTENTS value is not
sufficient. The MAXEXTENTS value has been automatically set
to the new value of $1~Int0 for the file $0~String0.