Search found 42189 matches

by chulett
Fri Apr 13, 2007 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ascentialdatastage 8.0Features
Replies: 2
Views: 729

You really should bookmark and read Vincent's blogs.
by chulett
Fri Apr 13, 2007 6:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract data efficiently
Replies: 4
Views: 1242

chulett wrote:Describe your 'extraction' segment - what stages are used? What databases are involved? What is the volume of data? What kind of transformations are you doing?
by chulett
Fri Apr 13, 2007 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read And Wirte the same named pipe in different jobs
Replies: 5
Views: 1442

There are two threads on this subject - here is the other. Has some of the background left out of this one.
by chulett
Fri Apr 13, 2007 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: px installation on pc
Replies: 6
Views: 1734

And note that your version - 7.5.2 - is not the same as the 7.5x2 version that will run PX jobs on Windows.
by chulett
Fri Apr 13, 2007 5:59 am
Forum: General
Topic: DSSendMail
Replies: 9
Views: 6286

No-one is suggesting you use it in a job. Open it via the Manager. Look at the code there. Run it by 'Test'ing it in the Manager.
by chulett
Fri Apr 13, 2007 5:57 am
Forum: General
Topic: How to use Oracle 10G through datastage 7.1?
Replies: 3
Views: 1413

I wouldn't worry about a 'scripted' approach right now. You can connect to an Oracle 9i instances via an OCI9 stage right now, yes? Since that's the case, all you need to do is continue to use the 9i client and simply point it to a 10g instance. Will work fine. In other words, you shouldn't have to ...
by chulett
Fri Apr 13, 2007 5:53 am
Forum: General
Topic: Not able to import metadata from Oracle 10g to DS 7.5.1 Vers
Replies: 4
Views: 1889

Don't use the ODBC stage unless that's how you plan on accessing Oracle in your jobs. You really should be using the 'Plug-In Metadata' option and specifying one of the OCI stages for this. Have you setup your DataStage server for Oracle? That means either having an Oracle client setup and configure...
by chulett
Fri Apr 13, 2007 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOw to call procedure in Datastage Oracle Stage
Replies: 6
Views: 7831

Open/Close for a Parallel job. He meant the 'Before SQL' or 'After SQL' tab of an OCI stage in a Server job can be used to call a stored procedure as long as they don't return anything.

Otherwise, use the STP or Stored Procedure stage which you have in your version.
by chulett
Fri Apr 13, 2007 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in inserts
Replies: 6
Views: 1111

Re: error log

47shailesh wrote:Transformer_0: ORA-01858: a non-numeric character was found where a numeric was expected.

:? Tha'ts not an error I would expect to come from a problem with a DATE field. Dollars to doughnuts it's coming from a different field you are populating - one defined as a NUMBER of some precision.
by chulett
Fri Apr 13, 2007 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract data efficiently
Replies: 4
Views: 1242

Welcome. Pretty big work order on a first post - tune a job for you. And made more difficult because we don't know any specifics of your job design. How about this? Identify your bottleneck or bottlenecks. Attack them one by one. If you mentioned that 'extracting takes 6 hours' you think it could ta...
by chulett
Fri Apr 13, 2007 5:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read And Wirte the same named pipe in different jobs
Replies: 5
Views: 1442

There's no attachment and no way to 'attach' anything anyhow. For a screenshot, you'd need to host it somewhere - and there are numerous free images hosting services - and then use Img or URL tags to link it into a post.
by chulett
Fri Apr 13, 2007 5:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multirow lookup between an hashed file and an oledb stage
Replies: 7
Views: 1553

Re: Multirow lookup between an hashed file and an oledb stag

I read in this forum that what I need is possible in two different ways: - by using an Universe stage and performing the join in the transformer - by preloading the data retrived from the hashed file in a before-stage routine and by using a transform function in the transformer key expression (is i...
by chulett
Fri Apr 13, 2007 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Error selecting from log file RT_LOG862"
Replies: 9
Views: 6511

What happened when you ran Exact Match searches for DS.TOOLS and DS.CHECKER ? I got quite a number of hits which answered both questions.

Please give that a shot and then let us know if you have any specific questions on either subject.
by chulett
Thu Apr 12, 2007 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Split Row into columns through Data Stage?
Replies: 6
Views: 4992

Yep, as noted several ways. Simplest would be the Pivot stage unless you are working with a huge volume of data as it can be a little... slow.
by chulett
Thu Apr 12, 2007 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Do stages OCI (Oracle 9) need to be converted for Oracle 10g
Replies: 5
Views: 1338

But in another sense, the upgrade of the product from 7.1 to 7.5 will automatically convert / upgrade all of the jobs as well - but as noted won't change one stage to another. If you are upgrading from an older version that only had an OCI8 stage to a version that supports the OCI9 stage as well, th...