LOAD STATISTICS
Loads database
statistics from a text file.
SYNTAX
| file_name |
Name
of the file containing the statistics data you want to load. |
DESCRIPTION
The LOAD
STATISTICS command loads statistics from a text file containing statistics
data for a DBMaker database. You can create a statistics file for your
database using the UNLOAD STATISTICS command. This file may be edited
using any ASCII text editor, and can be modified to provide any statistics
data you want for testing or other purposes. To execute the LOAD STATISTICS
command, you must have DBA or SYSADM security privileges.
EXAMPLE
The following
example loads the statistics file stat.dat into the database.
LOAD STATISTICS FROM stat.dat
|
RELATED COMMANDS
<
KILL CONNECTION | Contents
| LOCK TABLE >
|