Search found 42189 matches

by chulett
Tue Dec 05, 2006 11:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Yesterday's date as parameter
Replies: 8
Views: 6906

Not if you want the flexibility. TO_DATE in Oracle is like IConv in DataStage and gets you an 'internal' date that can be directly compared to another DATE field without issue. Once you start comparing strings you can cause yourself all kinds of grief. While there are ways you can 'cheat' and just p...
by chulett
Tue Dec 05, 2006 10:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: architectural difference in the repositories.
Replies: 8
Views: 1422

What is it today with two allegedly different people asking the same question? Abhi - are you by any chance associated with the person making this post? As to your questions: a) The repository hasn't been Universe for some time now. b) The repository is now the DataStage Engine, which does bear a st...
by chulett
Tue Dec 05, 2006 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Yesterday's date as parameter
Replies: 8
Views: 6906

Or you could parameterize that entire portion of the query: AND DATE_FIELD = #P_DATE_CLAUSE# Default the value to TRUNC(SYSDATE-1) so that 'normal' runs compute yesterdays date from the current system date. Override the value if need be by passing in a fixed date: TO_DATE('12/01/2006','MM/DD/YYYY') ...
by chulett
Tue Dec 05, 2006 9:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reply = 9 error in Execute_Command stage
Replies: 17
Views: 4151

splayer wrote:Yes, it did because in the director it show the complete list of all unzipped files. However, I don't see the files in the directory.

I'll bet they're all in the Project.
by chulett
Tue Dec 05, 2006 9:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Yesterday's date as parameter
Replies: 8
Views: 6906

You can certainly do it via a number of methods, but why not use TRUNC(SYSDATE-1) in your query instead if it always needs to be 'yesterday'?
by chulett
Tue Dec 05, 2006 6:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importance of Display column in oracle stage
Replies: 7
Views: 1220

Not in the Oracle stage, which was the specific question I was answering. :wink:
by chulett
Tue Dec 05, 2006 2:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with loading Timestamp filed into Oracle
Replies: 15
Views: 5931

This is getting crazy. Are you and beaditya the same person? You both seem to be working on the exact same problem, same table, same PK violation, same confusion - same everything. Can the two of you get together and start a single new thread where your remaining issue is clearly defined now that a...
by chulett
Tue Dec 05, 2006 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with "timestamp" for OCI-9
Replies: 41
Views: 11900

This is getting crazy. Are you and sshettar the same person? You both seem to be working on the exact same problem, same table, same PK violation, same confusion - same everything. Can the two of you get together and start a single new thread where your remaining issue is clearly defined now that a...
by chulett
Tue Dec 05, 2006 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert new rows without update
Replies: 6
Views: 1186

Yes... but I personally would not touch them with a 10 foot pole in any job I was concerned about the performance of.
by chulett
Tue Dec 05, 2006 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create Read only Jobs.
Replies: 4
Views: 3457

It does a wee bit more than that... why not include a complete description of the solution you are proposing?
by chulett
Tue Dec 05, 2006 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle restarting of subsequnces in Failure cases
Replies: 18
Views: 5367

Unless you write your own job control code, of course - then you can do anything you want... within your ability. :wink:
by chulett
Tue Dec 05, 2006 8:49 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Webservices PACK and RTI differenced...
Replies: 10
Views: 5037

Check this thread but skip the first three posts. :wink:

Ernie posted some information on testing web services. Or have a chat with any resources you have at your company who do that for a living.
by chulett
Tue Dec 05, 2006 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle restarting of subsequnces in Failure cases
Replies: 18
Views: 5367

You can't! Which part of 'must abort to restart' was unclear? :wink:

Doesn't matter what you want, the master sequence must abort to allow the checkpoint restarting to function.
by chulett
Tue Dec 05, 2006 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To populate Multiple IDs for UNIQUE Vehicle
Replies: 5
Views: 1261

Or an answer to my rather simple question. :?
by chulett
Tue Dec 05, 2006 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importance of Display column in oracle stage
Replies: 7
Views: 1220

Re: importance of Display column in oracle stage

parvathi wrote:what actually display column will do and its importance

To actually answer your question - It controls the initial width of the column in the data grid when you View Data... nothing more, nothing less.