Search found 4992 matches
- Fri Oct 14, 2005 8:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ambiguous Error Message!
- Replies: 16
- Views: 4712
- Fri Oct 14, 2005 7:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: mainframe flat file
- Replies: 5
- Views: 1426
- Fri Oct 14, 2005 7:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Varchar to Oracle Date
- Replies: 15
- Views: 4008
You're not the original poster, you've hijacked that persons thread. So, to speak to their original post: I checked the generated SQL in the Insert stage and it shows the following (TO_DATE(:15, 'YYYY-MM-DD HH24:MI:SS')) whether I am using the Generic Date to ORA or ORA with Time transformation Gene...
- Fri Oct 14, 2005 7:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX training course
- Replies: 8
- Views: 1994
Ascential/IBM would be preferable acutally. Why? You're posting on the DSXchange, obviously you've found the need to go elsewhere for support. You've got 20K+ questions answered here, supported by folks who've been using the tools for 8+ years, some of whom are former VMark/Ardent/Informix/Ascentia...
- Fri Oct 14, 2005 6:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob not showing the same status as Director
- Replies: 4
- Views: 1970
- Fri Oct 14, 2005 6:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Varchar to Oracle Date
- Replies: 15
- Views: 4008
Dates are REALLY easy, you don't have to do most of the manipulations discussed on this thread. 1. Put all dates into ISO format YYYY-MM-DD during transformation. If you have a NULL value, THAT'S OKAY. However, whenever you manipulate your date into ISO, make sure you do it correctly. The time porti...
- Fri Oct 14, 2005 6:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clear the contents of a Hash file.
- Replies: 11
- Views: 2905
Externally pathed hash files do not work with most TCL commands unless you've used the SETFILE command with them. Why clear it when you can just delete it? Is it because you're not wanting to incur creation overhead because you have a minimum modulos? One of the best reasons to use externally pathed...
- Fri Oct 14, 2005 6:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Switch User Command in unix
- Replies: 4
- Views: 907
- Fri Oct 14, 2005 6:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle View to Text File
- Replies: 3
- Views: 776
What probably happened is that the abnormal termination left a job process connected to Oracle. Whenever a job aborts and was talking to a database you MUST check to see if any zombie processes are still out there. The next time the job runs it might see that zombie process and confuse itself and do...
- Fri Oct 14, 2005 6:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade from 4.1 to 7.5
- Replies: 4
- Views: 991
There are a couple major, job impacting changes from release 4 upwards. Link ordering was changed, therefore all reject links have to be the last in the order or they don't work. Functions changed to arguments being passed by reference, not actual value. Any Function that changed passed argument val...
- Thu Oct 13, 2005 8:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Omit last record from a sequential file
- Replies: 13
- Views: 9387
- Thu Oct 13, 2005 2:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: to use oracle user defined function in the user defined sql
- Replies: 8
- Views: 1994
- Thu Oct 13, 2005 1:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: to use oracle user defined function in the user defined sql
- Replies: 8
- Views: 1994
Compile your function in Oracle, make sure it's available to all users who require access by granting. DataStage doesn't know the difference between an inherent Oracle function and a user created function. Just use your function in your SQL statement wherever necessary. If the function is part of th...
- Thu Oct 13, 2005 10:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data insert on Indexed oracle DB
- Replies: 3
- Views: 1997
It will impact your ETL, depending on the type of indexes, tables, the loading method, and the nature of the data. Partitioned tables with global indexes will have severe performance impact to ETL, because partitioned loads send their data directly to each partition using direct path sqlldr. Global ...
- Thu Oct 13, 2005 10:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Comparisons (Date-'2005-09-10 12:20:25 AM')
- Replies: 1
- Views: 552