Search found 887 matches

by Sreenivasulu
Mon Jan 02, 2006 2:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Don't we need Table Defs to run the DSJob ?
Replies: 8
Views: 2514

In short,
The table definitions are not required for the compiling and running of jobs.

Table definitions are used when you want to do metadata analysis.

Regards
Sreeni
by Sreenivasulu
Mon Jan 02, 2006 1:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remove 18 million records from the table.
Replies: 9
Views: 3891

Hi,

Chullet's observation is an apt one. Instead of deleting 90 percent of
records transactionally you can create a temp table with 10 percent records and then swap as suggested by him.

Before doing this have the ddl/dmls for FK,indexes generated from TOAD or any other pl/sql tool

Regards
Sreeni
by Sreenivasulu
Thu Dec 29, 2005 10:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User defined SQL-required link property
Replies: 5
Views: 2338

Just to Add:

The Before SQL and AfterSQL tabs as well work with DML not DDL.

Regards
Sreeni
by Sreenivasulu
Thu Dec 29, 2005 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: finding unix file
Replies: 12
Views: 4458

Hi,

Help for using the find command

find ./ -name FILENAME - to search from current directory

Regards
Sreeni
by Sreenivasulu
Thu Dec 29, 2005 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignoring Duplicates while reading from Seq File
Replies: 13
Views: 8593

Hi ArndW

Thanks for your advice. I will try this and get back to you.

Regards
Sreeni
by Sreenivasulu
Thu Dec 29, 2005 5:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignoring Duplicates while reading from Seq File
Replies: 13
Views: 8593

HI ArndW, Thanks for your inputs. I am some how not convinced of your reasoning that sorting data in a sequential file is faster than the database solution. I believe that sorting using a database solution is faster in case of millions of records rather than doing the sort in a sequential file. :? R...
by Sreenivasulu
Thu Dec 29, 2005 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remove 18 million records from the table.
Replies: 9
Views: 3891

HI ,

A logical solution. Hope this helps:

You can delete records older than march 2005 in batches.
For eg records older than march 2000,march 2001,march 2002,march 2003,march 2004,march 2005...so on.

This would definitely be faster than a single delete.

Regards
Sreeni
by Sreenivasulu
Wed Dec 28, 2005 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignoring Duplicates while reading from Seq File
Replies: 13
Views: 8593

HI, You can load the data in a table and then again select the distinct records. This is costly process in terms of database resources but is beneficial if millions of records are present. The solution of performing a sort and comparing with previous value could be very slow for millions of records....
by Sreenivasulu
Wed Nov 09, 2005 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate and load does not work
Replies: 5
Views: 1707

HI,

Just to inform that i tried using truncate command using parameters.
It did not work. I believe DDL commands do not work with parameters
in datastage


Regards
Sreenivasulu
by Sreenivasulu
Tue Nov 08, 2005 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connect to Database using Job control
Replies: 8
Views: 3102

HI Roy,

Out client does not want to go for a ODBC license.

I would try to find an alternate way to solve this issue.

Thanks for your suggestions.

Regards
Sreeni
by Sreenivasulu
Fri Nov 04, 2005 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connect to Database using Job control
Replies: 8
Views: 3102

Hi Ray,

I would try this.

Thanks a lot for the suggestions.

Regards
Sreeni
by Sreenivasulu
Fri Nov 04, 2005 5:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connect to Database using Job control
Replies: 8
Views: 3102

HI Arnd, I am using datastage server 5 and want to implement recoverability. i.e if the data has already been loaded for the current batch then truncate the target table and start loading. Therefore i want to prevent loading if the truncate feature does not work. Hence i wanted to use the Job contro...
by Sreenivasulu
Fri Nov 04, 2005 3:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connect to Database using Job control
Replies: 8
Views: 3102

Connect to Database using Job control

HI , We need to connect to database(oracle) using datastage basic language. I need to use this in the job control tab in job properties i.e i need to invoke "sql plus". Is there any database connection command like ExecSH which we use to execute unix commands. Appreciate your help Regards ...
by Sreenivasulu
Thu Nov 03, 2005 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashfile Migration
Replies: 3
Views: 1258

Sorry, What I mean is migration of hashfile data files from one server to another server. We migrated project but along with that hashfile (i.e., data files) will not be migrated. So how to migrate from one server to another server.
by Sreenivasulu
Thu Nov 03, 2005 4:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashfile Migration
Replies: 3
Views: 1258

Hashfile Migration

I want to know, how to migrate the Hashfiles. Can any one suggest me