ALTER SESSION modifies a session parameter in order to change the behavior of the current user session.
ALTER SESSION SET <session_parameter> = [ <literal> | MAX | MIN ]
ALTER SESSION SET "cacheStatements" = FALSE;
See Repository Parameters for a list of configurable session parameters. See also: ALTER SYSTEM,and Configuring SQLstream.