Search found 42189 matches

by chulett
Thu Jun 05, 2008 8:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: which oracle stage supports oracle 10g database in 7x?
Replies: 6
Views: 1633

Not all that much better. You're still repeating yourself. And you need something more than an icon in the body of the post. The OCI stage in 7.5.1a (maybe 7.5?) is where official support for 10g arrived, from what I recall. Doesn't mean you couldn't access it in earlier versions, just that it wasn'...
by chulett
Thu Jun 05, 2008 8:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to pass parameters in server routines?
Replies: 5
Views: 1363

Welcome aboard. You're gonna need to do more than just put a question mark as the sum total of your first post. Sure, saw your subject but it doesn't stand well on its own. Repeating the subject as your 'additional info' line doesn't help, either. You need to expand on your question, give us a bette...
by chulett
Thu Jun 05, 2008 12:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01036: illegal variable name/number
Replies: 5
Views: 2006

What did you find when you searched the forums for that error?
by chulett
Thu Jun 05, 2008 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before job subroutine
Replies: 9
Views: 2910

Sure, more than likely. I mean, you can do it but you would only be able to use the value in Transformers. If you needed it in a source query in an passive stage, for example, that would need to be an actual job parameter.
by chulett
Thu Jun 05, 2008 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before job subroutine
Replies: 9
Views: 2910

Bingo! :D
by chulett
Thu Jun 05, 2008 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before job subroutine
Replies: 9
Views: 2910

Exactly, you 'set params' before starting the job, after it starts it is too late. Now, don't tell anyone but I have seen people that have 'hacked' things (or otherwise have an intimate knowledge of the internal structures) and thus know how to sneak under the wire and actually update the current va...
by chulett
Thu Jun 05, 2008 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup Performance Issue
Replies: 11
Views: 2748

paranoid wrote:I think hashed file takes up lot of space in my server which i dont have.

No, they don't - not when handled properly.
by chulett
Thu Jun 05, 2008 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup Performance Issue
Replies: 11
Views: 2748

A typical solution would involve building a hashed file from your Oracle source based on the natural keys in your data, then use the hashed file for the lookup. That way you don't pull 7M records into the hash but rather just as many of the 150 as you need. Load the keys into a work table and join t...
by chulett
Thu Jun 05, 2008 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate Schema Definitions and Oracle issues
Replies: 6
Views: 6904

I'm not an IBM consultant nor work frequently with multi-byte data, but I would (and have) taken the approach that Ray is advocating. In Server jobs. For whatever that is worth. :wink:
by chulett
Thu Jun 05, 2008 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date and timstamp function
Replies: 4
Views: 1512

A search for 'StringToTimestamp' and 'TimestampToString' will get you the information you seek. And more.
by chulett
Thu Jun 05, 2008 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Start up time/performance tuning
Replies: 4
Views: 4918

Simplest answer? If you are unable or unwilling to keep certain jobs as Server jobs then change the expectations there. Stop worrying about this 'startup / performance' non-issue and accept it as part of the migration to the Wonderful World of PX.
by chulett
Thu Jun 05, 2008 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to change the Environment variable in Server job
Replies: 3
Views: 1252

So... you want to change the actual value outside of your job of an environment variable? And persist it after the job completes? And what do you mean by 'through job parameter'? :?
by chulett
Thu Jun 05, 2008 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before job subroutine
Replies: 9
Views: 2910

You can't. Do it in a separate session, store that value in some manner such that you can retrieve it later and pass it in as a job parameter.
by chulett
Thu Jun 05, 2008 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Virtualisation in datastage 7.5x2 version
Replies: 5
Views: 1792

Are you asking if it is supported under something like VMWare? :?
by chulett
Thu Jun 05, 2008 6:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: source system upgrade ( impact analysis )
Replies: 10
Views: 3353

Have you tried the Usage Analysis tool in the Manager? It can show you every job that uses a certain bit of metadata, such as the metadata for your source views.