Search found 53125 matches

by ray.wurlod
Fri Apr 03, 2009 5:24 am
Forum: General
Topic: Reg: Indexing
Replies: 1
Views: 1000

The answer is different with different database products, and you left out the possibility of "none". Most usual, I guess, would be a b-tree index. But there are certainly other possibilities. And in some cases it is possible to change that decision subsequently. For example in Red Brick i...
by ray.wurlod
Fri Apr 03, 2009 5:22 am
Forum: General
Topic: Reg: UNIQUE KEY
Replies: 2
Views: 1278

For a star schema? No.
by ray.wurlod
Fri Apr 03, 2009 5:21 am
Forum: General
Topic: Star schema VS Snowflake schema
Replies: 2
Views: 1903

Maybe, by denormalizing the dimension. But, if so, why have the snowflakes in the first place? When's the interview? Actually, a better answer to this question is always "yes", if one is happy to ignore questions of efficiency. For example the holiday table associated with a time dimension...
by ray.wurlod
Fri Apr 03, 2009 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is 7.5x2 the release # for Windows AND UNIX or different?
Replies: 9
Views: 2194

So, 100 PVUs @ $289 per PVU = $28,900 for a single-core single CPU machine.
by ray.wurlod
Fri Apr 03, 2009 3:28 am
Forum: General
Topic: Refreshing of Director
Replies: 12
Views: 4468

Close Director.

Minimizing Director comes close. But it's not as good as closing it.

Yes I'm serious. Every Director refresh is effectively a request back to the server to "stop what you're doing and give me an update". If Director is not running, these interruptions don't occur.
by ray.wurlod
Fri Apr 03, 2009 3:26 am
Forum: General
Topic: DataStage Excel Integration
Replies: 2
Views: 2672

No, it's just that they use ActiveX and therefore are exposed via OLE servers and therefore can be seen by any Visual Basic variant. While you could use them (look at the documentation for UniVerse Objects for examples of how to use DataStage Objects) it's not for the faint hearted, and definitely n...
by ray.wurlod
Fri Apr 03, 2009 3:24 am
Forum: General
Topic: Sorting a DSX file into category order
Replies: 6
Views: 1751

Not a whole lot. BEGIN or END followed by anything other than " SUB" should do it to differentiate each component in the DSX file.
by ray.wurlod
Fri Apr 03, 2009 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job status
Replies: 13
Views: 6154

Yes you can; in a trigger expression it's clearer to use OR conjunction.
by ray.wurlod
Fri Apr 03, 2009 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Password Expiry ORA:28002
Replies: 2
Views: 945

Check with your DBA. Even if technically possible it may not be politically possible at your site, in which case you will need a management regime emplaced to change your password before the interval at which warnings begin to be generated.
by ray.wurlod
Thu Apr 02, 2009 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job status
Replies: 13
Views: 6154

Don't use literal constants ("1" : @VM : "2") - these values may change in future. Prefer DS Constants (DSJS.RUNOK : @VM : DSJS.RUNWARN). There's no "best" - you do what's right in each case. Some exceptions at your site, Scott, require email to be sent. So your decisio...
by ray.wurlod
Thu Apr 02, 2009 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does anyone have a PX job template for SCD type 2?
Replies: 8
Views: 2578

A look at how PX jobs in Ver 8.x can handle SCD type 2 http://www.leverageinformation.info/myAccount/techTips?techtip=wsdatastage WARNING This website (leverageinformation.info, not DSXchange!) is for sale and, apparently to try to make a buck, every page you touch opens an extra advertising window...
by ray.wurlod
Thu Apr 02, 2009 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version Compatability from 5.2.1 to 8.X
Replies: 7
Views: 1536

"They" also say that you can't install the server on Windoze XP.
by ray.wurlod
Thu Apr 02, 2009 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reusable job that can take 2 files and comp based on keys
Replies: 6
Views: 1805

Ok. IT IS NOT POSSIBLE.

You can not have your cake and eat it too. If you have to "specify" keys then it is not "generic".
by ray.wurlod
Thu Apr 02, 2009 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reusable job that can take 2 files and comp based on keys
Replies: 6
Views: 1805

If you intend to supply key fields then suddenly things are no longer "dynamic" or "generic" in terms of metadata. Had you given any thought as to how you will be "supplying" keys? Metadata can not be affected by job parameters, at least not directly.
by ray.wurlod
Thu Apr 02, 2009 9:46 pm
Forum: General
Topic: How to resolve "Can't open DS_JOBOBJECTS" error
Replies: 21
Views: 9505

1. Restore all three from backups, removing or renaming the broken ones first. It will be faster than attempting repair. 2. Find out who (or which application) writes extraneous entries into, or removes OVER.30 and .Type30 files from, dynamic hashed files. Explain things to them with sufficient vigo...