PROUTIL SETLOBCREATELIMIT qualifier
- Last Updated: January 16, 2024
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
Set the create limit for the specified LOB.
Syntax
|
Parameters
- db-name
- Specifies the database where you are setting the create limit.
- lob-name
- Specifies the LOB object for which you are setting the create limit.
- create-limit
- Specifies the new create limit.
- tenant tenant-name
- Specifies that the create limit is to be set on the LOB object associated with
tenant-name. If tenant-name is not valid, is
part of a group, or is not associated with the specified LOB object, SETLOBCREATELIMIT
exits with an error. Specifying
tenantis only allowed on databases enabled for multi-tenancy. - group group-name
- Specifies that the create limit is to be set on LOB object associated with
group-name. If group-name is not valid or is not
associated with the specified LOB object, SETLOBCREATELIMIT exits with an error.
Specifying
groupis only allowed on databases enabled for multi-tenancy. - partition partition-name
- Specifies that the create limit is to be set on LOB object associated with the table
partition partition-name. If partition-name is not
valid or is not associated with the specified LOB object, SETLOBCREATELIMIT exits with
an error. Specifying
partitionis only allowed on databases enabled for table partitioning. - composite initial
- Specifies that the create limit is to be set on LOB object associated with the
composite initial partition of lob-name. If
lob-name is not associated with a partitioned table,
SETLOBCREATELIMIT exits with an error. Specifying
composite initialis only allowed on databases enabled for table partitioning.
Notes
- For a Type II area, SETLOBCREATELIMIT sets the LOB create limit for the specified LOB. For a Type I area, SETLOBCREATELIMIT issues a warning that all tables and LOBs in an area must have the same create limit, and prompts you to confirm setting the create limit for all tables and LOBs in the area containing the specified LOB.
- The create limit value must be equal to or greater than 32, and less than the block size minus 128 bytes.
- For databases with a 1K block size, the default create limit is 75. For all other database block sizes, the default create limit is 150.
- For more information on setting create limits, see Database fragmentation.