 |
» |
|
|
|
Purges any DBEFile or DBECon file. Scope |  |
SQLUtil Only SQLUtil Syntax |  |
>> PURGEFILE DBEFile Name: DBEFileName Purge DBEFile (y/n)? { Y[es] N[o] } Parameters |  |
- DBEFileName
is the physical file name of the DBEFile or DBECon file to be purged.
The file name may be either an absolute pathname or a pathname
relative to your current working directory.
Description |  |
The PURGEFILE command can be used to purge any DBEFile or DBECon file.
The file will not be purged if it is in use.
PURGEFILE should be used after using START DBE NEWLOG to purge any log
files that existed prior to issuing the START DBE NEWLOG statement.
After completing the ENDRECOVERY step of partial rollforward recovery,
PURGEFILE should be used to purge the
directory
which contained the temporary DBEnvironment
of all log files used for the partial rollforward recovery process.
If you purged either the file DBEFile0 or the log file(s),
you will not be able to
purge the DBEnvironment using PURGEDBE.
Authorization |  |
You must be the superuser
to execute this command. Example |  |
>> purgefile
DBEFile Name: PartsXF1
Purge DBEFile (y/n)? yes
File purged.
|
|