RE: term type for dbaccess?
I don't see an option in putty to change to/from application mode on-the-fly. I did try changing "Initial state of cursor keys" and "Initial state of numeric keypad" to 'Application' instead of...
View ArticleRe: RE: term type for dbaccess?
WRQ Reflection - i usee term type vt102 in environment TERM=vt100 TERMCAP=/opt/informix/etc/termcap this is on RHEL ******************************************************************************* To...
View ArticleRe: RE: term type for dbaccess?
Try setting TERMCAP=terminfo because some of the special keys aren't defined in the termcap file. Art Art S. Kagel, Principal Consultant ASK Database Management Blog:...
View ArticleAuto Update Statistics Evaluation Error
Hello, IBM Informix Dynamic Server Version 12.10.FC3 OS: SLES11 SP2 (x86_64) after succesfully inplace migration from 11.70.UC7W3(32-Bit) to 11.70.FC7W3(64-Bit) and then directly to 12.10.FC3 we see...
View ArticleDbimport & The Grid
How can I replicate a dbimport execution within a Grid environment? Same question for dbaccessdemo7 program. The example will not work since dbimport implicity creates the database. database sysmaster;...
View ArticleRe: Dbimport & The Grid
VHJ5IHRoZSBmb2xsb3dpbmcuLi4NCg0KZXhlY3V0ZSBwcm9jZWR1cmUgaWZ4X2dyaWRfY29ubmVj dCgnZ3JpZDEnKTsNCmNyZWF0ZSBwcm9jZWR1cmUgeHF0X2NtZChjbWQgIGx2YXJjaGFyKQ0Kc3lz...
View ArticleRe: Dbimport & The Grid
Madison: You say the sweetest things! Art Art S. Kagel, Principal Consultant ASK Database Management Blog: http://informix-myview.blogspot.com/ Disclaimer: Please keep in mind that my own opinions are...
View ArticleRe: Dbimport & The Grid
Try the following... execute procedure ifx_grid_connect('grid1'); create procedure xqt_cmd(cmd lvarchar) system cmd; end procedure; execute procedure ifx_grid_execute('grid1', "dbaccessdemo7"); I...
View ArticleRe: Dbimport & The Grid
You didn't understand???????? ;-) = From: "Art Kagel"<art.kagel@gmail.com> = = To: ids@iiug.org, = = Date: 03/27/2014 08:21 AM = = Subject: Re: Dbimport & The Grid [32829] = = Sent by:...
View ArticleRe: Dbimport & The Grid
Thank's a lot Madison, I'll try this. ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2....
View ArticleRe: Dbimport & The Grid
Please note that the grid procedure execution is like this: execute procedure ifx_grid_procedure('grid1','xqt_cmd("dbaccessdemo7 -log")') IT CORRECTLY WORKS !!!...
View ArticleRe: Dbimport & The Grid
Madison: I thought I understood?!?!? Art S. Kagel, Principal Consultant ASK Database Management Blog: http://informix-myview.blogspot.com/ Disclaimer: Please keep in mind that my own opinions are my...
View ArticleRe: Dbimport & The Grid
Truly amazing.... ;-) = From: "JUAN ROCA"<jluis.roca@hotmail.com> = = To: ids@iiug.org, = = Date: 03/27/2014 09:12 AM = = Subject: Re: Dbimport & The Grid [32833] = = Sent by:...
View ArticleRE: RE: term type for dbaccess?
I tried with Reflections with a termcap, and the down arrow still doesn't work. Without the termcap (TERMCAP=terminfo), the down arrow also does not work. Interestingly, the down arrow does seem to...
View Articlework in checkpoint time
Folks, IDs11.50 FC8 We have more work/job/volume which make checkpoint times very long ( hundreds seconds) I want to monitor which tables contribute most of the work in checkpoint time. Any better...
View ArticleRe: work in checkpoint time
Easiest: onstat -z shortly before a scheduled checkpoint then monitor onstat -g ppf to see IO activity by partnum immediately after the checkpoint completes. Art Art S. Kagel, Principal Consultant ASK...
View Articlere-orging a table in 11.50FC3
What's the best way w/o unloading,dropping and recreating the table? Can't use repack and shrink, b/c we don't have the patch. Anyone know of another way? One of the tables is over 55 gig. Thanks!!...
View ArticleRE: RE: term type for dbaccess?
I reached out to a third party support to look at this, and the tech was able to duplicate the issue within the 12.10FC1 virtual appliance. It seems to be a bug in dbaccess for that specific version....
View ArticleRE: re-orging a table in 11.50FC3
Have you tried ALTER FRAGMENT ON TABLE myTable INIT IN mydbspace? > -----Original Message----- > From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf Of > MARK UNDERWOOD >...
View ArticleRe: re-orging a table in 11.50FC3
Modify the table's mode to RAW, ALTER FRAGMENT ON tabname INIT IN dbspacename;, modify the mode back to STANDARD, archive the server. The dbspace you list in the ALTER FRAGMENT statement can be the...
View Article