ALTER SESSION — change a session
ALTER SESSION [ DISABLE | ENABLE ] PARALLEL [ DML | DDL | QUERY ]
In order to be compatible with the use of Oracle databases, the ALTER SESSION
command has been added.
This command is just a syntactic sugar and is only run in Oracle compatibility mode.