Search found 53125 matches

by ray.wurlod
Tue Sep 16, 2008 12:08 am
Forum: General
Topic: Error in the Logview (oracle_oci_o: oRa_12154:TNS:could not)
Replies: 2
Views: 1997

The name you have given as the database source name in your Oracle OCI stage is not known to Oracle, probably because it is not recorded in the tnsnames.ora file. Get your Oracle DBA to help with configuring this; DataStage is, as far as Oracle is concerned, just another client application.
by ray.wurlod
Mon Sep 15, 2008 9:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP plugin stage
Replies: 6
Views: 2830

Try /EDW_Download_Main (with no drive letter, and with UNIX-style forward slashes in the pathname).
by ray.wurlod
Mon Sep 15, 2008 8:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is a routine possible as an alternative to Lookup Stage?
Replies: 4
Views: 1336

Moderator: please move to parallel forum
by ray.wurlod
Mon Sep 15, 2008 8:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is a routine possible as an alternative to Lookup Stage?
Replies: 4
Views: 1336

But surely you'll end up with the same number of Transformer stages executing with this approach?
by ray.wurlod
Mon Sep 15, 2008 8:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving info about a seq file
Replies: 7
Views: 1699

This seems to be the date/time created unless permissions have been changed.
by ray.wurlod
Mon Sep 15, 2008 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving info about a seq file
Replies: 7
Views: 1699

Page 6-560 in the manual for version 7.1, page 6-561 in the manual for version 7.5, page 6-561 in the manual for 8.0.
by ray.wurlod
Mon Sep 15, 2008 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Deadlock Situation.
Replies: 7
Views: 1779

To process a single row a parallel job can never be as efficient as a server job.
by ray.wurlod
Mon Sep 15, 2008 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Continuous Surrogate key generation for multiple runs
Replies: 7
Views: 3062

Could I suggest using a DataStage job (a server job is most efficient) rather than a UNIX script for extracting the next value from the target table? Using the server job's user status area makes it easier for the job sequence to retrieve the value, which it can do with an unqualified reference to t...
by ray.wurlod
Mon Sep 15, 2008 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing zeros for decimal values
Replies: 7
Views: 3165

If the data type is Decimal you can not remove the non-significant zeroes, because they don't actually exist. They are an artifact of how DataStage displays decimal numbers to prove that precision and scale are being handled correctly. Internally Decimal data type is stored in a binary format.
by ray.wurlod
Mon Sep 15, 2008 3:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation error
Replies: 1
Views: 1424

What is External1 ?

My guess us that you have typed in what you believe to be the name of a transform function (DS Routine) but which isn't.
by ray.wurlod
Mon Sep 15, 2008 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving info about a seq file
Replies: 7
Views: 1699

The STATUS statement will retrieve date and time created, modified and last accessed, and 25 other pieces of information about a sequential file. Note that I refer specifically to the STATUS statement here, not the Status() function. Check the DataStage BASIC manual for full details. Dates and times...
by ray.wurlod
Mon Sep 15, 2008 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parallel calling of Job with different invocation ids
Replies: 3
Views: 1401

Yes, any other way. Just start them at the same time. The fact that they have different invocation IDs will make them independent of each other.

Of course you must make sure that this is possible, for example by not having them all write to the same sequential file.
by ray.wurlod
Mon Sep 15, 2008 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Continuous Surrogate key generation for multiple runs
Replies: 7
Views: 3062

U did not ask the question. U is the name of one of our posters.

This is one of the reasons we ask posters to adhere to a professional standard of written English on DSXchange. DSXchange is not a mobile telephone; SMS may have its place, but DSXchange is not that place.
by ray.wurlod
Mon Sep 15, 2008 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: osh script
Replies: 1
Views: 1058

The OSH code that is generated by compiling a parallel job is stored as part of the job properties. Provided that viewing of the generated OSH has been enabled in the Administrator, then you can view the generated OSH by opening the Generated OSH tab in the job properties dialog. It is OSH (Orchestr...