User guide
Option
Default Description
ssl.* none
Specifies SSL configuration information for
the session that may be used to connect to
SSL-enabled thin servers. See Using SSL
for more information
Example
<session
name="DEFAULT"
controlPass="jdbc_control"
user="jdcb_user"
password="jdbc_control"
tracelevel="0"
srv.mcBasePort="5517"
srv.mcGroupIP="239.192.1.1"
/>
Note:
1. The session properties srv.mcBasePort and srv.mcGroupIP specify the multicast
attributes that should be used for polling servers. Only those servers participating in
the specified multicast group will respond to any poll requests issued by the
controller.
2. Although the user and control passwords may be stored in plain text format in the
session section of the configuration file as shown in the example above, this may be
contrary to your organization's security policy. Oracle recommends not to store plain
text passwords in your configuration files, instead the appropriate command line
switches should be used to provide the appropriate password. Control passwords
associated with servers may also be specified in the server section of the
configuration file in obfuscated form.
4.3.2.3 Databases Section
This section specifies one or more database sections.
Format
<databases>
[ database section ]
</databases>
4.3.2.4 Database Section
This section specifies a named database with the given properties.
49