Search found 178 matches

by nvalia
Thu May 03, 2007 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage
Replies: 3
Views: 1272

Thanks Istsaur..

I underatand the requirement is to get Select priveleges to these sys tables..

So how & why does it allow to write (insert) data to the same table w/o these privileges
by nvalia
Thu May 03, 2007 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage
Replies: 3
Views: 1272

Oracle Enterprise Stage

Hi, When I try to use Oracle Enterprise Stage for extracting data from a table, it throws an error saying "Access to sys.dba_extents is required but not available". I understand that it needs to access to certain Oracle Sys tables for this. But when I use the same userid to write to the sa...
by nvalia
Tue Feb 06, 2007 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remote Deployment
Replies: 1
Views: 886

Remote Deployment

Hi, How does DSEE Remote deployment work? Does all the data as part of the job move between the Server location and the remote location or it just the commands? Also any other constrainst for the same? NV **NOTE** Thread moved by editor to EE forum, but it has already been re-posted, so please ignor...
by nvalia
Tue Jan 30, 2007 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CRC32 in PX
Replies: 15
Views: 6077

CRC32 in PX

Hi,

Has anyone tried using CRC32 in Parallel version by wrapping the code in a BuildOp since we do have this function in PX (only in server edition)?

NV
by nvalia
Fri Jan 26, 2007 5:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Operator
Replies: 4
Views: 1137

Thanks DSGuru2B. I am at client location and currently do not have access to Datastage. Offcourse, I will perform these benchmark tests as soon as the set up is ready. The only reason I ask is, if some has already done a similar analysis, it can be leveraged by others. My 2nd question meant that, if...
by nvalia
Fri Jan 26, 2007 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Operator
Replies: 4
Views: 1137

Kumar, thanks for your prompt respomse.

2 questions:
1. Is creating a Seq file faster than creating a Dataset from a DB table?

2. Would the process of creating datasets from a RDBMS be faster than teh process of comparing them using the CDC stage ?
by nvalia
Fri Jan 26, 2007 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Operator
Replies: 4
Views: 1137

CDC Operator

Hi,

What is operator used for in the CDC stage?
Since all of the operators are written in C++, would it be correct to say that they internally use functions/logic or the algorithms inbuilt in C++ to compare the 2 datasets?

Regards,
NV
by nvalia
Fri Jan 26, 2007 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture
Replies: 22
Views: 5899

The record size could be like 500-600 chracters..(15 cols) We have 293 million rows of this size and we need to find the changed data using Change capture? maybe around 450 GB of data So there will be 2 datasets with these many rows...We have max 8 nodes at our disposal.. So what kind of approx time...
by nvalia
Thu Jan 25, 2007 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture
Replies: 22
Views: 5899

well we are actually to trying to replace the current Sybase Replication process by ETL..that is the chalenge
by nvalia
Thu Jan 25, 2007 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture
Replies: 22
Views: 5899

has 150 columns with each on an average 25 characters per column...would also include some numeric cols as part of this 150 cols
so around 3500 characters per row..
by nvalia
Mon Jan 22, 2007 8:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase DB to File
Replies: 2
Views: 849

Sybase DB to File

Hi,

Has anyone tried to copy around a few million rows with each one having 100-150 columns in to a Sequential file or a dataset from a Sybase table. No data transformation required.

How much would the file size be aproximately?

Regards,
NV
by nvalia
Mon Jan 22, 2007 6:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture
Replies: 22
Views: 5899

Thanks DSGuru2B for your prompy response. Is CDC plug-in stage available for ASE server (Sybase) and how does it achieve it? Join stage, how would you achieve CDC using it? Most importantly what is the impact on performance as we talking high volumes here? Doing it at the DB level is not the option ...
by nvalia
Mon Jan 22, 2007 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture
Replies: 22
Views: 5899

Change Data Capture

Hi All, We have a requirement where we have to capture changed data from a Sybase server. It is a Read Only server and everyday a SAN Snapshot (Backup) of the Production data is dumped in it (around 22 Million rows). Not all tables have a As-of-Date or any such date field to be able to track the cha...
by nvalia
Mon Jan 15, 2007 1:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating Sybase IQ database
Replies: 6
Views: 4171

Thanks Ross for your prompt response.

We are looking at around 1 TB data volumes..
Also would Delete then Insert instead of update be slow too?

Regards,
NV
by nvalia
Mon Jan 15, 2007 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating Sybase IQ database
Replies: 6
Views: 4171

Updating Sybase IQ database

Hi,

Has any one faced any problems when trying to update a Sybase IQ table from Datastage uisng an ODBC stage as it has a Column based architecture and not a row based one like other RDBMS.
Any specific way to handle this, if any?

Regards,
NV