---------------------------------------------------------------------- ELOQUENCE B.08.00 - patch PE80-0905120 ---------------------------------------------------------------------- This patch adds enhancements or fixes defects of the dbfsck utility for Eloquence B.08.00. This patch will be integrated in the Eloquence B.08.00 release. Eloquence B.08.00 must be installed before applying this patch. Severity: PE80-0905120: ENHANCEMENT Superseded patches: none Patch PE80-0905120 ------------------ Platforms: All * The dbfsck memory requirement has been significantly reduced. This causes a noticable improvement of the pass 1 runtime and allows to use dbfsck on large database environments. * Progress information has been added which is output when the -v command line option is specified. If enabled, progress info is output every minute to stdout. For example, the command line below redirects dbfsck messages to a log file while progress info is output to the terminal: dbfsck -v 2>dbfsck.log Example output: Processed 222437 of 556094 pages (40%) Installation: ------------- Please download the patch archive that corresponds with the installed release. The patch files follow the conventions below: PE80-0905120-hpux-ia64.tar.gz ^ ^ ^ | | Architecture / OS specific build | Operating system Patch ID HP-UX: In order to install this patch, you need to unpack it with gzip and tar. Gzip is included with HP-UX. Installation requires root privileges. cd /opt/eloquence/8.0 gzip -dc /path/to/PE80-0905120-hpux.tar.gz | tar xf - Files: bin/dbfsck share/doc/PE80-0905120-README Linux: In order to install this patch, you need to unpack it with tar. Installation requires root privileges. cd /opt/eloquence/8.0 tar xzf /path/to/PE80-0905120-linux.tar.gz Files: bin/dbfsck share/doc/PE80-0905120-README Windows: Two options are available for patch installation. The patch is available as self extracting archive for automatic installation and as a zip archive for manual installation. Both patches are equivalent. Installation requires administrative capabilities. For automatic installation of this patch, please download the patch file PE80-0905120-win32.exe. Installation does not require a reboot unless the patched files were active. For a manual installation of the patch, please download the patch file PE80-0905120-win32.zip and unpack its contents. Then perform the following steps: * Please copy the dbfsck.exe file into the Eloquence bin directory (by default: C:\Program Files\Eloquence\bin). * Please copy the PE80-0905120-README.txt file into the Eloquence share\doc directory (by default: C:\Program Files\Eloquence\share\doc). Files: dbfsck.exe PE80-0905120-README.txt