Search found 42189 matches
- Thu Mar 28, 2013 6:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Char DataType Not working in Pivot
- Replies: 4
- Views: 1778
- Thu Mar 28, 2013 6:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import Oracle Table - Lengths multiplied by 3
- Replies: 5
- Views: 1695
How did you import the metadata, using which tool/option? Do you have NLS enabled? I've seen this before and I'm sure it has been posted here as well but I don't recall off the top of my head why that happens but I'm sure it's NLS related. These 'certain Oracle instances' - how does their NLS_LANG s...
- Wed Mar 27, 2013 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Char DataType Not working in Pivot
- Replies: 4
- Views: 1778
- Tue Mar 26, 2013 6:26 pm
- Forum: General
- Topic: QC database
- Replies: 12
- Views: 2027
- Tue Mar 26, 2013 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wild Card - Get File Name
- Replies: 19
- Views: 10977
Odd... I don't recall anyone posting that issue before. Usually it's what we've been discussing - it 'works' without the variable but returns the pattern as the filename. Add the variable and you get the full filename, easy peasy. With that behaviour I'd contact your official support provider, ask t...
- Tue Mar 26, 2013 4:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Semi Colon in SQL String
- Replies: 10
- Views: 4683
- Tue Mar 26, 2013 1:56 pm
- Forum: General
- Topic: QC database
- Replies: 12
- Views: 2027
- Tue Mar 26, 2013 1:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Semi Colon in SQL String
- Replies: 10
- Views: 4683
- Tue Mar 26, 2013 1:12 pm
- Forum: General
- Topic: Import a .pkg file using istool command
- Replies: 8
- Views: 5744
- Tue Mar 26, 2013 1:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Semi Colon in SQL String
- Replies: 10
- Views: 4683
- Tue Mar 26, 2013 7:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wild Card - Get File Name
- Replies: 19
- Views: 10977
- Tue Mar 26, 2013 6:59 am
- Forum: General
- Topic: How to Unzip files using datastage?
- Replies: 11
- Views: 7772
- Tue Mar 26, 2013 6:54 am
- Forum: General
- Topic: Changing License on a v7.5 server
- Replies: 4
- Views: 1576
- Tue Mar 26, 2013 6:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: deadlocks while insert then update on oracle
- Replies: 5
- Views: 6969
- Mon Mar 25, 2013 10:07 pm
- Forum: General
- Topic: How to Unzip files using datastage?
- Replies: 11
- Views: 7772
Look into the gunzip -c option which unzips the file to std out which the the Sequential File stage can leverage via the Filter option. If you really need to unzip to files, pipe it to the split -b command which lets you control the size in bytes of each chunk. -b n: Split a file into pieces n bytes...