Search found 42189 matches
- Thu Mar 13, 2014 9:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata connector error: offset 0 parsing parameter 0
- Replies: 4
- Views: 3735
- Thu Mar 13, 2014 8:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting Special Characters to Normal English Characters
- Replies: 4
- Views: 3219
Basically, a continuation of the conversation attempt started here that you haven't responded to.
- Thu Mar 13, 2014 7:24 am
- Forum: General
- Topic: TNS:listener could not resolve SID
- Replies: 4
- Views: 2878
It needs a client and the client leverages the tnsnames.ora file. And 'SID' in your case really means the TNS alias entry. From the thin client docs: B. Configuring an Oracle DSN The Oracle ODBC driver configuration has changed slightly with each newer version of the ODBC driver, but there are only ...
- Thu Mar 13, 2014 7:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: No ORA messages in Datastage 8.5
- Replies: 3
- Views: 1635
- Thu Mar 13, 2014 7:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting Special Characters to Normal English Characters
- Replies: 4
- Views: 3219
- Wed Mar 12, 2014 7:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding Grid Configuration File issues
- Replies: 4
- Views: 1891
- Wed Mar 12, 2014 7:19 am
- Forum: General
- Topic: Left Outer Join More than One column?
- Replies: 2
- Views: 923
How can we say if it is 'correct' or not? Check the explain plan. Run it. Check the results. Then you'll know if it is correct or not. A join is still a join no matter if it is left, right, inner or outer, regardless of the number of columns you are joining and it will may need indexes on the join c...
- Wed Mar 12, 2014 7:10 am
- Forum: General
- Topic: TNS:listener could not resolve SID
- Replies: 4
- Views: 2878
- Tue Mar 11, 2014 3:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector stage
- Replies: 11
- Views: 4655
- Tue Mar 11, 2014 2:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: concat issue
- Replies: 5
- Views: 1937
- Tue Mar 11, 2014 2:08 pm
- Forum: General
- Topic: Datastage Project Size
- Replies: 4
- Views: 1680
- Tue Mar 11, 2014 2:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector stage
- Replies: 11
- Views: 4655
- Tue Mar 11, 2014 12:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector stage
- Replies: 11
- Views: 4655
That's good to know... that was how we always handled things back in the day on the Server side - an All or Nothing load with a transaction size of zero. DBAs weren't always fond of it, however and from what I recall it wasn't supported initially on the Parallel canvas. You only had the two Oracle A...
- Tue Mar 11, 2014 11:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector stage
- Replies: 11
- Views: 4655
- Tue Mar 11, 2014 10:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connector stage
- Replies: 11
- Views: 4655
Your problem is going to be the fact that using the Oracle Connector, the job must abort to effect the rollback - and that only of any uncomitted records. If you want full / atomic level control over when commits and rollbacks happen, AFAIK you need to use ODBC. That stage allows you to issue specif...