How to manage two Client Oracle

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
valentina
Participant
Posts: 9
Joined: Thu Apr 28, 2005 10:33 am

How to manage two Client Oracle

Post by valentina »

Hi all,
we need to install two Oracle client on DataStage Server to implement a secure connection. How can we manage the double configuration??
I thoght to act as follow:

- Remove Oracle setting from dsenv file
- Add User Define Environment Variables

We will set those variable for each project.
Before to implement I need to write some guidelines for the Unix support.
Any suggestion??

Thanks!

Valentina
valentina
Participant
Posts: 9
Joined: Thu Apr 28, 2005 10:33 am

Post by valentina »

In the Ascential Server we have both server and Parallel projects.
Do I have to move anyway??
Last edited by valentina on Fri Feb 22, 2008 8:11 am, edited 1 time in total.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: How to manage two Client Oracle

Post by chulett »

In the meantime, while we wait - can you please explain what you mean by this?

valentina wrote:we need to install two Oracle client on DataStage Server to implement a secure connection.

What do you mean by 'secure connection'? And are you saying that some jobs will need to use one client and some jobs will need to use the other? Or any given job may need to switch back and forth between clients? Something completely different? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
valentina
Participant
Posts: 9
Joined: Thu Apr 28, 2005 10:33 am

Post by valentina »

For Data Privacy needs, we have to use Oracle Advanced Security connection toward a Data Server. To use this connection we need to install a Client dedicated. Is it possible to use different client for different projects??Is even possible to set this for a single job??
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Two in one job might be tricky, since environment variables such as ORACLE_HOME can only have one value at a time. But you should be able to run different clients from different jobs, by making the Oracle environment variables job parameters. Just make sure you account for all the variables needed, such as NLS_LANG, not just the ones with ORACLE... names.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply