Reject link in the ORACLE CONNECTOR

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
igorbmartins
Participant
Posts: 161
Joined: Mon Mar 17, 2008 10:33 am

Reject link in the ORACLE CONNECTOR

Post by igorbmartins »

Hi my friends, is it possible set up a reject link in the ORACLE CONNECTOR?

Thanks
dougcl
Premium Member
Premium Member
Posts: 137
Joined: Thu Jun 24, 2010 4:28 pm

Post by dougcl »

Hi it appears to be possible if the connector is writing. It does not appear to be possible when the connector is reading.
igorbmartins
Participant
Posts: 161
Joined: Mon Mar 17, 2008 10:33 am

Post by igorbmartins »

How can I set up? I am using to record in a table, but some records is not going.

My settings

Write mode: Insert
Generate SQL at runtime: Yes
Table name: My_Table
Table scope: Entire table
Enable quoted identifiers: No
Table action: Truncate
Generate truncate table statement at runtime: Yes
Fail on error for truncate table statement: Yes
Isolation level: Read commited
Record count: 2000
Array size: 2000
Process warning messages as fatal errors: No
Run before and after SQL statements: No
Manage application failover: No
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Drag second link from stage, right click on second link and choose "convert to reject". Pretty much everything else happens automatically, including sql code appearing on the reject link.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
igorbmartins
Participant
Posts: 161
Joined: Mon Mar 17, 2008 10:33 am

Post by igorbmartins »

Thanks
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Reject link while reading - Looks to be a excellent feature for reconciliation of missing data

Regards
Sreeni
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Reject link while reading is meaningless, provided the metadata match what's in the Oracle table. You get what there is.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply