Search found 42189 matches
- Mon Mar 20, 2006 8:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row per transaction and UNDO tablespace
- Replies: 19
- Views: 6496
Commits are 'delivered' at the row count indicated in the 'Rows per transaction' setting, everything after that is up to Oracle to handle. There's no commit because my UNDO tablespace get full. I didn't take a look at my target table, I'll start a test again and I'll tell if rows are changed after t...
- Mon Mar 20, 2006 8:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row per transaction and UNDO tablespace
- Replies: 19
- Views: 6496
- Mon Mar 20, 2006 7:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance problem with Job (Flat file to Oracle)
- Replies: 29
- Views: 8079
- Mon Mar 20, 2006 7:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row per transaction and UNDO tablespace
- Replies: 19
- Views: 6496
- Mon Mar 20, 2006 7:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exec Dos Command
- Replies: 11
- Views: 3129
- Mon Mar 20, 2006 7:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance problem with Job (Flat file to Oracle)
- Replies: 29
- Views: 8079
Um... no. PX only. "All figures (except the row count) are zero"? Are you saying that you are looking in the 'Finishing (...)' messages for the active stages in the job log and only see zeroes for the CPU usage and elapsed seconds? Or have you turned on Tracing during the job run and those entries o...
- Mon Mar 20, 2006 7:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row per transaction and UNDO tablespace
- Replies: 19
- Views: 6496
Ok... keep in mind the fact that you really are asking Oracle questions, not DataStage questions and that these questions should really be asked of your DBA. DataStage isn't magical or any different from any other process doing DML in the database. By the way, you've never said what the exact error ...
- Sun Mar 19, 2006 9:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error logging into Datastage via client program
- Replies: 5
- Views: 1515
- Sun Mar 19, 2006 6:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error logging into Datastage via client program
- Replies: 5
- Views: 1515
- Sat Mar 18, 2006 7:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Looking for DataStage7 contractor
- Replies: 7
- Views: 1510
- Fri Mar 17, 2006 3:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine giving errors
- Replies: 12
- Views: 3041
- Fri Mar 17, 2006 3:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine giving errors
- Replies: 12
- Views: 3041
- Fri Mar 17, 2006 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine giving errors
- Replies: 12
- Views: 3041
- Fri Mar 17, 2006 3:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Finding a substring with wildcard
- Replies: 12
- Views: 4883
- Fri Mar 17, 2006 2:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Finding a substring with wildcard
- Replies: 12
- Views: 4883
Now, In the OCI stage, I selected "User defined Query" and my custom SQL statement was: UPDATE TABLE1 SET Col3 = 'DSX' WHERE Col3 = 'DSX%' Note: The OCI stage has all the columns of the table in the metadata, not the just 'Col3' which is supposed to be updated. Can't do that! All columns defined in...