Search found 53 matches

by kishorenvkb
Wed Aug 20, 2008 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Auto Partitioning
Replies: 3
Views: 1220

Auto Partitioning

Hello,

How can we find that what partition method was used during an execution if the "Auto" Partition is used in the stages?

Thanks
by kishorenvkb
Wed Aug 20, 2008 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Left over ORCH_WORK_ tables in the database
Replies: 3
Views: 864

Left over ORCH_WORK_ tables in the database

Hello, We have been running our Datastage jobs for a while now with Teradata as the target database. On a routine check... we saw that the work database on Teradata is growing in size. When looked we have a lot of tables starting with ORCH_WORK_ followed by some numbers. Does anyone know what these ...
by kishorenvkb
Wed Aug 20, 2008 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mload Vs Enterprise stages while using Teradata as target DB
Replies: 15
Views: 8276

I am currently using the MLOAD with a Before Script to delete everything from the table with a table.date > run-date. As I have communicated before, the destination table would still have few billion rows even after the above delete statement. Later I am using MLOAD Insert to insert the 750M rows in...
by kishorenvkb
Wed Aug 20, 2008 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mload Vs Enterprise stages while using Teradata as target DB
Replies: 15
Views: 8276

Mload Vs Enterprise stages while using Teradata as target DB

Hello, It may be a very basic question for most of you. When do you use Mload Vs Enterprise Stage when loading the data into Teradata. My situation is that I have 750M rows to be inserted into an existing table that has already 2Billion rows. I also need to pre-delete (based on the run-date before i...
by kishorenvkb
Mon Aug 11, 2008 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect to Oracle
Replies: 3
Views: 2902

Actually... we do not have the databases on the same server as the DataStage. We were using the EZCONNECT instead of tnsnames.ora. It was working before because the port that we were supposed to be using was the default port on the server. But, with the change in the port numbers... the default port...
by kishorenvkb
Mon May 19, 2008 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Container
Replies: 3
Views: 1007

Shared Container

Hello, Where could I find the documentation regarding the Shared Container. It is not found in the manuals that is installed on the PC. Do we need to choose a special option to install these? Also... I did not find the documentation anywhere on the sequences and the stages that you can use in them. ...
by kishorenvkb
Fri May 09, 2008 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conditional execution
Replies: 10
Views: 3788

Thanks a bunch. It worked.
by kishorenvkb
Fri May 09, 2008 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Returning Value from execute command
Replies: 3
Views: 1078

We were in a different discussion on that one. Got it working. Thanks
by kishorenvkb
Fri May 09, 2008 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conditional execution
Replies: 10
Views: 3788

You are right on the money. Yes, I need to have the count of rows in a table available in a sequence.
I have written the count to a text file.
The challenge is how to read the text file and get the count available in the sequence for me to perform a conditional branching of jobs.

Please assist.
by kishorenvkb
Fri May 09, 2008 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Returning Value from execute command
Replies: 3
Views: 1078

Returning Value from execute command

Hello,

I am using the execute command stage, to call a ksh script, which prep's a temp table with the rows.
How do I get the rowcount from that table back to the datastage sequence.
I wanted to do a conditional flow based on the count that I receive back from the ksh script

Thanks
by kishorenvkb
Wed May 07, 2008 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conditional execution
Replies: 10
Views: 3788

Conditional execution

Hello, In a sequence I have an execute command which calls a bteq to populate a table. Upon successful... the sequence continues to executes the next stage, which is a datastage job that joins the table that is populated in the previous stage with another huge fact table. Most of the time the first ...
by kishorenvkb
Thu Apr 24, 2008 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: product join between two inputs
Replies: 4
Views: 1226

Dummy column with the same value worked. Thanks.

Is this not the right forum for this question?
by kishorenvkb
Thu Apr 24, 2008 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: product join between two inputs
Replies: 4
Views: 1226

product join between two inputs

Hello, I have few columns coming from one oracle stage and few other columns coming from another teradata stage. How can I do the product join between these two and what stage should I be using for this? There are no common columns between these two sources. I mean from Oracle instance I have column...