
| Prev | User's Guide | Next |
dbmaint
Description
The dbmaint utility manages named databases.
Note
This utility can only be run by user accounts belonging to grouppvsw. See Getting Started with Pervasive.SQL (Server edition) for information on Pervasive.SQL Linux utilities and user accounts.
Synopsis
dbmaint a | d | l | m [-nDbname] [-a] [-b] [-i] [-e] [-ldictpath] [-ddatapath] [-ssecuritymode]Options
add, a add dbnamedel, d delete dbnamelist, l list dbnamesExamples
To create DBName TEST with relational integrity type:
% dbmaint a -i -nTEST
Note
Unless a datapath is specified, the new database will be in the default location, $PVSW_ROOT/data. Likewise, if a dictionary path is not specified, the dictionary will be created in the default location.
To delete the same database, type:
% dbmaint d -nTESTTo list all DBNames with full information, type:
% dbmaint l -aTo modify the security policy of the DefaultDB database to Mixed, type:
% dbmaint m -nDefaultDB -sMixedSee Also
dsnadd(1),butil(1),btadmin(1), syslogd(1), smb.conf(5)Advanced Operations Guide - for more information about database names, bound databases, referential integrity, and Btrieve security policies.
| Prev clilcadm |
Contents Up Check for Revisions | Next dsnadd |