1.1

Table Of Contents
DescriptionOption
The multicast port used to communicate with other members of the
distributed system. If zero, multicast is not used for member discovery
-mcast-port
(specify -locators instead). This value is used only if the
-locators option is not specied.
Valid values are in the range 065535, with a default value of 10334.
Use this option with -mcast-address to attach to a SQLFire
cluster as a peer client and perform the command.
If the servers or locators have been congured to use authentication,
this option species the password for the user (specied with the
-password
-user option) to use for booting the server and joining the distributed
system.
The password value is optional. If you omit the password, sqlf
prompts you to enter a password from the console.
A string pattern that determines the schema(s) that sqlf writes. sqlf
does not use a default schema pattern. However, with certain
-schema-pattern
databases you may be required to use a schema pattern to exclude
system tables that contain data types that are incompatible with the
DdlUtils 1.1 API.
To use a schema pattern, specify a string value that describes the
catalogs that you want to write. Use the "%" character to match any
substring of 0 or more characters. Use the "_" character to match any
individual character.
The JDBC URL to use for connecting to a datasource. Use this option
with -driver-class to connect to a JDBC datasource.
-url
If the servers or locators have been congured to use authentication,
this option species the user name to use for booting the server and
joining the distributed system.
-user
Sets the DdlUtils verbosity level to one of FATAL, ERROR, WARN,
INFO, or DEBUG, in increasing order of logging. The default level
is INFO.
-verbose
Description
See also sqlf write-schema-to-xml on page 417.
Specify one of these pairs of options to connect to a data source with this command:
Use both -client-bind-address and -client-port to connect to a SQLFire cluster as a thin client
and perform the command.
Use both mcast-port and -mcast-address, or use the -locators property to connect to a SQLFire
cluster as a peer client and perform the command.
Use both -url and -driver-class to connect to a datasource using a JDBC URL and driver. You can
use this option to connect to a data source other than SQLFire.
vFabric SQLFire User's Guide412
vFabric SQLFire Reference