ODBC connection for ORACLE

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
tatikramos
Participant
Posts: 36
Joined: Tue Sep 16, 2008 12:15 pm

ODBC connection for ORACLE

Post by tatikramos »

I am trying to setup an odbc connection to connect to an oracle database. I have been researching just for my understanding do i need to install the oracle client in order to odbc to works?
I was just editing the .odbc.in file and uvodbc.cngf file.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Do you have to? No. The wired driver doesn't need a client. The "non-wired" one does but if you have the client installed you should be using the native Oracle stages rather than ODBC.

So... why ODBC? To me that's the "access of last resort", hence the question.
-craig

"You can never have too many knives" -- Logan Nine Fingers
tatikramos
Participant
Posts: 36
Joined: Tue Sep 16, 2008 12:15 pm

Post by tatikramos »

why ODBC. because we dont have the oracle client software installed on the server. so I guess i will use the ORACLE Wire Protocol instead.
Thanks :)
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yup, that or get one installed... it's rather painless and well worth the effort! IMHO, of course. :wink:
-craig

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