Example - Close Connection Command Block

Here is an example of using a close connection command block to reset the language to English before disconnecting from an Oracle database.
<commandBlock> 
  <commands> 
   <sqlCommand> 
    <sql>ALTER SESSION SET NLS_LANGUAGE = ENGLISH</sql> 
   </sqlCommand> 
  </commands> 
</commandBlock>