Quantcast
Channel: IIUG Forum: IDS Forum
Browsing all 9843 articles
Browse latest View live

Re: Truncated table still occupied many pages

Doug suggested: >EXECUTE FUNCTION sysadmin:task('table repack shrink', 'table', 'database'); >-- replace last two parameters with actual values I tried it: execute function sysadmin:task('table...

View Article


Re: Truncated table still occupied many pages

These features were introduced with 11.50.FC4 John F. Miller III STSM, Lead Architect miller3@us.ibm.com 503-747-1366 IBM Informix Dynamic Server (IDS) ids-bounces@iiug.org wrote on 03/21/2014 08:31:11...

View Article


Re: Truncated table still occupied many pages

Hi Jacob. In that case, you'll need to run the following for each index: ALTER FRAGMENT ON INDEX index-name INIT IN dbspace-name; This will lock the table, though. Regards, Doug...

View Article

RE: SQLCMD 89.00 configure failure 64-bit envi....

Please disregard my question. A sneakly little gcc-locale library was missing. Installing that from Novell's updates grabbed the missing lib. All is well. Sorry for the spam to the list. Thank-you....

View Article

Álter Add fragment on HDR environment

Hello: I tried to alter fragmentation on a hdr environment with no succes due long transaction. Shall I change this database to non logging and try to alter? Shall I unset hdr, do the alter and set hdr...

View Article


Re: SQLCMD 89.00 configure failure 64-bit envi....

Fortunately, I didn't get around to reading about your problem until you'd already sent me the 'all clear'. Thanks. Good luck. On Mon, Mar 24, 2014 at 2:47 PM, Jonathan Smaby...

View Article

Re: Álter Add fragment on HDR environment

If you change the db to non logged, then you will have to re-establish HDR. BTW, this issue has nothing to do with HDR. Sent from my iPad > On Mar 24, 2014, at 5:20 PM,...

View Article

Re: Migrating DDL from Oracle to Informix

Hi Lauri, I missed/deleted the email... Please can you forward the MTK link to me... this may well be of use for a project I have in mind. On 24 March 2014 15:10, LAURI PIETARINEN <...

View Article


Re: Migrating DDL from Oracle to Informix

Nick: If you miss something from the forums you can always go to the online forum pages on the IIUG web site and search the threads. Anyway, here's the download link:...

View Article


Re: Migrating DDL from Oracle to Informix

Thanks for the links On 25 March 2014 11:32, Art Kagel <art.kagel@gmail.com> wrote: > Nick: > > If you miss something from the forums you can always go to the online forum > pages on...

View Article

Another IIUG2014 Update

Hi Again! A list of conference events is now available on iiug2014.org. The IBM sponsored events require an invite or an RSVP which you can request by following the links on...

View Article

RE: Another IIUG2014 Update

I forgot to mention that the $100 IIUG Member Discount is only available until April 7th and you will be able to register for the conference on site if you miss the April 20 Late Registration deadline....

View Article

Question about chunks extendables

Hi, My environment is: IBM Informix Dynamic Server Version 12.10.FC1 S.O. RHEL 6.4 64 bits I created a dbspace with one chunk and I enabled the automatic chunk extention with the commands: onspaces -c...

View Article


RE: Question about chunks extendables

Hello, Roger: Official docs does not say anything about the rule of sizing/increasing, but this link may help you:...

View Article

Connecting to Informix from SQLSrvr SSIS

Hi, I am trying to connect to an Informix database from MSSqlserver Integration Services. I'm a bit confused and have been trying various approaches and getting all kinds of error messages. For...

View Article


RE: Connecting to Informix from SQLSrvr SSIS

Hello. I would suggest you to: 1) install Informix Data Server Driver, on the last page of Informix CSDK wizard, choosing it. 2) use an OLEDB direct connection named "Informix OLEDB provider". In order...

View Article

Re: Question about chunks extendables

Please check out the SQL ADMIN API command modify chunk sp_size. It is not constant because you have the minimum size set by the chunk, together with the storage provision sizes, and the requestor's...

View Article


Re: RE: Question about chunks extendables

Thanks Alexandre, I have set the value of SP_THRESHOLD = 0 The automatic extent works, but according the documentation, the value = 0 effectively disables this proactive storage provisioning trigger"...

View Article

Re: Question about chunks extendables

Thanks John, Based on the link: http://pic.dhe.ibm.com/infocenter/idshelp/v117/index.jsp?topic=%2Fcom.ibm.adref.doc%2Fids_sapi_106.htm I have the examples: The following command sets the minimum create...

View Article

Re: Question about chunks extendables

You can check sysmaster:sysdbspaces for the columns create_size, and extend_size or run oncheck -pr John F. Miller III STSM, Lead Architect miller3@us.ibm.com 503-747-1366 IBM Informix Dynamic Server...

View Article
Browsing all 9843 articles
Browse latest View live