Search found 42189 matches
- Fri May 30, 2008 6:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML to Sequential file problem
- Replies: 4
- Views: 1888
- Fri May 30, 2008 6:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI stage is not functioning !
- Replies: 8
- Views: 2653
See, here we are all nice and moved. Thank you Mr Roy. First off, each O/S has "a" shared library path and it's either SHLIB_PATH *or* LD_LIBRARY_PATH, never both. For H-PUX it's the former so the LD_ line(s) can be removed so as to not confuse the issue. HP-UX B.11.23 - doesn't that mean you're sit...
- Fri May 30, 2008 5:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to implement oracle lead function in datastage
- Replies: 7
- Views: 6810
- Thu May 29, 2008 11:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Routines compile
- Replies: 8
- Views: 2175
- Thu May 29, 2008 11:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Routines compile
- Replies: 8
- Views: 2175
Hmmm... There's a checkbox on the first page of the Wizard to 'Compile Custom Server Routines' but you don't seem to need to enable it. I just simply (and only) check the 'Show Manual Selection page' then click Next. Under Project Contents you'll find Jobs, Custom Server Routines and Custom Parallel...
- Thu May 29, 2008 10:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQLAllocEnv function
- Replies: 3
- Views: 2005
- Thu May 29, 2008 9:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join Header and Tralier
- Replies: 12
- Views: 3678
- Thu May 29, 2008 6:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS Director - Job "Monitor" not showing the number
- Replies: 6
- Views: 2836
- Thu May 29, 2008 6:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI stage is not functioning !
- Replies: 8
- Views: 2653
You can't , only the Moderator can, which is what Ray requested. Question: have you tried to configure the Server environment for Oracle at all? This is all documented in the pdfs you have, but basically you need to do two things, both accomplished by editing the $DSHOME/dsenv file. 1. Make sure th...
- Thu May 29, 2008 11:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to know the update date and time of a source
- Replies: 8
- Views: 1952
- Thu May 29, 2008 11:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date conversion
- Replies: 2
- Views: 1313
- Thu May 29, 2008 8:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle and CLOBs
- Replies: 5
- Views: 2465
- Thu May 29, 2008 8:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Determine end of input data
- Replies: 14
- Views: 4227
- Thu May 29, 2008 7:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI stage is not functioning !
- Replies: 8
- Views: 2653
- Thu May 29, 2008 7:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle and CLOBs
- Replies: 5
- Views: 2465
Yah, CLOBs are painful and not supported but we've been able to make them work in Server. If you are on 10g you can try using something that helped us alot, the DBMS_LOB package. Specifically, I recall a 'sub string' function there that allows you to pull a large string out of the CLOB without upset...