Search found 53125 matches
- Wed Jan 31, 2007 4:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Version Control: How do you do at your place
- Replies: 18
- Views: 4068
- Wed Jan 31, 2007 4:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read DISTINCT from flat file ?
- Replies: 5
- Views: 1206
- Wed Jan 31, 2007 4:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 4 digit Year number as string in oracle
- Replies: 10
- Views: 2809
- Wed Jan 31, 2007 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata Enterprise Stage Read
- Replies: 12
- Views: 4811
I missed the 16 nodes, 15 sessions per player bit. Can your Teradata installation accept (16 x 15) sessions? Maximum sessions is number of TPAs multiplied by number of AMPs per TPA. If you exceed this number, then many of your connections may simply be waiting for others to be freed. For example, wi...
- Wed Jan 31, 2007 4:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential files Backup with a timestamp
- Replies: 3
- Views: 1252
- Wed Jan 31, 2007 4:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Set Management is very slow!
- Replies: 20
- Views: 4288
- Wed Jan 31, 2007 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem adding jobs to schedule
- Replies: 15
- Views: 14366
- Wed Jan 31, 2007 4:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Column names in DS_jobs,DS_jobobjects,RT_LOGNNN
- Replies: 2
- Views: 1526
- Wed Jan 31, 2007 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning with the Change capture
- Replies: 7
- Views: 2691
- Wed Jan 31, 2007 4:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: optimum stages per job?
- Replies: 7
- Views: 1463
- Wed Jan 31, 2007 3:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what is unshared dataset
- Replies: 4
- Views: 776
- Wed Jan 31, 2007 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: By setting which eliminate duplicates values using xml stage
- Replies: 1
- Views: 613
- Wed Jan 31, 2007 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Works with job name change!!!!!
- Replies: 7
- Views: 5389
- Wed Jan 31, 2007 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Renaming and deleting a dataset
- Replies: 34
- Views: 12192
We've helped you to solve the "orchadmin" command not found problem (PATH). We've helped you to solve the "liborch686.so" library not found problem (LD_LIBRARY_PATH). What "permissions" are you talking about? If PATH, LD_LIBRARY_PATH, APT_ORCHHOME and APT_CONFIG_FILE are correctly set, you should be...
- Wed Jan 31, 2007 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: parsing id column along with XML using XMLinput stage
- Replies: 3
- Views: 1601
Welcome aboard. :D The short answer is no. Can you CAST the BLOB as LongVarChar of a suitable size and work with that? In general BLOB is not supported for ETL, because there's no "T" (transformation) possible. You can extract and load BLOB, but if you want to access their contents, that's a whole n...