1. Manuals
  2. Brands
  3. Computer Equipment
  4. Server
  5. IBM
  6. Computer Equipment
  7. Server

IBM 000-8697 IBM Informix STAR Conguration Parameters

1 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 702
Download on canonical page 702 pages, 4.15 Mb
Product Environment 9-57

IBM Informix STAR Configuration Parameters

1. Find all records that were updated.
2. Identify their type (insert, delete, update) using the table on
page 7-57.
3. Use thetblog -l output for each record to obtain the local xid, the
tblspacenumber, and the rowid. (Refer to page 7-55 for a description
of thetblog -l header.)
4. Mapthe tblspace number to a table name by comparing the tblspace
numberto the value in the partnum column of the systables system
catalog table.
5. Using your knowledge of the application, determine what action is
required to correct the situation.
Inthis example, it is possible to see that the timestamps on the COMMIT and
ROLLBACKrecords in the different logs are close. No other active transactions
introduce the possibility of another concurrent commit or rollback. In this
case, an insert (HINSERT) of assigned rowid 102 hexadecimal (258 decimal)
was committed on the current server. Therefore, the compensating trans-
action is as follows:
DELETE FROM t WHERE rowid = 258
IBM Informix STAR Configuration Parameters
Two configuration file parameters are specific toIBM Informix STAR:
DEADLOCK_TIMEOUT
TXTIMEOUT
Although both parameters specify time-out periods, the two are
independent.

DEADLOCK TIMEOUT

If a distributed transaction within an IBMInformix STAR environment is
forced to wait longer than the number of seconds specified by
DEADLOCK_TIMEOUT for a shared-memory resource, the database server
processthat owns the transaction assumes that a multiserver deadlock exists.
The following error message is returned:
-154 ISAM error: deadlock timeout expired - Possible deadlock.
MENU

Models

Contents