Partition Read in ORACLE connector stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
siva7143
Participant
Posts: 35
Joined: Wed Aug 09, 2006 12:20 am

Partition Read in ORACLE connector stage

Post by siva7143 »

Hi All,

Two tables created in ORACLE without any partition method. Eg: Table1 and Table2.

While trying to run the job using the Table1 with property in ORACLE connector stage with

Enable Partitioned Reads : Yes
Partitioned Reads Method : Rowid hash



Job aborts : "Error code: 923, Error message: ORA-00923: FROM keyword not found where expected"

When we run the job for Table2 with same properties in ORACLE stage
Enable Partitioned Reads : Yes
Partitioned Reads Method : Rowid hash, it runs fine.

Kindly let me know how can we resolve this...... :(
BI-RMA
Premium Member
Premium Member
Posts: 463
Joined: Sun Nov 01, 2009 3:55 pm
Location: Hamburg

Post by BI-RMA »

Please provide the actual SQL-Statement (with parameters) as used in the Stage.
"It is not the lucky ones are grateful.
There are the grateful those are happy." Francis Bacon
jcook
Participant
Posts: 3
Joined: Wed Aug 31, 2011 1:21 pm
Location: Cincinnati, OH
Contact:

Post by jcook »

Can you explain why you would want to do partitioned reads from a non-partitioned table?
Jeff Cook, CBIP
Principal Consultant
Pinnacle Solutions Group, Inc.
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

jcook wrote:Can you explain why you would want to do partitioned reads from a non-partitioned table?
I guess to read the data in parallel & make it fast
Nag
Post Reply