Was it the thought of beer?
My initial concern is to gather expressions of interest for running the Server to Parallel Transition Lab in this part of the world.
Search found 53125 matches
- Tue Jun 27, 2006 4:14 pm
- Forum: Site/Forum
- Topic: Australia/New Zealand User Group
- Replies: 4
- Views: 2333
- Tue Jun 27, 2006 12:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get Job Type (Sequence, Server or EE Job)
- Replies: 8
- Views: 1394
- Mon Jun 26, 2006 9:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Advantage of Datastage over materialized views
- Replies: 3
- Views: 2529
- Mon Jun 26, 2006 9:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: USS System ?
- Replies: 8
- Views: 2193
- Mon Jun 26, 2006 6:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Advantage of Datastage over materialized views
- Replies: 3
- Views: 2529
- Mon Jun 26, 2006 6:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with ORACLE 9I and NVarChar data type
- Replies: 5
- Views: 2485
Re: Problem with ORACLE 9I and NVarChar data type
Where could be the difference among this server and all others (my Lab and the environments from other posters)? It's easier for you to answer that question than for us to - we don't have access to your environments. I'd be looking first at differences in how the Oracle client software (particularl...
- Mon Jun 26, 2006 6:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Updating/Inserting a Record where key is NULL
- Replies: 5
- Views: 1594
- Mon Jun 26, 2006 3:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Array Size problem
- Replies: 23
- Views: 5483
- Mon Jun 26, 2006 3:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Array Size problem
- Replies: 23
- Views: 5483
- Mon Jun 26, 2006 3:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with ORACLE 9I and NVarChar data type
- Replies: 5
- Views: 2485
- Mon Jun 26, 2006 3:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: X-Stages in ETL cycle
- Replies: 8
- Views: 2963
- Mon Jun 26, 2006 3:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is the difference between Reset and Clear Status file
- Replies: 3
- Views: 2148
- Mon Jun 26, 2006 2:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: run time fatal error : Player 12 terminated unexpectedly
- Replies: 23
- Views: 9040
It would be nice to know what kind of "intermittent problems" have been observed when the job monitor was executing at an interval of too few rows. I can't see that "unexpected termination" of a single player process would be caused by the job monitor. I'd be more likely to suspect totally exhaustin...
- Mon Jun 26, 2006 6:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Could not open or create a temporary file
- Replies: 1
- Views: 1715
- Mon Jun 26, 2006 6:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: why does Datastage not support Datatype INT8(serial8)
- Replies: 20
- Views: 9199
How about
Hopefully the arithmetic will perform a legal implicit CAST.
Code: Select all
SELECT o_abc_uid + 0 FROM tablename...Hopefully the arithmetic will perform a legal implicit CAST.