difference between oracle oci 8i and 9i

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
kjaouhari
Participant
Posts: 325
Joined: Thu Mar 16, 2006 10:22 am

difference between oracle oci 8i and 9i

Post by kjaouhari »

Hi all,

I use oracle oci for a simple extraction.

do you think there is a difference of performance between oracle oci 8i and 9i.

Because if it's yes (even for a simple extraction) I will install the oracle oci 9i.

Thanks in advance.
Prashantoncyber
Participant
Posts: 108
Joined: Wed Jul 28, 2004 7:15 am

Post by Prashantoncyber »

With respect to datastage,for simple extraction you wont find any difference performance wise.
However oracle 9i has more features & facility with database standpoint......

BTY.....wht is your requirement? This will help to give more precise advice
kjaouhari
Participant
Posts: 325
Joined: Thu Mar 16, 2006 10:22 am

Post by kjaouhari »

Thanks,

my requiement is just a SELECT on 2 tables and wih conversion on date, I try to optimize this because the tables are very big.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It still has to depend on what you're doing. You need to read the information about what's changed in Oracle 9i (the "i" stands for "internet"). I doubt that very much has been done for SELECT performance. Make sure your joining columns are indexed, so that the join can be resolved in the indices.
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

Post by chulett »

First question from me would be - what version of the Oracle database are you working with? 8i? 9i? A mixture of both?
-craig

"You can never have too many knives" -- Logan Nine Fingers
kjaouhari
Participant
Posts: 325
Joined: Thu Mar 16, 2006 10:22 am

Post by kjaouhari »

The database source is on 8i and the database destination is 9i.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Your 'problem' is going to be the fact that DataStage really only supports one client version at a time. So best to stick with the 8i stage, leverage the 8i client and use it to access both the 8i and 9i databases.
-craig

"You can never have too many knives" -- Logan Nine Fingers
kjaouhari
Participant
Posts: 325
Joined: Thu Mar 16, 2006 10:22 am

Post by kjaouhari »

Thanks , it's what I did ...
Post Reply