.
contact contact


dbbdump utility

» Usage | Examples | See also
 
.
  The dbbdump utility may be used to dump (and verify) the content of a binary export file created by dbbexp.

Usage

usage: dbbdump [options] database set file [...]
options:
 -help   - show usage (this list)
 -u user - set user name
 -p pswd - set password
 -c cfg  - server configuration file
 -b size - Buffer cache size (MB)
 -v      - verbose output
 -r      - dump file w/o conversions
The options are:
-help
The -help option displays a brief help text.

-u user
The -u option specifies the database user (or a file holding the database user and/or password). Defaults to the public user unless a default user is specified with the EQ_DBUSER environment variable.

-p password
The -p option may be used to specify the password for the database user (or a file holding the password). If not specified, the password is obtained using the EQ_DBUSER and/or EQ_DBPASSWORD environment variables.

-c eloqdb.cfg
The -c option specifies the eloqdb configuration file. The eloqdb configuration file is used to locate the database volume files. If not specified the default eloqdb.cfg is used.

-b size
The -b option may be used to specify the size of internal buffer cache (in MB). The default buffer cache used by dbbdump is 5 MB.

-v
If the -v option is present, more details are displayed (e.g. header, item, path info).

-r
If the -r option is present, output is dumped without conversions (like endian-ness).

Examples

dbbdump -v ToyDB products TOYDB.001.exb

See also

dbbexp utility


 
 
.
 
 
  Privacy | Webmaster | Terms of use | Impressum Revision:  2014-08-15  
  Copyright © 2012-2014 Marxmeier Software AG