Search found 53 matches

by kishorenvkb
Wed Oct 07, 2009 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Database Connection
Replies: 4
Views: 1973

Okay. From datastage, I am only reading the data from Oracle table. But, on the other side, the source system is updating the same Oracle table, to remove the historical rows. I am not concerned about that as I am only reading the current and future rows. My question is that I want the connection to...
by kishorenvkb
Wed Oct 07, 2009 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Database Connection
Replies: 4
Views: 1973

Oracle Database Connection

Hello All, I have an extract job, which reads the data from an Oracle job. This job has some extensive transformation logic in it. Does this job retains the connection to Oracle even after the extract stage is completely done? The problem is... we are getting the "Snapshot is too old" erro...
by kishorenvkb
Thu Oct 09, 2008 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job status is successful, even with fatal error in it
Replies: 4
Views: 3422

Thanks Brad. Will try the workaround.
by kishorenvkb
Thu Oct 09, 2008 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job status is successful, even with fatal error in it
Replies: 4
Views: 3422

Yup that is exactly the situation (> 18 digits). We are on 7.5.1a. Do you happen to know the patch number for this?

Thanks
by kishorenvkb
Wed Oct 08, 2008 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job status is successful, even with fatal error in it
Replies: 4
Views: 3422

Job status is successful, even with fatal error in it

Hello, We have a parallel job that had a fatal error in it (when looked into the log), but still had a statement "Sucessfully Finished" at the end of the job log. Why would it do that? Has anyone see this before? Are there any configuration settings that I am missing? Not all the jobs are ...
by kishorenvkb
Tue Sep 23, 2008 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merging rows based on the key
Replies: 1
Views: 866

Merging rows based on the key

Hello All, I have a need to merge the columns based on the key. There are multiple rows with similar key. The output should have one row for a given key with the values from each row as different columns. Ex: 1, 1, a, Hello 1, 1, b, Bye 1, 1, c, Now With first two columns being the key, I wanted the...
by kishorenvkb
Thu Aug 28, 2008 12:11 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

[quote="toshea"]Yes, you can specify multiple statements separated by semicolon characters. Just don't use a line feed.[/quote]

Toshea... you rock!!! Thanks and it did work for me.
by kishorenvkb
Wed Aug 27, 2008 2:10 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

[quote="toshea"]0A is the ASCII hex value for a line feed character which the Teradata CLIv2 does not like. Try taking out any carriage returns in your statement. Does your DELETE statement span multiple lines? If you did a cut-and-paste from somewhere, make sure any terminating line feed ...
by kishorenvkb
Wed Aug 27, 2008 1:57 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

[quote="toshea"]Open the Teradata Enterprise stage. From the Properties tab of the Input page, click on Options folder and you'll see the Open Command option in the window of "Available properties to add". Click on it to add that option, type in your DELETE statement in the Open ...
by kishorenvkb
Wed Aug 27, 2008 1:51 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

[quote="toshea"]Open the Teradata Enterprise stage. From the Properties tab of the Input page, click on Options folder and you'll see the Open Command option in the window of "Available properties to add". Click on it to add that option, type in your DELETE statement in the Open ...
by kishorenvkb
Tue Aug 26, 2008 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from 7.5.1a to 7.5.3
Replies: 1
Views: 607

Conversion from 7.5.1a to 7.5.3

Hello,

Do we need to re-compile the DataStage jobs, when we upgrading to 7.5.3 version from 7.5.1a?

Thanks in advance.
by kishorenvkb
Fri Aug 22, 2008 6:48 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

Thanks to "TOSHEA" and all other responses.
by kishorenvkb
Thu Aug 21, 2008 4:53 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

Wonderful. Thanks.

Can you please expand on -open option of Enterprise Stage?
by kishorenvkb
Thu Aug 21, 2008 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Left over ORCH_WORK_ tables in the database
Replies: 3
Views: 864

Makes sense. Thank you very much.