User guide
Format
<database>
[ database property ]
/>
Options
Valid properties for the database section can be seen in Table 4–4 Database Section
Properties.
Table 4-4 Database Section Properties
Option
Default Description
name none This is the name by which the Oracle JDBC
for Rdb drivers may recognize this database.
This name is required and must be unique
within the databases section of this
configuration file.
url none
This is the url that may be used to access this
database.
driver none This is the class path of the preferred JDBC
driver that may be used to access this
database.
URLPrefix none
This is the prefix that needs to be added to the
url above to provide a complete JDBC
Connection URL
Example
<!—database -->
<databases>
<database
name="mf_pers"
url="//localhost:1701/mydisk:[databases]mf_personnel"
driver="oracle.rdb.jdbc.rdbThin.Driver"
URLPrefix="jdbc:rdbThin:"
/>
<database
name="pers"
url="//localhost:1702/mydisk:[databases]personnel"
driver="oracle.rdb.jdbc.rdbThin.Driver"
URLPrefix="jdbc:rdbThin:"
/>
</databases>
50