Table 61: dbvalid Command Switches
Switch
-c "keyword=value; ..."
Database Connection Parameters
These are the parameters for the
specified, connection parameters from the SQLCONNECT environment variable are used, if set.
Table 62: Database Connection Parameters for dbvalid Utility
uid=<user name>
pwd=<password>
dbf=<database_file>
eng=EPIC51
The connection parameters are separated by semicolons, and the entire set must be quoted. For
example, under Windows, the following validates the EPICenter, connecting as user ID dba with
password sql:
<install_dir>\database\dbvalid -c
"uid=dba;pwd=sql;eng=EPIC51;dbf=<install_dir>\basecamp.db"
The Backup Utility
The Backup utility makes a backup copy of all data in the database, except for user names and
passwords. Access the Backup utility from the MS DOS or Solaris command line using the
command. This convention also allows incorporation into batch or command files.
The DBBACKUP Command-Line Utility
To back up the EPICenter database running under Windows, use the command:
<install_dir>\database\dbbackup -c
"uid=dba;pwd=sql;eng=EPIC51;dbf=<install_dir>\basecamp.db" <backup_dir>
Under Solaris, use the command:
<install_dir>/database/dbbackup -c
"uid=dba;pwd=sql;eng=EPIC51;dbf=<install_dir>/basecamp.db" <backup_dir>
This example assumes a database user ID of
the database server is installed through the EPICenter installation process. If you have changed your
database user ID and password, substitute your actual user ID and password in the command.
<
> is the directory where the EPICenter software is installed. Substitute the actual
install_dir
directory name in the command.
EPICenter Reference Guide
Description
Supply database connection parameters
command-line switch. If the connection parameters are not
-c
The user name used to login to the database. Default is dba. The user ID must
have DBA authority.
The password used to login to the database. Default is sql.
The name of the file that stores the data. This is the file to be validated.
The name of the database engine. This value must be EPIC51 for EPICenter
6.0.
, with password
dba
The Backup Utility
. These are the defaults used when
sql
dbbackup
539
Need help?
Do you have a question about the EPICenter and is the answer not in the manual?