Search found 42189 matches
- Mon Sep 20, 2004 3:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Between Lookup in Oracle Stage(OCI9i)
- Replies: 23
- Views: 9344
Well, looks like we're at that awkward moment where it becomes too hard to figure out what's going on without seeing the job itself. My email address is in my profile, if you want to export it and email the .dsx to me I'd be glad to take a look at it. Otherwise, if someone else wants to step up and ...
- Mon Sep 20, 2004 2:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Instances Job problem
- Replies: 8
- Views: 2583
- Mon Sep 20, 2004 2:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Between Lookup in Oracle Stage(OCI9i)
- Replies: 23
- Views: 9344
- Mon Sep 20, 2004 2:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Instances Job problem
- Replies: 8
- Views: 2583
- Mon Sep 20, 2004 2:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Between Lookup in Oracle Stage(OCI9i)
- Replies: 23
- Views: 9344
- Mon Sep 20, 2004 1:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Best Practices for Organizing Metadata in DataStage
- Replies: 3
- Views: 2346
Re: Best Practices for Organizing Metadata in DataStage
This is an interesting challenge because DataStage automatically prepends the schema name to the table name in the metadata definition. It only does this when you tell it to. If you uncheck the 'Fully qualify' option when importing the metadata, it won't do that. At least that's the way it works fo...
- Mon Sep 20, 2004 1:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Between Lookup in Oracle Stage(OCI9i)
- Replies: 23
- Views: 9344
- Mon Sep 20, 2004 12:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Between Lookup in Oracle Stage(OCI9i)
- Replies: 23
- Views: 9344
- Mon Sep 20, 2004 9:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Between Lookup in Oracle Stage(OCI9i)
- Replies: 23
- Views: 9344
If you look at any of the SQL that the OCI stage generates, you'll see it doesn't use question marks as parameter markers, they are specifically numbered. Since you are using Custom SQL, it is also your responsibility to ensure that the columns you select match - in order and number - the column you...
- Mon Sep 20, 2004 9:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Between Lookup in Oracle Stage(OCI9i)
- Replies: 23
- Views: 9344
Welcome aboard! You just need to switch the OCI stage to User Defined SQL and then you can code in your 'between' clause. Make sure to model it after a 'normal' lookup - mark your Startdate and Enddate fields as key fields, make sure all columns have parameter markers, etc, etc - and you should be f...
- Mon Sep 20, 2004 9:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom error
- Replies: 10
- Views: 4404
- Fri Sep 17, 2004 4:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynmically Creating Job Parameter
- Replies: 7
- Views: 2265
My suspicion is that this code is in the Job Control tab of a Server Job, not out in some separate job control - or at least that is what I was attempting to ascertain. The other solution is to compute the prior period inside the actual Oracle query. I've just done exactly that, establishing a query...
- Fri Sep 17, 2004 1:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynmically Creating Job Parameter
- Replies: 7
- Views: 2265
Re: Dynmically Creating Job Parameter
Tell us exactly what you mean when you say:
You can basically do what you are trying to do, I suspect you are trying to do it in the wrong place.
In the Job Control of the job I have a sentence
You can basically do what you are trying to do, I suspect you are trying to do it in the wrong place.
- Fri Sep 17, 2004 12:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom error
- Replies: 10
- Views: 4404
- Fri Sep 17, 2004 8:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rejecting all rows which cannot be loaded in ORACLE
- Replies: 21
- Views: 7785
As noted, ideally your jobs can handle anything thrown at them and will never log any warnings. However, when things do get logged, you decide what happens in your Production environment by the way you setup your jobs and your error checking. If you mark a link as a Reject Link (which can be done wi...