 |
» |
|
|
|
Purges an existing DBEnvironment—:including the DBECon file and
all associated DBEFiles except the log files. Scope |  |
SQLUtil Only SQLUtil Syntax |  |
>> PURGEDBE DBEnvironment Name: DBEnvironmentName Purge DBEnvironment (y/n)? { Y[es] N[o] } Parameters |  |
- DBEnvironmentName
is the name of the DBEnvironment to be purged.
Description |  |
In order to prevent a user from accidentally purging the DBEnvironment,
a YES response to the confirmation prompt is required.
This command can only be executed when the DBEnvironment is not in use.
If you previously purged either the file DBEFile0 or the log file(s),
the DBEnvironment cannot be purged with the PURGEDBE command.
Authorization |  |
You must be the DBECreator or
superuser
to use this command. Example |  |
>> purgedbe
DBEnvironment Name: PartsDBE
Purge DBEnvironment (y/n)? yes
DBEnvironment purged.
|
|