Join IIUG
 for   
 

Informix News
18 Nov 13 - ZDNet - Top 20 mobile skills in demand... Read
09 Sep 13 - telecompaper - Shaspa and Tatung have shown a new smart home platform at Ifa in Berlin. Powered by the IBM Informix software... Read
06 Sep 13 - IBM data magazine - Mission Accomplished - Miami, Florida will be the backdrop for the 2014 IIUG Informix Conference... Read
01 Feb 13 - IBM Data Magazine - Are your database backups safe? Lester Knutsen (IBM Champion) writes about database back up safety using "archecker"... Read
14 Nov 12 - IBM - IBM's Big Data For Smart Grid Goes Live In Texas... Read
3 Oct 12 - The Financial - IBM and TransWorks Collaborate to Help Louisiana-Pacific Corporation Achieve Supply Chain Efficiency... Read
28 Aug 12 - techCLOUD9 - Splunk kicks up a SaaS Storm... Read
10 Aug 12 - businessCLOUD9 - Is this the other half of Cloud monitoring?... Read
3 Aug 12 - IBM data management - Supercharging the data warehouse while keeping costs down IBM Informix Warehouse Accelerator (IWA) delivers superior performance for in-memory analytics processing... Read
2 Aug 12 - channelbiz - Oninit Group launches Pay Per Pulse cloud-based service... Read
28 May 12 - Bloor - David Norfolk on the recent Informix benchmark "pretty impressive results"... Read
23 May 12 - DBTA - Informix Genero: A Way to Modernize Informix 4GL Applications... Read
9 Apr 12 - Mastering Data Management - Upping the Informix Ante: Advanced Data Tools... Read
22 Mar 12 - developerWorks - Optimizing Informix database access... Read
14 Mar 12 - BernieSpang.com - International Informix User Group set to meet in San Diego... Read
1 Mar 12 - IBM Data Management - IIUG Heads West for 2012 - Get ready for sun and sand in San Diego... Read
1 Mar 12 - IBM Data Management - Running Informix on Solid-State Drives.Speed Up Database Access... Read
26 Feb 12 - BernieSpan.com - Better results, lower cost for a broad set of new IBM clients and partners... Read
24 Feb 12 - developerWorks - Informix Warehouse Accelerator: Continuous Acceleration during Data Refresh... Read
6 Feb 12 - PRLOG - Informix port delivers unlimited database scalability for popular SaaS application ... Read
2 Feb 12 - developerWorks - Loading data with the IBM Informix TimeSeries Plug-in for Data Studio... Read
1 Feb 12 - developerWorks - 100 Tech Tips, #47: Log-in to Fix Central... Read
13 Jan 12 - MC Press online - Informix Dynamic Server Entices New Users with Free Production Edition ... Read
11 Jan 12 - Computerworld - Ecologic Analytics and Landis+Gyr -- Suitors Decide to Tie the Knot... Read
9 Jan 12 - planetIDS.com - DNS impact on Informix / Impacto do DNS no Informix... Read
8 Sep 11 - TMCnet.com - IBM Offers Database Solution to Enable Smart Meter Data Capture... Read
1 Aug 11 - IBM Data Management Magazine - IIUG user view: Happy 10th anniversary to IBM and Informix... Read
8 Jul 11 - Database Trends and Applications - Managing Time Series Data with Informix... Read
31 May 11 - Smart Grid - The meter data management pitfall utilities are overlooking... Read
27 May 11 - IBM Data Management Magazine - IIUG user view: Big data, big time ( Series data, warehouse acceleration, and 4GLs )... Read
16 May 11 - Business Wire - HiT Software Announces DBMoto for Enterprise Integration, Adds Informix. Log-based Change Data Capture... Read
21 Mar 11 - Yahoo! Finance - IBM and Cable&Wireless Worldwide Announce UK Smart Energy Cloud... Read
14 Mar 11 - MarketWatch - Fuzzy Logix and IBM Unveil In-Database Analytics for IBM Informix... Read
11 Mar 11 - InvestorPlace - It's Time to Give IBM Props: How many tech stocks are up 53% since the dot-com boom?... Read
9 Mar 11 - DBTA - Database Administration and the Goal of Diminishing Downtime... Read
2 Feb 11 - DBTAs - Informix 11.7 Flexible Grid Provides a Different Way of Looking at Database Servers... Read
27 Jan 11 - exactsolutions - Exact to Add Informix Support to Database Replay, SQL Monitoring Solutions... Read
25 Jan 11 - PR Newswire - Bank of China in the UK Works With IBM to Become a Smarter, Greener Bank... Read
12 Oct 10 - Database Trends and Applications - Informix 11.7: The Beginning of the Next Decade of IBM Informix... Read
20 Sep 10 - planetIDS.com - ITG analyst paper: Cost/Benefit case for IBM Informix as compared to Microsoft SQL Server... Read
20 Jul 10 - IBM Announcements - IBM Informix Choice Edition V11.50 helps deploy low-cost scalable and reliable solutions for Apple Macintosh and Microsoft Windows... Read
20 Jul 10 - IBM Announcements - Software withdrawal: Elite Support for Informix Ultimate-C Edition... Read
24 May 10 - eWeek Europe - IBM Supplies Database Tech For EU Smart Grid... Read
23 May 10 - SiliconIndia - IBM's smart metering system allows wise use of energy... Read
21 May 10 - CNET - IBM to help people monitor energy use... Read
20 May 10 - ebiz - IBM Teams With Hildebrand To Bring Smart Metering To Homes Across Britain... Read
19 May 10 - The New Blog Times - Misurare il consumo energetico: DEHEMS è pronto... Read
19 May 10 - ZDNet - IBM software in your home? Pact enables five-city smart meter pilot in Europe... Read
17 March 10 - ZDNet (blog) David Morgenstern - TCO: New research finds Macs in the enterprise easier, cheaper to manage than... Read
17 March 2010 - Virtualization Review - ...key components of Big Blue's platform to the commercial cloud such as its WebSphere suite of application ser vers and its DB2 and Informix databases... Read
10 February 2010 - The Wall Street Journal - International Business Machines is expanding an initiative to win over students and professors on its products. How do they lure the college crowd?... Read


End of Support Dates

IIUG on Facebook IIUG on Twitter

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

IDS Forum

Re: unable to update rows

Posted By: Art Kagel
Date: Wednesday, 26 December 2012, at 12:22 p.m.

In Response To: Re: unable to update rows (MARK COLLINS)

Mark:

Curiouser and curiouser. You have no attached index keys, no special
columns, only 93 extents (admittedly they are tiny extents besides the
second extent), and fewer than 58,000 pages allocated. A reorg after
setting the table's NEXT SIZE to something reasonable like 10,000 pages
(20000K) would certainly help performance if nothing else, but I see no
reason why this table is returning -136 errors!

As an initial work around, I would actually forgo the usual reorg
techniques and unload, drop, rebuild (with EXTENT SIZE and NEXT SIZE set),
and reload to eliminate whatever quirk in the table's internal structure is
triggering this obvious bug. I would also take a recent archive and sent
it to IBM with a PMR so they can track down the bug. Finally, I would
suggest upgrading to 11.70.<latest> in case this bug was accidentally fixed
in a later release.

Art

Art S. Kagel
Advanced DataTools (www.advancedatatools.com)
Blog: http://informix-myview.blogspot.com/

Disclaimer: Please keep in mind that my own opinions are my own opinions
and do not reflect on my employer, Advanced DataTools, the IIUG, nor any
other organization with which I am associated either explicitly,
implicitly, or by inference. Neither do those opinions reflect those of
other individuals affiliated with any entity with which I am affiliated nor
those of the entities themselves.

On Wed, Dec 26, 2012 at 12:00 PM, MARK COLLINS <markc@myfastmail.com> wrote:

> Jacques,
>
> Here is the output from oncheck -pt:
>
> TBLspace Report for my_db:theowner.my_table
>
> Physical Address 11:6504131
>
> Creation date 01/14/2012 07:58:59
>
> TBLspace Flags 800801 Page Locking
>
> TBLspace use 4 bit bit-maps
>
> Maximum row size 910
>
> Number of special columns 0
>
> Number of keys 0
>
> Number of extents 93
>
> Current serial value 114729
>
> Current SERIAL8 value 1
>
> Current BIGSERIAL value 1
>
> Current REFID value 1
>
> Pagesize (k) 2
>
> First extent size 59832
>
> Next extent size 16
>
> Number of pages allocated 57344
>
> Number of pages used 57341
>
> Number of data pages 57326
>
> Number of rows 114652
>
> Partition partnum 6360351
>
> Partition lockid 6360351
>
> Extents
>
> Logical Page Physical Page Size Physical Pages
>
> 0 13:1417393 880 880
>
> 880 13:1418337 53504 53504
>
> 54384 7:3518776 8 8
>
> 54392 13:622083 8 8
>
> 54400 7:3234544 8 8
>
> 54408 13:3572125 8 8
>
> 54416 13:3576868 8 8
>
> 54424 13:3579072 8 8
>
> 54432 10:3863141 8 8
>
> 54440 13:1753943 8 8
>
> 54448 13:1755833 8 8
>
> 54456 13:1267745 8 8
>
> 54464 13:1762440 8 8
>
> 54472 10:4451910 8 8
>
> 54480 13:1810795 8 8
>
> 54488 13:1762663 8 8
>
> 54496 13:1752975 16 16
>
> 54512 13:1241267 16 16
>
> 54528 13:3112718 16 16
>
> 54544 13:3614460 16 16
>
> 54560 13:3602612 16 16
>
> 54576 13:3584300 16 16
>
> 54592 13:3183329 16 16
>
> 54608 13:3404296 16 16
>
> 54624 13:3600956 16 16
>
> 54640 13:3675577 16 16
>
> 54656 13:3692885 16 16
>
> 54672 13:1949986 16 16
>
> 54688 13:3676169 16 16
>
> 54704 13:1918795 16 16
>
> 54720 13:3855532 16 16
>
> 54736 13:3865369 16 16
>
> 54752 13:3886923 32 32
>
> 54784 13:3937671 32 32
>
> 54816 13:4022689 32 32
>
> 54848 13:4005625 32 32
>
> 54880 13:4043609 32 32
>
> 54912 13:4085045 32 32
>
> 54944 13:4096925 32 32
>
> 54976 13:4115852 32 32
>
> 55008 13:4112273 32 32
>
> 55040 13:1241711 32 32
>
> 55072 13:4185974 32 32
>
> 55104 13:4211094 32 32
>
> 55136 13:4215254 32 32
>
> 55168 13:3884487 32 32
>
> 55200 13:4314266 32 32
>
> 55232 13:4282174 32 32
>
> 55264 13:4359550 64 64
>
> 55328 13:4443091 64 64
>
> 55392 13:4525171 64 64
>
> 55456 13:4538307 64 64
>
> 55520 13:4650789 64 64
>
> 55584 13:4679978 64 64
>
> 55648 13:4807723 64 64
>
> 55712 13:4787419 64 64
>
> 55776 13:4886502 64 64
>
> 55840 13:4930351 64 64
>
> 55904 13:5319068 64 64
>
> 55968 13:5263316 64 64
>
> 56032 13:5344668 64 64
>
> 56096 13:4617613 64 64
>
> 56160 13:4619799 64 64
>
> 56224 13:5527252 64 64
>
> 56288 13:5450900 128 128
>
> 56416 13:5567194 128 128
>
> 56544 13:5853036 128 128
>
> 56672 13:6115386 128 128
>
> 56800 13:6239346 128 128
>
> 56928 13:5091179 128 128
>
> 57056 7:4647717 8 8
>
> 57064 7:4660316 8 8
>
> 57072 7:4666652 8 8
>
> 57080 7:4674252 8 8
>
> 57088 7:4669144 8 8
>
> 57096 7:4677524 8 8
>
> 57104 7:4659117 8 8
>
> 57112 7:4667916 8 8
>
> 57120 7:4687796 8 8
>
> 57128 7:4691916 8 8
>
> 57136 7:4695064 16 16
>
> 57152 7:4706302 16 16
>
> 57168 7:4702336 16 16
>
> 57184 7:4757139 16 16
>
> 57200 7:4932413 16 16
>
> 57216 7:4882113 16 16
>
> 57232 7:4873349 16 16
>
> 57248 7:4845273 16 16
>
> 57264 7:4892843 16 16
>
> 57280 7:4695120 16 16
>
> 57296 7:4858961 16 16
>
> 57312 7:4980557 16 16
>
> 57328 7:4994409 16 16
>
> Index ix123_32 fragment partition indexdbs in DBspace indexdbs
>
> Physical Address 4:706359
>
> Creation date 12/23/2012 10:17:48
>
> TBLspace Flags 801 Page Locking
>
> TBLspace use 4 bit bit-maps
>
> Maximum row size 910
>
> Number of special columns 0
>
> Number of keys 1
>
> Number of extents 1
>
> Current serial value 1
>
> Current SERIAL8 value 1
>
> Current BIGSERIAL value 1
>
> Current REFID value 1
>
> Pagesize (k) 2
>
> First extent size 946
>
> Next extent size 4
>
> Number of pages allocated 946
>
> Number of pages used 798
>
> Number of data pages 0
>
> Number of rows 0
>
> Partition partnum 4198987
>
> Partition lockid 6360351
>
> Extents
>
> Logical Page Physical Page Size Physical Pages
>
> 0 4:856813 946 946
>
> Index pk_my_tableid fragment partition indexdbs in DBspace indexdbs
>
> Physical Address 4:706360
>
> Creation date 12/23/2012 10:17:51
>
> TBLspace Flags 801 Page Locking
>
> TBLspace use 4 bit bit-maps
>
> Maximum row size 910
>
> Number of special columns 0
>
> Number of keys 1
>
> Number of extents 1
>
> Current serial value 1
>
> Current SERIAL8 value 1
>
> Current BIGSERIAL value 1
>
> Current REFID value 1
>
> Pagesize (k) 2
>
> First extent size 854
>
> Next extent size 4
>
> Number of pages allocated 854
>
> Number of pages used 834
>
> Number of data pages 0
>
> Number of rows 0
>
> Partition partnum 4198988
>
> Partition lockid 6360351
>
> Extents
>
> Logical Page Physical Page Size Physical Pages
>
> 0 4:501519 854 854
>
>
>
> *******************************************************************************
> Forum Note: Use "Reply" to post a response in the discussion forum.
>
>

--e89a8f646e736ffb3804d1c4accf

Messages In This Thread

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

IDS Forum is maintained by Administrator with WebBBS 5.12.