User guide
The set of pooledServers provided will make up the pool of servers that the parent pool
server may try to access.
Format
<pooledServer name="declared server"/>
Example
<server
name="rdbpool"
type="RdbThinSrvPool"
url="//localhost:1702/" >
<pooledServer name="srv1forRdb"/>
<pooledServer name="srv2forRdb"/>
<pooledServer name="srvMPforRdb"/>
</server>
4.3.2.8 Allowed Database Subsection
This subsection specifies the database that clients using the server may access. The
declared database name must either reference a database already named in the database
section of this configuration file, or must be a valid database file specification or logical
name.
The subsection is only valid when used within a server declaration
.
Multiple AllowDatabase subsections may be present in a single server declaration.
For database access to be restricted the server attribute
restrictAccess
must be set
"true".
See the section Restricting Database Access
for more details
Format
<allowDatabase name="db specification" />
Example
<server
name="srv2restrict"
type="RdbThinSrv"
url="//localhost:1701/"
restrictAccess="true">
<allowDatabase name="mf_pers"/>
<allowDatabase name="disk1:[databases]customers"/>
</server>
4.3.2.9 Allowed User Subsection
53