Change database parameters while the database is running
- Last Updated: January 5, 2026
- 1 minute read
- OpenEdge
- Version 12.2
To enable continous operations, you can modify many database parameters while your database is running.
Most parameters are changed using either PROMON or _DbParams VSTs, but those that require resources are changed using the PROUTIL INCREASETO command.
The following table lists database parameters that you can modify while the database is running and tells how to change them. Links to details about the change procedures follow the table.
To change parameters using PROMON, see Modify database startup parameters online using PROMON.
To change parameters with the
_Dbparams VST, you can use ABL code like the following:Find _dbParams
where _dbParams-Name = "-lruskips".
assign _dbParams-Value = 100.For PROUTIL syntax and details, see PROUTIL INCREASETO qualifier.