Search found 2 matches

by jyc168
Mon Apr 25, 2005 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extender usage on non-partitioned database
Replies: 3
Views: 2022

Parallel Extender usage on non-partitioned database

There are some databases where you can partition on the source (Oracle, DB2...), but the advantage of PX lies in the transformation stage. PX is capable of breaking up the data into good set of partitions (as defined by your $APT_CONFIG_FILE), and handle each set individually. This is why we strong...
by jyc168
Mon Apr 25, 2005 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing NON-partitioned Oracle table
Replies: 1
Views: 1035

Accessing NON-partitioned Oracle table

For a parallel job, even if the job is reading or writting to a NON-partitioned Oracle table, does the job still need to access the the following Oracle system tables? DBA_EXTENTS DBA_DATA_FILES DBA_TAB_PARTITONS DBA_OBJECTS In other words, regardless what type of Oracle table is accessed, the selec...