suche 36x36
  • Admin-Scout-small-Banner
           

    CURSOR Admin-Scout

    get the ultimate tool for Informix

    pfeil  
Latest versionsfixlist
14.10.xC10 FixList
12.10.xC16.X5 FixList
11.70.xC9.XB FixList
11.50.xC9.X2 FixList
11.10.xC3.W5 FixList
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

Informix - Problem description

Problem IT30874 Status: Closed

INFORMIX SENSOR MON_TABLE_PROFILE RETURNS INCORRECT SERIAL VALUEWHEN
COLUMN TYPE IS MODIFIED FROM SERIAL TO BIGSERIAL/SERIAL8

product:
INFORMIX SERVER / 5725A3900 / E10 - 
Problem description:
Informix sensor mon_table_profile would have to be corrected
because it returns the wrong serial value when column type is
modified from serial to bigserial/serial8 datatype

When column type is getting modified from serial to
seril8/bigserial the code is still calculating the value based
on serial data type instead of calculating the value based on
modified column datatype serial8/bigserial.

Consider this example :

decode(cur_serial8, 1, cur_serial4::int8, cur_serial8) as value
for the column serialval of the sensor result table.

Insert 18 rows into the table

cur_serial4         cur_serial8       cur_bigserial

        18                   1                   1

then  alter the serial4 to bigserial and then:

cur_serial4         cur_serial8       cur_bigserial

        18                   1                   18

then insert 2 new rows and then:

cur_serial4         cur_serial8       cur_bigserial

        18                   1                   20

When the sensor run with the decode(cur_serial8, 1,
cur_serial4::int8, cur_serial8)

18 is inserted as serialval in the result table
mon_table_profile, but the correct value is 20.


The assumption in that decode() expressions seems to be that an
unused serial counter always is 1, so you could tell `the used
one` from its value being different from 1, yet
 - this only is true if a serial counter never was used on a
given partition
   - it wouldn`t be reset upon an ALTER TABLE modifying such
column (to e.g. a different serial type)
 - it is possible to have two serial types in use on a given
table (serial + serial8, or serial + bigserial), posing yet
another complication for this query
Problem Summary:
****************************************************************
* USERS AFFECTED:                                              *
* Users of Informix Server prior to 14.10.xC7.                 *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Upgrade to Informix Server 14.10.xC7.                        *
****************************************************************
Local Fix:
Solution
Workaround
****************************************************************
* USERS AFFECTED:                                              *
* Users of Informix Server prior to 14.10.xC7.                 *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Upgrade to Informix Server 14.10.xC7.                        *
****************************************************************
Comment
Fixed in Informix Server 14.10.xC7.
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
07.11.2019
02.11.2021
02.11.2021
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)
Informix EditionsInformix Editions
Informix Editions
DocumentationDocumentation
Documentation
IBM NewsletterIBM Newsletter
IBM Newsletter
Current BugsCurrent Bugs
Current Bugs
Bug ResearchBug Research
Bug Research
Bug FixlistsBug Fixlists
Bug Fixlists
Release NotesRelease Notes
Release Notes
Machine NotesMachine Notes
Machine Notes
Release NewsRelease News
Release News
Product LifecycleProduct Lifecycle
Lifecycle
Media DownloadMedia Download
Media Download