Oracle OCI Vs Oracle OCI Load Stage

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
userds
Participant
Posts: 19
Joined: Mon Feb 14, 2005 1:39 pm

Oracle OCI Vs Oracle OCI Load Stage

Post by userds »

I need to load data from Sequential file to Oracle 9i database. The average file size will have 30k rows. Please let me know which stage(Oracle OCI or Oracle OCI Load) shall i use to improve the performance.

TIA.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

You need to know more information such as record size (i.e. record length), network constraints, tablespace arrangement etc to determine the effective method. Taking an average situation, doing an OCI must be fine.
Post Reply