Contents:
iItemName [(options)] = ItemName[:[start.]length] [, ...] ;
The option EMPTY specifies to not create index entries for default item values.
The optional start and length for an index segment specify a starting position into an item and the size of the index segment. Start defaults to 1 (begin of the referenced item) and length defaults to the item size.
For example:
MATCHCODE (EMPTY) = NAME:10; MATCHCODE (EMPTY) = NAME:2.5;
The new -w command line option allows to suppress the output of specific warning messages.
-w id[,..]The -w option expects a list of warning message ids, separated by comma. The specified warning is then suppressed.
For example:
When unrefenced items are present in a schema definition, the schema processor did output the following warning message and list all unreferenced item names.
*** Unreferenced items:The message has been changed to:
*** (WARNING #11) Unreferenced items:When the command line option -w11 is specified, the message is suppressed.
CHANGE PASSWORD [FOR USER "user"] TO "password";
If the user is not specified, it defaults to the currently logged in user. For example:
CHANGE PASSWORD TO "whatever";
This may be used to change (or remove) the password of the current user. As an alternative, the previous syntax may also be used but requires the specified user matches the current user.
CREATE IITEM iItemName [(options)] = ItemName[:[start.]length] [, ...] ;
The option EMPTY specifies to not create index entries for default item values.
The start and length options for an item may specify a starting position into an item and the size of the index segment different from the item.
For example:
CREATE IITEM match(EMPTY) = name:1.8;
CHANGE IITEM iItemName [NAME NewiItemName] [TYPE ItemName[:[start.]length] [, ...] [FLAGS [iitem_options];
The FLAGS clause allows to set/reset iitem options. Currently, only the EMPTY option is valid. For example:
CHANGE IITEM <iitem> FLAGS EMPTY;
This may be used to set the EMPTY option for the index.
CHANGE IITEM <iitem> FLAGS;
This may be used to reset the options for the index.
When the -x option is not present the command line may specify a list of data sets to be processed. With the -x option present, this is understood as a list of data sets to be excluded.
When the -x option is not present the command line may specify a list of data sets to be processed. With the -x option present, this is understood as a list of data sets to be excluded.
The dbstore utility allows to perform a dbstore operation when the server is not active or while the server is in on-line backup mode. If the eloqdb6 is in on-line backup mode the dbstore utility does not require exclusive access and may be performed while the database is in use.
usage: dbstore [options] database {archive_file|-} options: -help - show usage (this list) -u user - set user name -p pswd - set password -c cfg - server configuration fileThe dbstore utility supports the EQ_DBUSER and EQ_DBPASSWORD environment variables to specify the user and password.
For example:
dbvolextend -v -R