I believe there is more than one way to configure IIDR (CDC) with Oracle.
Did you search the Knowledge Center? Here is a link.
http://www-01.ibm.com/support/knowledge ... lcome.html
Search found 2886 matches
- Thu Sep 25, 2014 6:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: InfoSphere CDC installation
- Replies: 4
- Views: 2643
- Thu Sep 25, 2014 6:36 am
- Forum: General
- Topic: Server Routine Name Pattern
- Replies: 6
- Views: 2102
- Thu Sep 18, 2014 7:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: more than one final delimiter?
- Replies: 8
- Views: 3594
- Wed Sep 17, 2014 8:41 pm
- Forum:
- Topic: Business Glossary - Users and Groups
- Replies: 5
- Views: 4059
- Wed Sep 17, 2014 8:34 pm
- Forum: General
- Topic: Upgrade from 8.1 to 9.1
- Replies: 10
- Views: 4765
- Wed Sep 17, 2014 9:07 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: generic drill down error when data contains a single quote
- Replies: 2
- Views: 3200
I like your sample query! :lol: That was also my guess also, based on the different drill downs tested. I had searched on DSXchange and on the Support Portal and come up empty, prior to posting this question. Given that quotes are commonly contained in name data, I was curious if anyone else had run...
- Tue Sep 16, 2014 7:06 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: generic drill down error when data contains a single quote
- Replies: 2
- Views: 3200
generic drill down error when data contains a single quote
Has anyone run into the generic drill down error when the data contains a single quote? This is coming from IA 8.7.0.0 (no fix packs) on AIX via ODBC data source (SQL Server), Format tab, General Format A'AAAA, such as a name. The names display fine in the Distinct Values pane. Click Drill Down give...
- Mon Sep 15, 2014 10:14 am
- Forum: Site/Forum
- Topic: Points Per Post
- Replies: 7
- Views: 9971
- Mon Sep 15, 2014 7:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help on calculate transaction history
- Replies: 7
- Views: 2932
- Mon Sep 15, 2014 7:35 am
- Forum: General
- Topic: Authentication Error while trying to launch Director
- Replies: 9
- Views: 8981
- Sun Sep 14, 2014 3:15 pm
- Forum: General
- Topic: dssearch returning <none>
- Replies: 4
- Views: 2634
According to this technote, the 8.1 release notes say that the dssearch command is not supported / not fully supported because certain options have known issues. JR35342: DSSEARCH COMMAND IS NOT NAVIGATING SUB-CATEGORIES CORRECTLY Now we know why the command is undocumented on versions 8.5, 8.7, 9.1...
- Sun Sep 14, 2014 10:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help on calculate transaction history
- Replies: 7
- Views: 2932
- Sun Sep 14, 2014 8:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Prevent rounding in transformer.
- Replies: 2
- Views: 2366
This is a great question, however I am afraid the root cause was an incorrect understanding of how DataStage works. It looks like DataStage is actually giving the correct results. The inner if then else statement is operating on an integer of 0 so the result will be an integer. You may surround that...
- Sat Sep 13, 2014 6:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Split - Output XML Compressed File
- Replies: 22
- Views: 12983
- Sat Sep 13, 2014 6:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Split - Output XML Compressed File
- Replies: 22
- Views: 12983
That certainly is an interesting requirement. I am not a big fan of XML. It carries a huge amount of overhead, so it is incredibly inefficient. Using it causes heavier loads on processors and networks. Many people do not realize the labor costs involved with all the extra effort in dealing with it a...