Search found 42189 matches

by chulett
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...
by chulett
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

Interesting, never noticed that in the pdf. Page number? It would seem a small test is in order. :wink:
by chulett
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

Odd... doesn't seem right. What's your O/S and exact version of DS? I'd report this to your support provider and see if it is a known issue or bug.
by chulett
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

Sorry, yes - incorrect. Read the help for the stage: "it is ignored for release 3.0 and later of the Plug-in". In other words, once they introduced the Transaction Size tab.
by chulett
Mon Mar 20, 2006 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exec Dos Command
Replies: 11
Views: 3129

Make sure you enable the 'Only run after successful completion' option. :wink:
by chulett
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...
by chulett
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 ...
by chulett
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

np... did you manage to fix your issue?
by chulett
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

From searching the forums here, the first thing to try would be to REINDEX the project and see if that helps.
by chulett
Sat Mar 18, 2006 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Looking for DataStage7 contractor
Replies: 7
Views: 1510

Posted: Tue Aug 24, 2004 7:42 pm
by chulett
Fri Mar 17, 2006 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine giving errors
Replies: 12
Views: 3041

Your custom DateIconv routine doesn't seem to be in the new project.
by chulett
Fri Mar 17, 2006 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine giving errors
Replies: 12
Views: 3041

Double-click on it - what does it say then?
by chulett
Fri Mar 17, 2006 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine giving errors
Replies: 12
Views: 3041

Any particular error or can we guess? :wink:
by chulett
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

No, @FALSE is not what you need in this case as that will prevent any rows going down the link. Sounds like you want @OUTROWNUM=1 in this case.
by chulett
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...