User guide

The commands that may be issued once a connection has been established to a server are
discussed in Commands requiring server connection
.
The commands that do not require a server connection are discussed in Commands Not
requiring a server connection.
Format
$java -jar rdb$jdbc_home:rdbthincontrol.jar –cfg my_servers.xml
6.1.2.1 Commands requiring a server connection
Once a valid server connection has been established the commands shown in Table 6–3
Controller Command Line Commands Within Connection may be issued.
Table 6-3 Controller Command Line Commands Within Connection
Command
Description
close server
Closes the currently connected server. See Closing
Servers for more details
disconnect Disconnects from the currently connected server
open server
Opens the currently connected server. See Opening
Servers for more details
set logfile [<filename>] Sets the logfile for the currently connected active
server. This may be used to redirect trace log
message to a different log file, which will close the
current log file. If <filename> is missing of is equal
to the value OFF the current logfile is still closed and
log messages will no longer be sent to the log file.
set default tracelevel <int> Sets the default tracelevel on the currently connected
active server. This does not affect currently
connected clients. Only clients connecting after the
set default tracelevel is issued will be affected.
set tracelevel <int> Sets the tracelevel on the currently connected active
server. This will set the trace level for all clients that
are currently connected to the server.
Clients connecting after the set is issued will not be
affected.
show clients Show all clients on the currently connected server.
See Showing Clients
for more details.
70