Search found 42189 matches

by chulett
Fri Feb 20, 2009 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to retrive the data from CLOB Column through datastage
Replies: 11
Views: 7569

Yes, that can work provided you know that the maximum length of the data in the CLOB is less than (or equal to) 4000.
by chulett
Fri Feb 20, 2009 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with checkpoints when jobs in run in parallel
Replies: 2
Views: 2071

You want the jobs to abort, not stop, for changes to rollback and for Sequence jobs to be restartable. Try a Routine Activity with UtilityFatalToLog rather than the Terminator stage, see if that helps.
by chulett
Fri Feb 20, 2009 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOB STOPPING WITHOUT EXPLANATION
Replies: 32
Views: 6079

Reset the aborted job and let us know the contents of any 'From previous run...' log message that (hopefully) shows up.
by chulett
Fri Feb 20, 2009 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is dscc.exe reliable?
Replies: 16
Views: 5887

Any write caching going on?
by chulett
Fri Feb 20, 2009 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to use comman table expression(Inline view) in ODBC Stag
Replies: 23
Views: 7110

You may be running into a problem with 'long' sql and part of the statement is getting lost. First try removing all whitespace, comments and returns, see if it works as one long line. Failing that, create a View using that sql and then source from the view.
by chulett
Thu Feb 19, 2009 5:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: comparing varchar fields
Replies: 8
Views: 2305

String compares of numbers? No, not really going to work unless you pad them with zeroes to the same length. For example, try comparing "0003.6667" to "1456.7640" and see if you get the results you're expecting.
by chulett
Thu Feb 19, 2009 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I import an Orchestrate schema from command line?
Replies: 2
Views: 2469

You're looking for orchdbutil it would seem. Lots of conversations here on its usage.
by chulett
Thu Feb 19, 2009 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DsEngine startup error
Replies: 5
Views: 2195

Sure looks that way.
by chulett
Thu Feb 19, 2009 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updates happening very slow
Replies: 14
Views: 3332

"How can i find whether the OCI stg is using that index at run time."

It go faster? :wink:

As noted, use your tool of choice - Toad, SQl*Plus, etc - to check the explain plan of the DML if you're worried about it. Or have your DBA check for you.
by chulett
Thu Feb 19, 2009 12:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updates happening very slow
Replies: 14
Views: 3332

You don't need to 'force' anything, it will use it automatically.
by chulett
Thu Feb 19, 2009 11:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updates happening very slow
Replies: 14
Views: 3332

What's so weird about the problem? Updates, much like deletes, can be notoriously slow, especially when RI is involved. Do you at least have an index over the Key columns you are using? Without that, each update statement becomes a full table scan.
by chulett
Thu Feb 19, 2009 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs not compiling in production, but they do in test
Replies: 20
Views: 4122

No such thing as 'force compile' in Server... and I do believe they've said they've already used the Multiple Job Compiler option in the Manager with no effect.
by chulett
Thu Feb 19, 2009 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of subtring in a string
Replies: 16
Views: 3413

Funny, but again we just made the same suggestion. :lol:

ps. Add 1.
by chulett
Thu Feb 19, 2009 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of subtring in a string
Replies: 16
Views: 3413

Since you substring 'from the left' you need to count from the left as well. What's your end game, what exactly do you want to do / extract once you have this position? I've been assuming return the substring from the string but perhaps it is something else. Using your example of "ABC 12345_10_...
by chulett
Thu Feb 19, 2009 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkMetaData
Replies: 3
Views: 1810

Problem is, when you start a new post, the merry-go-round gets to start all over again. Best to stick to the original post and keep working at the problem there.