There are three categories of administration statements for changing DBH options in the ongoing DBH session:
Some administration statements change DBH options which have no influence on the storage structure and mode of operation of the DBH.
The administration statement RECONFIGURE-DBH-SESSION reconfigures the ongoing DBH session and changes the following DBH options:
COLUMNS
CURSOR-BUFFER
SPACES
SQL-SUPPORT (CURSORS and PLANS operands)
SYSTEM-DATA-BUFFER
TRANSACTION-SECURITY (MAX-ISOLATION-LEVEL operand)
USER-DATA-BUFFER
The administration statement RELOAD-DBH-SESSION reloads the DBH modules, reconfigures the DBH session and, if required, changes the following DBH options:
DBH-TASKS
SYSTEM-THREADS
THREADS
USERS
The change to the DBH options is optional.
The table below shows which options can be changed with which administration statement.
Higher-level option | Lower-level option | Administration statement to change it |
ADMINISTRATION | ADMINISTRATOR | MODIFY-ADMINISTRATION |
CPU-RESOURCES | DBH-TASKS | RELOAD-DBH-SESSION |
FILE-RESOURCES | SESSION-LOGGING-ID | MODIFY-SESSION-LOGGING-ID |
RECOVER-OPTIONS | MODIFY-RECOVER-OPTIONS | |
STORAGE-SIZE | CURSOR-BUFFER | RECONFIGURE-DBH-SESSION |
SYSTEM-LIMITS | COLUMNS | RECONFIGURE-DBH-SESSION |
SYSTEM-STRATEGIES | REQUEST-CONTROL | MODIFY-REQUEST-CONTROL |