Setting Mutability Property in an Active Session: |-- -q--+-----------+--var_name--session------------------------| +-MUTABLE---+ '-IMMUTABLE-'
To control resource utilization, a DBA can set the mutability property of certain environment variables. If an environment variable is set as IMMUTABLE, its value cannot be changed by a user.
When a session is initialized, the property is set using the sysdbopen() procedure. After initialization, you can use the onmode -q option to change the mutability of an environment variable during an active section.
For more information on setting the immutability property and using the sysdbopen() procedure, see the IBM Informix Guide to SQL: Syntax.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]