User guide
Results in a lockwait of 10.
See your Oracle Rdb Documentation for more information on the use of the
RDM$BIND_LOCK_TIMEOUT_INTERVAL logical name and the LOCK TIMEOUT
INTERVAL clause.
8.11 Logging
Oracle JDBC for Rdb drivers and servers can now use the Java Logging utilities to log error
messages and trace information.
By default Java Logging is turned off.
See your Java JDK 1.4.1 for information on the Java Logger.
8.12 Name
Each server may be given its own name that may be used to identify a server within the
controller and to look up configuration information. The name of a server may be used to
identify configuration setting within an XML-formatted configuration file on server start up.
Example 1
For example given the following entry in MY_CFG.XML file:
<servers>
<server
name="myMPServer"
type="RdbThinSrvMP"
url="//localhost:1788/"
/>
</servers>
and the following command line statement:
$ java -jar rdbthinsrv.jar -cfg MY_CFG.XML -name myMPServer
A multi-process server with the name myMPServer will be started up on localhost listening to
port 1788.
Names of servers within an XML-formatted configuration file must be unique as it is by
name alone that server characteristics are searched for within the configuration file. Note that
on OpenVMS character case is not significant in name matching.
119