sessionStartCommand

Defines a command used to begin a proxy session in the database.

There should be only one sessionStartCommand per commandBlock. If the commandBlock contains more than one sessionStartCommand, only the last one will be used to create a proxy session.

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> 
        <argument>
            <name>OCI_ATTR_PASSWORD</name> 
            <value>password1</value> 
        </argument> 
      </arguments> 
    </sessionStartCommand> 
  </commands>

Child Elements of sessionStartCommand Element

(arguments) ?

Parent Elements of sessionStartCommand Element

commands