Save 
Join IIUG
 for   
 

Informix News
29 July 09 - Wall Street Journal - IBM to Acquire SPSS, Adding to Acquisitions... Read
11 February 09 - InformationWeek - IBM Drifts Slowly Toward Mainstream Cloud Computing... Read
11 February 09 - CNNMoney.com - IBM to Deliver Software via Cloud Computing With Amazon Web Services... Read
07 January 09 - Huliq News - IBM Power Servers Helps Bank of Chengdu Build Up Core Banking System.. Read
04 December 08 - Steeleye - Multicarta achieves 99.997% uptime for its Informix-based Credit Card Authorization Centre... Read
16 October 08 - VendorRate - Informix Earns Top Customer Satisfaction Score on VendorRate in Q3... Read
14 August 08 - IIUG.org - Sellout Expected for the 2009 IIUG Informix Conference... Read
29 April 08 - IntelligentEnterprise.com - IBM Informix Upgrade Enhances Clustering, Database Management... Read
29 April 08 - itweek.com - IBM 'Cheetah 2' mauls data costs... Read
28 April 08 - eWeek.com - IBM Uncages Cheetah 2 Data Server... Read
28 April 08 - CNNMoney.com - IBM Helps Clients Reduce Data Management Costs With New Informix Dynamic Server... Read
09 April 08 - CNNMoney.com - MediaSpan Embeds IBM Informix Dynamic Server Software for Delivering News to Print, Web and Wireless Devices... Read
08 April 08 - IT-Director.com - Informix seeks developers... Read
18 February 08 - marketwire.com - Icarus Studios Partners With IBM to Upgrade Performance, Availability for Its Online Games... Read
17 January 08 - eWeek.com - IBM Adds Mac Support to IDS for Higher Education... Read
17 January 08 - informationweek.com - Lotus Notes For iPhone Signals Closer Ties Between IBM, Apple... Read
16 January 08 - marketwire.com - IBM Informix Dynamic Server to Deliver Support for Mac OS X... Read
16 January 08 - internetnews.com - IBM's IDS to Support Mac Platform... Read
28 June 07 - REG Developer - IBM and Informix tie down Cheetah... Read
27 June 07 - CBRonline.com - IBM corrects its own Informix customer figures... Read
14 June 07 - vnunet.com - IBM changes spots with Informix 'Cheetah' database... Read
14 June 07 - eChannelLine - IBM expands scope for IDS... Read
14 June 07 - Resellernews - IBM: Informix database alive and kicking... Read
13 June 07 - DB2 Magazine - Cheetah is now out of the gate... Read
12 June 07 - IBM - IDS 11 release announcement (pdf)... Read
12 June 07 - ChannelWeb Network - IBM Uncages IDS 11, Aka Cheetah, Database... Read
12 June 07 - eWeek.com - IBM's 'Cheetah' Ready to Pounce... Read
12 June 07 - InformationWeek - IBM Unleashes 'Cheetah' Database... Read
12 June 07 - WebWire - IBM Strengthens Database Portfolio With New Informix Dynamic Server... Read
12 June 07 - Intelligent Enterprise - IBM Unveils Informix Upgrade... Read
12 June 07 - ComputerWeekly.com - IBM's Cheetah IDS makes leap to better data centre clustering... Read
12 June 07 - ebiz - IBM Unveils Next Generation Informix Dynamic Server... Read
12 June 07 - computerworld.com - Will 'Cheetah' help IBM's Informix chase down market share?... Read
12 June 07 - Internetnews.com - No Data Can Outrun This 'Cheetah'... Read
12 June 07 - de.internet.com - IBM neuer Datenbank-Server mit Codenamen Cheetah ist fertig... Read
12 June 07 - verifox.de - IBM stärkt Datenbank-Portfolio mit neuem Informix Dynamic Server... Read
12 June 07 - golem.de - Informix 11 vorgestellt... Read
12 June 07 - Computerwoche.de - IBM stellt neue Informix-Version vor... Read
12 June 07 - IBM.de - IBM stärkt Datenbank-Portfolio mit neuem Informix Dynamic Server... Read
12 June 07 - Heise - IBM gibt Informix 11 frei... Read
25 May 07 - Taiwan.CNET.com - Local Taiwan Informix user group established... (Chinese language) ... Read
18 May 07 - ChannelWeb Network - IBM Musters Partners For Cheetah Release... Read
18 May 07 - eWeek.com - IBM Looks to 'Cheetah' to Speed Up Blade Servers... Read
7 May 07 - DB2 Magazine - SQL Shortcuts - Use these tricks to generate IDS SQL scripts... Read





End of Support Dates

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

IDS Forum

RE: DBIMPORT 2KB page to 4KB page

Posted By: LARRY SORENSEN
Date: Friday, 10 October 2008, at 11:33 a.m.

In Response To: Re: DBIMPORT 2KB page to 4KB page (Art Kagel)

I found myexport, but I can't find myimport. Also, do the infos have step-by-step instructions for installation/compile?> To: ids@iiug.org> From: art.kagel@gmail.com> Subject: Re: DBIMPORT 2KB page to 4KB page [13671]> Date: Fri, 10 Oct 2008 08:40:24 -0400> > Robert: > > 3) Use my dbexport/dbimport replacement utility myexport. It uses sqlcmd's > sqlunload and sqlreload to handle the data (by default) which does not have > the 2GB file size limit so you can output the export to disk instead of tape > allowing you to edit the schema to fiix the extents before reloading it into > the new server. The resulting export is completely compatible with dbimport > so you can a) use dbimport to build the new database, b) use myimport to > perform the import faster using the parallel load option, c) use myimport to > perform the import REALLY fast by having it use the HPLoader during the > load. > > The myexport package is available for download from the Oninit web site ( > www.oninit.com/utils) or the IIUG Software Repository (www.iiug.org/software). > It also required my utils2_ak package, Jonathan Leffler's sqlcmd package, > and Ravi Krishna's myonpload package (if you want to use the HPLoader > options). Note that since myexport uses my dbschema replacement utility, > myschema, to generate the dbimport compatible schema file, it automatically > exports as if -ss were included and automatically calculates optimal extent > sizes in the schema file. By default these are entered as recommendations > in comments, but you can easily edit the myexport script to include the > myschema options (-a, -m, -n, & -e) that control that calculation and > whether to use the calculated values in the CREATE TABLE statement or just > comment on the recommended values. I'd also recommend using the myexport -u > option since the most recent dbexport versions include the UPDATE STATISTICS > statements that this option generates (if you use dbimport to create the > database you'll have to run the update stats script manually afterwards or > append it to the main schema before the reload run - dbimport takes care of > that for you). > > Art > > On Fri, Oct 10, 2008 at 6:19 AM, ROBERT CLOW <robert@clow.biz> wrote: > > > Before I re-invent the wheel... ;-) > > > > 7.31 (32 bit) 2 KB page size on redhat going to a nice new IDS 10 (64 bit) > > on > > aix. > > > > - db2export to tape... (2GB limits and all that mutter mutter mutter) > > - dbexport -ss to ensure the same dbspace layout > > - dbimport is aborting with minimum extent size 16... (I have some 8's ;-) > > > > Tried dbimport -c but still aborts - Could edit the 'tape' file but then > > the > > fixed length would be wrong... > > > > Is there a flag to tell dbimport to simply ignore or overwrite the inital / > > next extents 8 (Or does Alter table in 7.31 allow me to alter the initial > > as > > well (as it does the next extent?) > > > > Otherwise the options I see are: > > 1) Not use -ss and move the indexes after the dbimport > > 2) Use unload / load or sql to move the data after using dbschema to create > > the desire table/index layout... > > > > Ideas? > > > > > > > > > ******************************************************************************* > > Forum Note: Use "Reply" to post a response in the discussion forum. > > > > > > -- > Art S. Kagel > Oninit (www.oninit.com) > IIUG Board of Directors (art@iiug.org) > > Disclaimer: Please keep in mind that my own opinions are my own opinions and > do not reflect on my employer, Oninit, the IIUG, nor any other organization > with which I am associated either explicitly or implicitly. Neither do > those opinions reflect those of other individuals affiliated with any entity > with which I am affiliated nor those of the entities themselves. > > > ******************************************************************************* > Forum Note: Use "Reply" to post a response in the discussion forum. >

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.