The question arose in conversation yesterday about whether DataStage could be said to be "CWM compliant". Any thoughts?
This article suggests that there's a good argument for "Yes", at least in the case of DB2 Data Warehouse Center.
Search found 53125 matches
- Wed Aug 24, 2011 4:05 pm
- Forum: General
- Topic: Common Warehouse Metamodel
- Replies: 4
- Views: 2070
- Wed Aug 24, 2011 3:56 pm
- Forum: General
- Topic: Modified User Role for Importing/Exporting?
- Replies: 3
- Views: 1896
- Wed Aug 24, 2011 3:52 pm
- Forum: General
- Topic: Starting multiple jobs using StartLoop EndLoop in a Sequence
- Replies: 12
- Views: 3425
- Wed Aug 24, 2011 3:49 pm
- Forum: General
- Topic: find category name
- Replies: 9
- Views: 2965
- Wed Aug 24, 2011 3:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Search word
- Replies: 3
- Views: 1979
- Wed Aug 24, 2011 3:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stage Type Object 'ORAOCI8' not found
- Replies: 3
- Views: 2906
- Wed Aug 24, 2011 3:54 am
- Forum: General
- Topic: find category name
- Replies: 9
- Views: 2965
- Wed Aug 24, 2011 3:52 am
- Forum:
- Topic: Multiple XMETA databases for a single DS instance
- Replies: 5
- Views: 2328
- Tue Aug 23, 2011 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using job parameter value in Oracle connector stage
- Replies: 1
- Views: 3501
- Tue Aug 23, 2011 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Specified Driver not loaded
- Replies: 4
- Views: 1476
- Tue Aug 23, 2011 3:05 pm
- Forum: General
- Topic: DataStage 8.5 Architecture
- Replies: 3
- Views: 2856
- Tue Aug 23, 2011 3:04 pm
- Forum: General
- Topic: find category name
- Replies: 9
- Views: 2965
Code: Select all
SELECT NAME, CATEGORY FROM DS_JOBS WHERE NAME NOT LIKE '//%' AND NAME NOT LIKE '\\%' ORDER BY CATEGORY, NAME;- Tue Aug 23, 2011 3:03 pm
- Forum: General
- Topic: Datastage Installation on OEL6 Linux but Project not created
- Replies: 5
- Views: 5267
- Tue Aug 23, 2011 3:01 pm
- Forum:
- Topic: Restricting Node to the physical processor
- Replies: 1
- Views: 997
There is no concept of tying nodes to physical processors. Even with something like Affinity in place you have no control over the processes that run DataStage jobs, particularly parallel jobs, start. And you certainly can't do this with Metadata Workbench, which is much more an after-the-event util...
- Tue Aug 23, 2011 6:21 am
- Forum: General
- Topic: find category name
- Replies: 9
- Views: 2965
Code: Select all
SELECT NAME FROM DS_JOBS WHERE CATEGORY LIKE '%<<Category>>';