User guide

Option
Default Description
By default, anonymous connections are
disabled and the client must specify a
valid username and password
combination to access the Rdb
database.
allowDatabase
<name=database-name>
none Specifies the name of a database this
server will allow access to. This is used
in conjunction with the restrictAccess
option.
This option should only be used within
an XML formatted configuration file.
The named database should also be
described in the same configuration
file.
A separate allowDatabase option
should be used for each database this
server will allow access to.
See Restricting Database Access
for
more details.
allowUser
<name=user-name>
none Specifies the usernames this server will
allow database access to. This is used
in conjunction with the restrictAccess
option.
This option should only be used within
an XML formatted configuration file.
A separate allowUser option should be
used for each user this server will allow
access to.
See Restricting User Access
for more
details.
autorestart false If specified, indicates to any pool
server that may include this server in its
pool of servers to automatically restart
this pooled server. This option is only
valid in an XML formatted
Configuration File. See Oracle JDBC
for Rdb Pool Server for more details.
33