User guide
This section describes session characteristics for an interactive session. Information within
the session section is currently only used by the Oracle JDBC for Rdb controller. You can
specify information such as passwords and user names that may be used when you start up
a controller session. Currently the controller will recognize only one session, which must
be named DEFAULT.
These session properties provide an alternate way of specifying the options other than
command line options at controller startup.
Format
<session
[ session properties ]
/>
Options
Valid properties for the session section can be seen in Table 4-3 Session Section Properties.
Table 4-3 Session Section Properties
Option
Default Description
controlPass
none
Specifies the password that will be used by
default when connecting to an active server
for control purposes. Note that this
password must be a plain text password as
it will be sent to the server to authorize the
connection. Do not use an obfuscated
password here.
controlUser none
Control User name to use on connection
password none
Currently this has the same function as
controlPass, however if both are present,
controlPass will take precedence.
name none Name for this session description; must be
DEFAULT
user none
User name to use on connection
tracelevel 0
The sessions default trace level
srv.mcBasePort <base_port> 5517
Specifies the base port number that will be
used for multicast operations
srv.mcGroupIP <group_ip> 239.192.1.1 Specifies the multicast IP group that will be
used for multicast operations
48