odbc connector stage performance issue on Oracle 12 C

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
satheesh_color
Participant
Posts: 182
Joined: Thu Jun 16, 2005 2:05 am

odbc connector stage performance issue on Oracle 12 C

Post by satheesh_color »

Hi All,

We are using Datastage 9.1 parallel jobs. Database is Oracle 12C. When we try to read and write the recods by using odbc connector stage , we could see the performance of the job is very less.

Kindly through me some inputs by increasing the performane or re-design the job as well.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

ODBC is necessarily slower than native connectivity, not least because of the extra layer of software (the ODBC driver) that has to be involved.

Try using a native Oracle stage; for preference the Oracle Connector stage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: odbc connector stage performance issue on Oracle 12 C

Post by chulett »

satheesh_color wrote:we could see the performance of the job is very less
Compared to what?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply