Search found 53125 matches
- Tue Apr 17, 2007 3:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: importing definition from Oracle database link
- Replies: 1
- Views: 761
- Tue Apr 17, 2007 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage JOB on HOLD ?!
- Replies: 3
- Views: 1199
- Tue Apr 17, 2007 3:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Peoplesoft connection
- Replies: 4
- Views: 2510
- Tue Apr 17, 2007 3:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration from DS 7.5.1A Server Edition to DS 8
- Replies: 18
- Views: 4858
- Tue Apr 17, 2007 3:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in string to date conversion.
- Replies: 15
- Views: 6626
- Tue Apr 17, 2007 3:03 pm
- Forum: General
- Topic: SQL LOADER (sqlldr)
- Replies: 7
- Views: 3092
Automatic means that sqlldr is kicked off straight away. Manual means that sqlldr is not kicked off straight away. This can be useful where, for example, your time windows for extraction and loading do not coincide. You can still completely preserve control within DataStage - use an Execute Command ...
- Tue Apr 17, 2007 3:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: can't access db2 table after loading
- Replies: 8
- Views: 2080
Why ever not? Data cleansing is a large part of ETL. Even if you want to store "junk" data, there are no restrictions on what you can store in VarChar columns. So maybe a rethink of the target tables' data types may be in order? Take a look at QualityStage - it is particularly good at extracting bur...
- Tue Apr 17, 2007 2:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Designing Sequnece job
- Replies: 7
- Views: 1410
Almost certainly you need a patch to address the inability to open Job activity in job sequence, and my guess is the XPSP2 patch. Contact your support provider. Your second question is irrelevant. The links in a job sequence indicate dependency. In your (a) job every activity is dependent upon all p...
- Tue Apr 17, 2007 2:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-03113: end-of-file on communication channel
- Replies: 31
- Views: 12233
- Tue Apr 17, 2007 2:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: can't access db2 table after loading
- Replies: 8
- Views: 2080
- Tue Apr 17, 2007 2:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sql not working in datastage
- Replies: 16
- Views: 3514
- Tue Apr 17, 2007 2:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error after creating primary key
- Replies: 2
- Views: 805
There are various rules in Oracle about what you can and cannot do with bulk loading. For example, parallel bulk loading is prohibited if the table has any bitmap indexes. A primary key index is more likely to be a B-tree, so you need to provide a value to a property in the Oracle Enterprise stage t...
- Tue Apr 17, 2007 2:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Introduction
- Replies: 7
- Views: 2275
- Tue Apr 17, 2007 2:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while trying to import tables-dsn names
- Replies: 14
- Views: 4946
- Tue Apr 17, 2007 2:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hash file not populating
- Replies: 7
- Views: 1722
Re: hash file not populating
pat_raman2000 wrote:The part which populates hash file doesn't have transformer.The oci stage is directly connected to hash file.
I want you to put one in, as an aid to diagnosis.
With two links we get separate counts of rows selected from Oracle table and rows sent to hashed file.