Patch 3460000 fails with pvxseqns.odf
ATTENTION: All workers either have failed or are waiting:
FAILED: file pvxseqns.odf on worker 1.
in adworker log:
The sequence PV_SEARCH_ATTR_VALUES_S in the database is defined as:
MINVALUE = 1 MAXVALUE = 2000000000 INCREMENT BY = 1
CYCLE = YES ORDER = NO CACHE = 1000
which should be defined as:
MINVALUE = 10000 MAXVALUE = 2000000000 INCREMENT BY = 1
CYCLE = YES ORDER = NO CACHE = 1000
(Note: The cache value for sequence PV_SEARCH_ATTR_VALUES_S is 100000 in the ODF file. The value 1000 is being used instead because this provides better performance when selecting from the sequence.)
Alter the sequence with :
Start time for statement below is: Fri Aug 31 2012 19:49:10