Search found 4992 matches
- Wed Jun 09, 2004 2:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need suggestion on using Transformer stage?
- Replies: 9
- Views: 2705
I have file structure same as DB table. For me no need of using any Constraints or derivations or RejLink. seems Except BEST PRACTICE it doesn't matter much. Okay Thanks. nsm. I would say it matters ALOT. All of those issues are exposures, when you're losing rows and don't know it you'll be wishing...
- Wed Jun 09, 2004 1:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can I just delete the operating system files?
- Replies: 2
- Views: 635
The components of a hash file are the VOC entry, the D_xxxx file in the project, the subdirectory xxxx, and the 3 files therein. Make sure you delete the file system components since you've hijacked the VOC entry. One thing to keep in mind, if you created this file using a UV/ODBC stage then there's...
- Wed Jun 09, 2004 1:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need suggestion on using Transformer stage?
- Replies: 9
- Views: 2705
A transformer allows you the ability to manage the order of columns processed, important because your SQL statement will be directly tied to the order of the columns in the file. A transformer stage gives you mapping ability to set the columns in the order you wish. In addition to being able to deri...
- Wed Jun 09, 2004 11:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restarting a Oracle Bulk Load where it left off...
- Replies: 4
- Views: 1423
Well, first of all, hash files are UNORDERED. You should NEVER use @INROWNUM as a means of reading a hash file and expecting it to return consistently ordered data unless you're using a UV/ODBC stage to give you a SQL interface and use an ORDER BY clause. Second, how are you invoking sqlldr? You nee...
- Wed Jun 09, 2004 10:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problème fonction oracle
- Replies: 3
- Views: 3902
- Wed Jun 09, 2004 10:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restarting a Oracle Bulk Load where it left off...
- Replies: 4
- Views: 1423
There is NO capability within DataStage to do what you want. What you CAN do is control the bulkload operation yourself using intelligent scripting. Oracle's sqlldr generates a log file that you can parse to get the last commit point. Then, you can run the sqlldr load with a modify control file inst...
- Wed Jun 09, 2004 9:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date is an integer
- Replies: 10
- Views: 2998
The Oracle stage adds to_Date(columnname, 'YYYY-MM-DD') to your column in the auto-generated SQL. If you're using auto-generated SQL, then make sure your date value looks like YYYY-MM-DD. Using DATE() returns the internal date format, so use something like OCONV(@DATE, 'D-YMD[4,2,2]'). If you're usi...
- Wed Jun 09, 2004 8:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HELP
- Replies: 14
- Views: 4610
Sorry, but Kim got the answer out before I checked back. Yes, 1.0 was the first version, but 3.5.3r3 was really the first stable version that really had its act together, with a good transformer stage and hash-caching disabling and decent ODBC and OCI stages. The problem was my hands typed what my m...
- Wed Jun 09, 2004 8:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HELP
- Replies: 14
- Views: 4610
Just get the readme files from each version's install cd. You'll see the product changes from each release. By the way, the changes between each major version have been HUGE. From 3.5 to 4 the product added MetaStage to the picture. From 4 to 5 the product underwent Universe --> DSEngine separation....
- Tue Jun 08, 2004 8:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do i delete fields
- Replies: 15
- Views: 4933
Hey Kim, yeah, had a bit of a tough day. Tampa Bay Lightnings won the Stanley Cup last night so I'm a little sleep-deprived. But, my points still stand and thanks for the kind words. TJ has joined Ascential, so we won't be seeing him around here anymore because of prohibitions on posting in forums. ...
- Tue Jun 08, 2004 8:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing parameters for columns
- Replies: 14
- Views: 6835
- Tue Jun 08, 2004 8:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing parameters for columns
- Replies: 14
- Views: 6835
If all tables have the EXACT same columns - ordinally, data type, and length, but the NAME of each column is just different... Load a representative set of metadata and try just USER-DEFINED SQL doing a "SELECT * FROM #tablename#". I don't think you're going to need to name the columns - user-define...
- Tue Jun 08, 2004 3:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do i delete fields
- Replies: 15
- Views: 4933
Do you have access to DataStage and can actually experiment with the tool? Consider reading Ralph Kimball's Data Warehouse Lifecycle Toolkit for an introduction to where ETL tools generally are used: data warehouses. As for forums, this forum is for users of DataStage to exchange ideas, concerns, ti...
- Tue Jun 08, 2004 12:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do i delete fields
- Replies: 15
- Views: 4933
It's not about touchy. This subject has been covered before. It you aren't qualified for the job, don't come here to try to cheat and get answers for experience you haven't gained thru effort. My side rants are the effect of a cheater impacting myself and a bunch of others who have killed themselves...
- Tue Jun 08, 2004 11:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do i delete fields
- Replies: 15
- Views: 4933
James, respectfully, isn't a technical interviews purpose to expose the knowledge of a candidate and hopefully prevent the company from bringing in an unqualified candidate? It sounds like the interview served its purpose. You need to search this forum and try to glean answers in lieu of asking us f...