Search found 42189 matches
- Thu Nov 15, 2012 8:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 New server connection issues
- Replies: 3
- Views: 2409
- Thu Nov 15, 2012 8:09 am
- Forum: General
- Topic: DS JOb Command: To identify the list of jobs in a Sequencer
- Replies: 4
- Views: 1763
- Wed Nov 14, 2012 4:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Java transformer error
- Replies: 8
- Views: 5758
- Wed Nov 14, 2012 2:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: The OCI function OCIStmtExecute returned status 1. Error cod
- Replies: 3
- Views: 4460
- Wed Nov 14, 2012 11:08 am
- Forum: General
- Topic: Parameter set file location
- Replies: 5
- Views: 1413
- Wed Nov 14, 2012 8:13 am
- Forum: General
- Topic: Generate Report not producing bmp for large jobs
- Replies: 1
- Views: 1460
You'd be best served by taking this to your official support provider, I would imagine. There are limits on the size of bmp files but it can depend on a number of factors including the bpp (bits per pixel) setting and the amount of free memory available. Out of curiousity, does the workstation you u...
- Wed Nov 14, 2012 7:54 am
- Forum: General
- Topic: Parameter set file location
- Replies: 5
- Views: 1413
- Wed Nov 14, 2012 7:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 New server connection issues
- Replies: 3
- Views: 2409
- Tue Nov 13, 2012 7:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data issue
- Replies: 5
- Views: 1747
- Tue Nov 13, 2012 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data issue
- Replies: 5
- Views: 1747
- Tue Nov 13, 2012 11:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD stage: trying to understand an aspect
- Replies: 3
- Views: 1660
- Tue Nov 13, 2012 10:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read Name of a file in remote server SFTP
- Replies: 4
- Views: 3295
Sure, using redirection via the ">" or ">>" operators.
http://en.wikipedia.org/wiki/Redirection_%28Unix%29
http://en.wikipedia.org/wiki/Redirection_%28Unix%29
- Tue Nov 13, 2012 8:34 am
- Forum: General
- Topic: Version numbers from all jobs
- Replies: 2
- Views: 887
- Tue Nov 13, 2012 7:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: JOIN STAGE takes hell lot of time
- Replies: 6
- Views: 3335
As Andrew said , can I have any of the algorithms to compact my ADDRESS_ID field size ....... I just need to give it a try and check whether it enhances the performance of the job. It won't. Your issue isn't about the size of the join key. I already have the partition and sort done IDENTICALLY on b...
- Mon Nov 12, 2012 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to Optimize data insert mechanism in data stage
- Replies: 10
- Views: 3544
You need to have a chat with your DBA about Oracle, bulk loads and indexes. That should help you understand what the various options mean and which you should use. If you don't rebuild the indexes, they can be left in an UNUSABLE state. And as I've noted, even if you do attempt a rebuild, a unique i...