commands

Specifies the set of commands that the database runs. The commands run in the order that they appear within the commandBlock.

Here is an example of how you can use this element in a commandBlock.

<commandBlock> 
  <commands> 
    <sessionStartCommand> 
      <arguments> 
        <argument> 
          <name>OCI_ATTR_USERNAME</name> 
          <value>PROXY_USER1</value> 
        </argument> 
      </arguments> 
    </sessionStartCommand> 
  </commands> 
</commandBlock>

Child Elements of commands Element

(sessionStartCommand|sessionEndCommand|setCommand|sqlCommand) *

Parent Elements of commands Element

commandBlock