Search found 42189 matches

by chulett
Wed Feb 10, 2010 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issue while loading frm flat file to oracle tab
Replies: 9
Views: 2743

No, it has everything to do with your reference lookup, I would wager. Each record does a singleton select across the network to your db. How efficient is your lookup sql? Not nearly as efficient as a hashed one would be. :wink:
by chulett
Wed Feb 10, 2010 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: License - Number of CPU
Replies: 5
Views: 1907

You can always install it. It will validate your values every time a job runs and let you know if it thinks you are out of compliance. The VM instance will only see 4 so you should be fine unless they are dual core.
by chulett
Wed Feb 10, 2010 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGBUS Error
Replies: 9
Views: 7301

In your shoes, I would check with your official support provider to see if this is a known issue with 11g.
by chulett
Wed Feb 10, 2010 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Existing issue with Trim function but a weird scenario
Replies: 9
Views: 22597

parag.s.27 wrote:so here there are two spaces between "Riverbank" and "Road" so Trim removes one space. That is a known issue for which workaround seems to be to use TrimLeadingTrailing().
As noted, this is not a "known issue" but rather is documented as part of How It Works.
by chulett
Wed Feb 10, 2010 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How are NULL values stored in Hash files?
Replies: 6
Views: 1838

There are at least a couple of posts on this subject that I've participated in, one is titled something like 'When is a null not a null?'. :wink:
by chulett
Wed Feb 10, 2010 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Common Connector Migration Tool login problem
Replies: 5
Views: 5319

Sounds like a connector version of the DRS stage.
by chulett
Wed Feb 10, 2010 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SELECT not in your VOC
Replies: 4
Views: 3824

When you launched your 'dssh' command, did it tell you something along the lines of it not being 'properly set up' and asking you if you want to set it up? If so, the answer is always no. This means you are not launching the command from the proper location, which would be either the DSEngine direct...
by chulett
Wed Feb 10, 2010 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issue while loading frm flat file to oracle tab
Replies: 9
Views: 2743

Make sure you know where your bottleneck is, lookup or target. And your reference lookup should be to a hashed file not directly to a database table.
by chulett
Wed Feb 10, 2010 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: License - Number of CPU
Replies: 5
Views: 1907

You need to provide the count you are licensed for regardless of what's actually on the server you are installing on. Virtual or otherwise.
by chulett
Wed Feb 10, 2010 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcput() - row too big for inter stage rowbuffer
Replies: 8
Views: 5380

Then you should mark your post as Resolved using the button at the top of the page. Please.
by chulett
Wed Feb 10, 2010 6:52 am
Forum: General
Topic: time conversion
Replies: 17
Views: 10756

Or that. :wink:
by chulett
Tue Feb 09, 2010 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Simple Job run forever
Replies: 4
Views: 1594

Locks.
by chulett
Mon Feb 08, 2010 4:14 pm
Forum: Site/Forum
Topic: Webinar links broken?
Replies: 1
Views: 2719

You can't view an old Webinar AFAIK but their information should be available from the 'Downloads' links posted below each one.
by chulett
Mon Feb 08, 2010 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Common Connector Migration Tool login problem
Replies: 5
Views: 5319

Not wanting to derail the thread but what exactly is this tool?
by chulett
Mon Feb 08, 2010 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic Job -- Unable to see the log
Replies: 18
Views: 5290

Figured it could, just never seen it. :wink:

Any such lock would foil the export/import trick as well, I would think.