| Thread | Last Post | Replies |
|
| Tech Tip du Jour: Pricing | 30 Aug 2008 23:32 GMT | 5 |
Just for Timmy: http://obotheclown.blogspot.com/2008/08/tech-tip-du-jour-ids-is-cheaper-than.html PS You owe me a drink for defiling my blog with such a tedious post. And that's saying something. :o)
|
| SIS: So this is how IBM trolls newsgroups ? | 30 Aug 2008 13:05 GMT | 4 |
Gee Splinter, its no wonder you can't trust IBM when they speak: On Aug 22, you wrote: "Being a relative newbie to this newsgroup, my impression is that Gumby has always "had a grip"...just not on anything of substantial
|
| SIS: Talk about a shift in partners... | 30 Aug 2008 12:32 GMT | 35 |
Hopefully most of you read El Reg. Saw this little gem last night as I was waiting for the test guy to approve my script.... Check out:
|
| I wonder if they eat their own dog food? | 29 Aug 2008 20:51 GMT | 1 |
http://www.theregister.co.uk/2008/08/29/oracle_forums_outage/
:o)  Signature Cheers,
|
| System error occurred in network function | 29 Aug 2008 19:27 GMT | 2 |
On a newly installed IDS 11.5 on RHEL 5.2 x86_64, I see the following message in online.log every five minutes: 07:41:31 listener-thread: err = -25580: oserr = -1: errstr = : System error occurred in network function.
|
| Copy Informix Chunks using dd ? | 29 Aug 2008 19:24 GMT | 9 |
We are thinking to copy one of the chunks (which has database system tables and other small tables ) using dd unix command in a dbspace to a new raw device, break the existing link and relink the new raw device with same path, because it is a big database and we
|
| The funny thing about numbers is that they're just numbers... | 29 Aug 2008 18:57 GMT | 5 |
While Eric brings up an excellent point: http://www.reuters.com/article/rbssTechMediaTelecomNews/idUSN2634118720080826?pa geNumber=2&virtualBrandChannel=0 Its just numbers and its only a guess as to how the market breaks down. But assuming that it is accurate... The comments made by ...
|
| Can't we just get along??? | 29 Aug 2008 09:55 GMT | 10 |
|
| informix developer tool | 27 Aug 2008 03:31 GMT | 4 |
Hi friends, I am new person from Oracle. Does any developer tool for Informix SQL? example oracle developer tool as SQL developer, Oracel SQL, TOAD. It seems that informix is difficute to code SQL statement.
|
| copy production db to set up development db | 26 Aug 2008 14:52 GMT | 2 |
Hi Friends, I am new person in informix. I need to copy a informix 10UC7 production db to set a development in Linux system, Could you told procedures to do this job in detail.
|
| How to sql question | 26 Aug 2008 13:30 GMT | 2 |
select sum((select count(*) from srv zt, z where zt.some_id = z.sid union select count(*) from srv_arc yt, z where yt.some_id = zsid)) from systables where tabid=1
|
| Informix on Red Hat 6 | 26 Aug 2008 09:24 GMT | 3 |
I have a RedHat6 Server with Informix installed. There are 3 Client machines, that run a program, that uses the DB. Now I tried to change one client with a newer Linux machine (OpenSuse). The clients uses the program with Informix via NFS.
|
| SIS: Lets talk about geospatial vs geodetic | 25 Aug 2008 14:15 GMT | 5 |
Ok, So we see IDS now making the push on geodetic over geospatial. The "round earth" is more accurate because it takes in consideration that the earth really is elliptical in its calculations.
|
| Error while loading data from a file into a table | 25 Aug 2008 10:03 GMT | 3 |
I am trying to load the data from a file into a table in a database by using the below command. isql metdb >> /tmp/TEMPDIR_REM/LOAD.LOG 2>&1 <<! load from "/tmp/TEMPDIR_REM/$LOADTABLE.txt" insert into $LOADTABLE
|
| which is better? aggregate function or calculated in program? | 22 Aug 2008 18:07 GMT | 22 |
Any one has comment on this? SELECT SUM(col) from table or select col from table then calculate sum value in 4gl program.
|