Search found 6797 matches
- Wed Jun 13, 2007 7:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence Abort after 129 iteration
- Replies: 7
- Views: 1977
- Wed Jun 13, 2007 7:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data transfer from a dataset to a oracle table
- Replies: 10
- Views: 2063
- Wed Jun 13, 2007 7:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_uvput() - Write failed for record id
- Replies: 4
- Views: 3501
- Wed Jun 13, 2007 7:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pl/sql in oracle plugin
- Replies: 15
- Views: 4783
You will have to incorporate that pl/sql script into a shell script, kinda like a "here" script. Search the forum or on the net for examples of an "here".
See this example where Ray describes a "here" script for ftp.
See this example where Ray describes a "here" script for ftp.
- Tue Jun 12, 2007 2:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pl/sql in oracle plugin
- Replies: 15
- Views: 4783
- Tue Jun 12, 2007 1:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pl/sql in oracle plugin
- Replies: 15
- Views: 4783
- Tue Jun 12, 2007 11:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Validation
- Replies: 5
- Views: 1317
- Tue Jun 12, 2007 8:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Undefined symbol: .DSOpenProjectEx
- Replies: 9
- Views: 4733
- Tue Jun 12, 2007 8:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: removing *s
- Replies: 13
- Views: 2941
Durga wrote:client want us to remove everything after 100 including 100 and (
Ok, now that sounds like a rule to me.
How about this
Code: Select all
TRIM(CONVERT("(", "", Field(in.Col, "100", 1)))- Tue Jun 12, 2007 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI stage
- Replies: 6
- Views: 1618
- Tue Jun 12, 2007 7:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: removing *s
- Replies: 13
- Views: 2941
- Tue Jun 12, 2007 7:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Enable orachadmin
- Replies: 4
- Views: 1935
Your dsenv file should have the path of shared library set to $APT_ORCHHOME/lib.
Then you need to run the orchadmin command by running the following
Then you need to run the orchadmin command by running the following
Code: Select all
cd $APT_ORCHHOME/bin
orchadmin delete $Path/xxx.ds
- Mon Jun 11, 2007 7:48 pm
- Forum:
- Topic: How do you define "data lineage"
- Replies: 12
- Views: 6459
A well documented source to target mapping does contain all this info. Maybe not to the extent of trimming the fields where required but the key transformations. I guess my answer was incomplete. The lineage tends to occur in different places. Most of it in the mapping doc, some in the job's documen...
- Mon Jun 11, 2007 7:42 pm
- Forum: General
- Topic: Primary Key for Staging Tables
- Replies: 5
- Views: 3661
It really depends upon what you are using the staging tables for. It also depends upon where the staging layer comes in. Right in the begining of the cycle before transformations or after transformations and right before loading the target. If your source has duplicates and you need to retain them, ...
- Mon Jun 11, 2007 12:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing Leading and Trailing Unprintable/Special Characters
- Replies: 6
- Views: 2785
Its here.