Search found 42189 matches
- 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...
- 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...
- 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') ...
- 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
- 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
- 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
- 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...
- 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...
- 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
- 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
- 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
- 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.
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.
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.
- 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
- 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
- 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.