Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   SQL Statements > SET ENVIRONMENT >

Local Scope of SET ENVIRONMENT

The SET ENVIRONMENT variable provides a mechanism for temporarily resetting certain features of the environment dynamically at runtime. The scope of these changes is local to the routine that executes SET ENVIRONMENT, rather than the entire session.

Exceptions to this local scope are the sysdbopen( ) and sysdbclose( ) SPL routines of Extended Parallel Server, which can set the initial environment for a session. For more information on these built-in routines, see Using sysbdopen( ) and sysdbclose( ) Stored Procedures (XPS).

Related Information

Related statements: SET ALL_MUTABLES, SET PDQPRIORITY

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]