Pack database
Requirements: Closed (unused) database
The DBPack process creates a compressed copy of the database by removing unused (deleted) database entries. While compressing, a copy of the file will be createdThe exact database path (db_path) has to be provided. Optional, a path for a temporary file may be defined (temp_path). File names may contain option variables enclosed in %...%
When calling this process in a server environment (e.g. maintenance), clients should be killed before running the process (KillAll).
PackDB DB|Database=db_path;
[ TF|TemporaryFile=temp_path; ]
Definition:
db_path - symbolic name or file path referring to a database file.
temp_path - symbolic name or file path for temporary file in a different location

