RE: SPL variant / not variant - performance
You might be better off having two functions, one that returns the timezone offset and one that returns the daylight saving adjustment - both of those can be non-variant . Cheers Paul >...
View ArticleRe: SPL variant / not variant - performance
Well, Paul already replied. But the situation is simple and I think the person asking the question already knows the answer. In fact the difference between using a VARIANT function vs a NOT VARIANT one...
View ArticleReading informix backup from tape drive
Hi All, I have requirements as below and my current server using ontape backup. My standby server need to restore this backup but the issue is my standby server doesn't have tape drive and needs to...
View ArticleRe: Reading informix backup from tape drive
What is the size of your instance? Â If its a small one you can do a ontape on disk and move the file to standby and restore. Â Another option would be to point your standby server to read the tape...
View ArticleRe: Reading informix backup from tape drive
Size:40G but my standby server no tape drive how it possible to use tapedrive. How to move move it on disk read from tape On Fri, Dec 6, 2013 at 12:59 PM, Lloyd S <lloyd_s@rediffmail.com> wrote:...
View ArticleIDS ... TSM
IDS 11.70,.fc3xc Aix 5.3 TSM 6.3 I asked a question the other day about TSM and IDS .. here is what I have found. When a dbspace was dropped from informix, nothing indicated to the sysutils database...
View Articlehpl load in HDR cluster - "Cannot express load....
Hi, I have a new (empty) table in our cluster that I need to populate with about 3.7 million rows. I have these in the standard pipe delimited format and ready for importing. On the primary, I created...
View ArticleRe: hpl load in HDR cluster - "Cannot express ....
You cannot use raw or unlogged tables in HDR cluster. Express works by adding data without logging to the tables... So can't be used in HDR On Fri, Dec 6, 2013 at 6:22 PM, Justin Killen <...
View ArticleRE: hpl load in HDR cluster - "Cannot express ....
HDR is logged based so you can't use express mode Cheers Paul > -----Original Message----- > From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf Of > Justin Killen > Sent:...
View ArticleRE: Qwerky Stored Procedure issue
Is there a way to check the health of Stored Procedures such as oncheck with an option or some other command? Larry > To: ids@iiug.org > From: lsorensen25@msn.com > Subject: RE: Qwerky Stored...
View ArticleRE: Qwerky Stored Procedure issue
How do you define health ? If the SPL compliles then it exists, if it doesn't then it doesn't. You can run oncheck on the sysprocedures and sysprocplan Cheers Paul > -----Original Message----- >...
View ArticleRE: Qwerky Stored Procedure issue
Are there any special options for checking the sysprocedures and sysprocplan? Larry > To: ids@iiug.org > From: paul@oninit.com > Subject: RE: Qwerky Stored Procedure issue [32101] > Date:...
View ArticleRE: hpl load in HDR cluster - "Cannot express ....
So, I just need to setup the HPL job in deluxe mode, and then it should work? -Justin -----Original Message----- From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf Of Fernando Nunes...
View ArticleRE: Qwerky Stored Procedure issue
Not that I am aware of - I would just run with -cDI Cheers Paul > -----Original Message----- > From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf Of > LARRY SORENSEN > Sent:...
View ArticleRE: hpl load in HDR cluster - "Cannot express ....
As if by magic Cheers Paul > -----Original Message----- > From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf Of > Justin Killen > Sent: Friday, December 06, 2013 12:55 PM...
View ArticleRE: Qwerky Stored Procedure issue
Thank you. I will give it a try. Do you think having a lot of extents could be the problem, or maybe the statistics are just out of wack for the table? Larry > To: ids@iiug.org > From:...
View ArticleRe: hpl load in HDR cluster - "Cannot express ....
Yes... Slower... But for 3M records it should not be a big deal... On Fri, Dec 6, 2013 at 6:55 PM, Justin Killen < jkillen@allamericanasphalt.com> wrote: > So, I just need to setup the HPL job...
View ArticleRE: Qwerky Stored Procedure issue
Unlikely unless there is a bug. Are you 100% certain that the file that fails in normal running is exactly the same as the one you are running in debug mode Cheers Paul > -----Original Message-----...
View ArticleRE: Qwerky Stored Procedure issue
The developer said she just oncomments the TRACE ON and TRACE OFF statements. Beyond that, I couldn't say. One thing that I did notice is that her TRACE OFF statement comes after her RETURN statement,...
View ArticleRE: Qwerky Stored Procedure issue
Apart from it won't do anything :) > -----Original Message----- > From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] On Behalf Of > LARRY SORENSEN > Sent: Friday, December 06, 2013...
View Article