Search found 4992 matches
- Tue Jan 31, 2006 2:46 pm
- Forum: Site/Forum
- Topic: Compensation for Inner Circle?
- Replies: 2
- Views: 1776
- Tue Jan 31, 2006 2:42 pm
- Forum: Site/Forum
- Topic: Premium Content
- Replies: 26
- Views: 13824
- Tue Jan 31, 2006 2:39 pm
- Forum: Site/Forum
- Topic: Premium Content
- Replies: 26
- Views: 13824
- Tue Jan 31, 2006 10:55 am
- Forum: Site/Forum
- Topic: new FREE DataStage forum
- Replies: 24
- Views: 13431
- Tue Jan 31, 2006 10:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Selective Command Line Export?
- Replies: 32
- Views: 14321
- Tue Jan 31, 2006 10:51 am
- Forum: Site/Forum
- Topic: new FREE DataStage forum
- Replies: 24
- Views: 13431
Notice that short and concise answers are not premium content hidden. But if you look at the history of the forum, with long lengthy posts, you see the value there. Notice this post continues under the Premium answer because I'm windbagging. As far as going forward, we're constantly getting the same...
- Tue Jan 31, 2006 10:48 am
- Forum: Site/Forum
- Topic: new FREE DataStage forum
- Replies: 24
- Views: 13431
- Tue Jan 31, 2006 10:46 am
- Forum: Site/Forum
- Topic: new FREE DataStage forum
- Replies: 24
- Views: 13431
- Tue Jan 31, 2006 8:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: READU threshold reached
- Replies: 14
- Views: 3769
- Mon Jan 30, 2006 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Issue
- Replies: 8
- Views: 2028
- Thu Jan 26, 2006 10:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: odbc and oci
- Replies: 2
- Views: 1141
- Thu Jan 26, 2006 10:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to Delete a job in a project.
- Replies: 2
- Views: 1338
- Thu Jan 26, 2006 10:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems with variables in generated insert/update
- Replies: 4
- Views: 1194
I'm a little curious about the /* PDB - AnsattFraStage */ comment in the table name. You should remove that, otherwise the SQL looks correct for the Oracle stage. It might be the data, consider if NULL values are being passed in, or a mismatch with the column definitions, typical of user-defined SQL...
- Wed Jan 25, 2006 1:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Duplicates in a flat file
- Replies: 2
- Views: 981
Several methods. By duplicate, do you mean exactly the same, every bit on every byte on every column of data is identical? Or do you mean the "key" columns appear multiple times, and you need to consolidate the rows, potentially choosing different values from different occurences of the rows to arri...
- Wed Jan 25, 2006 12:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Design issue: Dimesnion Key that changes.
- Replies: 3
- Views: 1084
This is not a tool issue. The industry practice is called surrogate keys, and they require a natural key for assignment. The use of a changeable value as a primary key is a fundamental mistake in data modeling. The unique columns that identify a row are called the "natural key". You need to talk to ...