Oracle connector Usage

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
vskr72
Premium Member
Premium Member
Posts: 128
Joined: Wed Apr 28, 2004 9:36 pm

Oracle connector Usage

Post by vskr72 »

We have certain jobs that use Oracle connector. I just want to understand if the it can handle the following:
- Table being loaded ran out of extents or the tablespace ran out of room?
- Network disconnect, database outage, or other issue that prevents data from being loaded?

The question is whether these kinds of events can be captured in the Oracle Connector reject link.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That's not what a 'reject' link is for. The events you mention will cause the job to abort, not records to be rejected.
-craig

"You can never have too many knives" -- Logan Nine Fingers
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

All those examples require someone, like a DBA or network person, to take action. In cases like those, you can set your sequence job to detect the abort job status from the job with the Oracle Connector stage. You can have the sequence job email to one or more people, to a help desk, or to a mail group, etc. to alert them.
Choose a job you love, and you will never have to work a day in your life. - Confucius
Post Reply