Adjust Startup Parameters
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
Lets you modify specific database startup parameters while the database is online.
PROMON Adjust Startup Parameters display
The following shows a sample display of the PROMON utility menu when 16 is invoked from the R&D Advanced Options menu followed by 4 from the Administrative Functions menu.
|
Perform the following steps to modify a database startup parameter while the database is online:
- Enter the parameter keyword including the dash (
-) as in the example below.Enter a parameter name, <return>, R, P, T, or X (? for help): -aistall - An error message is returned if the parameter is not
valid.
Invalid parameter name. Please try again. Enter a parameter name, <return>, R, P, T, or X (? for help):Else if valid, PROMON will return the current value of the parameter in shared memory. Enter a new value for the parameter in the prompt as in the example below.
Current After-Image Stall (-aistall): Not Enabled Enter a new value for -aistall (0 to 1): 1 - If valid, PROMON returns a confirmation of the update to
show the new value as in the example below.
Enter a new value for -aistall (0 to 1): 1 New After-Image Stall (-aistall): Enabled
Notes
- Only specific startup parameters may be modified while the database is online. For more information on a specific parameter, see Change database parameters while the database is running.
- PROMON lists those database startup parameters that are modified online. The full range is not displayed on one screen. You may scroll through the list of parameters and current values using <return> or else adjust the display line per PROMON menu to display all the parameters on one screen.
- Use R to return to the first page of parameters while scrolling.
- For database startup parameters that possess a range of values between a minimum and maximum, PROMON displays this range when prompting the user to enter a new value. For more information on these values, see Change database parameters while the database is running.
- When entering the name of a parameter to be changed, the
parameter name must match exactly and include the dash (
-), or PROMON returns an error. - Any valid parameter name may be entered from any of the Adjust Startup Parameters menu pages. There is no need to be on the current page of the menu when entering a parameter name.
- Use (CTRL+C) at the prompt to cancel the operation.