TurboIMAGE/XL Database Management System Reference Manual (30391-90012)

Table Of Contents
Chapter 8 433
Using the Database Utilities
>>ENABLE
detect the dead lock among locks issued by users..
DSEM enables use of Dependency Semaphore for increased concurrency of
modification intrinsics (DBPUT, DELETE, and DBUPDATE with CIU ON).
DUMPING is an option for Hewlett-Packard support use, development, and debugging
only. When enabled, the TurboIMAGE/XL abort procedure copies the
user's stack and the database control blocks to files if a TurboIMAGE/XL
procedure aborts.
HWMPUT enables DBPUT action of placing entries at the high-water mark first,
instead of at the delete chain head.
FORCESESSION enables a program which opening the database to use Session name or job
name to replace the user identifier (it is a blank) in the DBOPEN log
record.
ILR enables the Intrinsic Level Recovery facility. TurboIMAGE/XL maintains
structural integrity without ILR enabled.
INDEXING enables third-party indexing (TPI) for the database if not already done by
the third-party software when configuring the database for TPI.
Third-party indexing provides the capability to do generic key searches,
multiple keyword retrievals, and sorted sequential searches on any
database. Refer to your vendor documentation for information on TPI.
LOGGING enables the database roll-forward logging facility.
MUSTRECOVER enables the MUSTRECOVER option for the database. If logging is not
already enabled, it is automatically enabled when MUSTRECOVER is
enabled. While MUSTRECOVER is enabled, the database cannot be
accessed after a system failure until the database is recovered with
roll-forward or roll-back recovery.
OLDINFOLIMITS enables the database to returning error for DBINFO mode 103, 203, 204,
or 301 if the database has number of data items greater than 1023 or has
number of data sets greater than 199 or has paths greater than 16.
PREFETCH enables the prefetching of data blocks required by the DBPUT and
DBDELETE intrinsics under certain conditions. Refer to "Coordinating
Additions to a Database" or "Coordinating Deletions from a Database" in
chapter 4 for additional information.
RECOVERY enables the database for recovery.
ROLLBACK enables the database roll-back logging facility. A warning displays if the
log file does not exist, and the database remains disabled for roll-back
recovery. If logging is not in effect already, it will be enabled automatically.
Default Conditions
Access is Enabled
Autodefer is Disabled
Deadlockdetect is Enabled
Dumping is Disabled