Search found 42189 matches
- Fri Oct 18, 2013 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete and Insert in ODBC
- Replies: 5
- Views: 1224
- Fri Oct 18, 2013 7:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete and Insert in ODBC
- Replies: 5
- Views: 1224
- Thu Oct 17, 2013 4:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SSL connection in MQ with datastage
- Replies: 6
- Views: 6414
- Thu Oct 17, 2013 6:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: truncate table in unsuccessful load
- Replies: 5
- Views: 1969
Yes, truncate before loading but you can see from the proposed design that it would be run as a 'stand alone' job after the load failed to do one thing - truncate the table. So I figured before there would be ok and then the SQL could be something you know would have no impact, like perhaps a delete...
- Thu Oct 17, 2013 6:35 am
- Forum: General
- Topic: Running DS job command line with multi value file param set
- Replies: 6
- Views: 2747
- Wed Oct 16, 2013 11:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: truncate table in unsuccessful load
- Replies: 5
- Views: 1969
From the Oracle Connector documentation: 3. To truncate a table at runtime, perform these steps: a. Set Table action to Truncate. b. Use one of these methods to specify the TRUNCATE TABLE statement: * Set Generate truncate table statement at runtime to Yes, and enter the name of the table to truncat...
- Wed Oct 16, 2013 4:45 pm
- Forum: General
- Topic: CreateUser and UpdateUser information
- Replies: 5
- Views: 1117
- Wed Oct 16, 2013 10:39 am
- Forum: General
- Topic: CreateUser and UpdateUser information
- Replies: 5
- Views: 1117
- Wed Oct 16, 2013 7:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: timestamp insert to Date datatype to oracle
- Replies: 5
- Views: 1592
- Tue Oct 15, 2013 8:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: timestamp insert to Date datatype to oracle
- Replies: 5
- Views: 1592
- Tue Oct 15, 2013 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error message about field not found
- Replies: 7
- Views: 4456
- Tue Oct 15, 2013 11:24 am
- Forum: General
- Topic: Error handling in server routines
- Replies: 8
- Views: 1328
- Tue Oct 15, 2013 7:42 am
- Forum: General
- Topic: datastage jobs migration from 8.1 to 9.1
- Replies: 15
- Views: 20967
- Tue Oct 15, 2013 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle connector Update then Insert mode not working for RCP
- Replies: 8
- Views: 9591
- Tue Oct 15, 2013 7:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Poor performance - DS Marco in column derivation with Oracle
- Replies: 1
- Views: 1426
Not sure I consider that a 'workaround' but rather proper usage. :wink: :wink: Specifically for #1, put the macro in the Initial Value of the stage variable and then leave its derivation empty. It will only be evaluated once (the performance hit) when the job starts and then simply used for every ro...