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

Table Of Contents
Chapter 8 429
Using the Database Utilities
>>DISABLE
FORCESESSION disables a program opening the database to use session name or job name
to replace the user identifier in the DBOPEN log record.
HWMPUT disables DBPUT action of placing entries at the high-water mark first,
instead of at the delete chain head.
ILR disables Intrinsic Level Recovery facility.
INDEXING disables third-party indexing (TPI) for the database. 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 disables the database roll-forward logging facility. Roll-back and
MUSTRECOVER must be disabled first.
MUSTRECOVER disables the MUSTRECOVER option for the database. Logging is not
affected by disabling MUSTRECOVER. If the database needs recovery
when you disable MUSTRECOVER, you are prompted to confirm the
DISABLE command. If you respond to continue, the consistency of the
database cannot be guaranteed. To ensure database consistency, respond
with N, recover the database, and then disable MUSTRECOVER after
recovering the database.
OLDINFOLIMITS disables 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 disables 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 disables the database roll-forward recovery facility.
ROLLBACK disables the database roll-back logging facility. However, logging will not
be automatically disabled. To disable logging, use the >> database name
FOR LOGGING command. Otherwise, logging (roll-forward) will remain
enabled.
Default Conditions
Access is Enabled
Autodefer is Disabled
Deadlockdetect is Enabled
Dumping is Disabled
Forcesession is Disabled
HWMPUT is Disabled
ILR is Disabled
Indexing is Disabled
Logging is Disabled
Mustrecover is Disabled
Oldinfolimits is Disabled
Prefetch is Disabled
Recovery is Disabled
Roll-Back is Disabled