Search found 4992 matches
- Wed Sep 22, 2004 9:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RTRIM(LTRIM()) help
- Replies: 4
- Views: 5141
- Wed Sep 22, 2004 8:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: restartability in db2 enterprise stage
- Replies: 5
- Views: 2049
You face a larger issue with a partitioned database load. On high volumes you simply cannot issue a commit at the end, as the data is independently streaming to a node. PX bypasses the coordinator node because it has the ability to read the system catalog. It automatically partitions the data to tha...
- Wed Sep 15, 2004 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom error
- Replies: 10
- Views: 4404
- Wed Sep 15, 2004 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom error
- Replies: 10
- Views: 4404
- Wed Sep 15, 2004 11:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup
- Replies: 14
- Views: 15560
- Wed Sep 15, 2004 9:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help on DS on Solaris.
- Replies: 3
- Views: 1252
Oracle is fully supported using the Oracle client connectivity software supplied by Oracle. Your Oracle admins should be able to help you on this. SQL-Server is supported using the ODBC drivers installed with DataStage. DB2 is handled the same way. There is a lot of installation/configuration docume...
- Tue Sep 14, 2004 1:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Performance
- Replies: 2
- Views: 829
All databases have some ability to high-performance load data, some databases have some ability to high-performance extract data. I recommend you explore using the appropriate utilities for high-performance loading in SQL-Server. The design you have described is the simplest one possible, but is oft...
- Fri Sep 10, 2004 7:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Analyzing directory Hash Files
- Replies: 6
- Views: 2788
- Tue Sep 07, 2004 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup problem
- Replies: 1
- Views: 501
- Fri Sep 03, 2004 1:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Basic syntax for an SQL "IN" statement
- Replies: 2
- Views: 472
- Fri Sep 03, 2004 11:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Price of DataStage tools????
- Replies: 2
- Views: 728
- Fri Sep 03, 2004 11:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Price of DataStage tools????
- Replies: 2
- Views: 728
- Mon Aug 30, 2004 7:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job fails to do oracle select... extraction into sequential
- Replies: 3
- Views: 903
I've seen this when the OCI stage using a version of Oracle client that is not the same version as the database. In other words, you're using an OCI8 stage to connect with 8i sqlnet pointing at an Oracle 9i installation. Unexpected errors may not be covered and cause weird results. Just doublecheck ...
- Thu Aug 26, 2004 7:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can I use administrator commands on hash not in project?
- Replies: 9
- Views: 1868
Since you are recreating the hash file every run, you've got a lot of options. This is a good thing. If your hash file is of the type YNAMIC, then what you want to do is set the minimum modulus at a high watermark so that you don't waste time everyday growing it up to the size it typically needs to ...
- Thu Aug 26, 2004 1:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: cannot insert null
- Replies: 7
- Views: 1393
I have no idea what you are talking about. Could you please post a description of your job designs. If you have a reference lookup, then describe your job something like this: I have a transformer reading from an ODBC stage, referencing a hash file and writing to another ODBC stage. A column is reje...