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
How to manage two Client Oracle
Moderators: chulett, rschirm, roy
Re: How to manage two Client Oracle
In the meantime, while we wait - can you please explain what you mean by this?
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?
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
"You can never have too many knives" -- Logan Nine Fingers
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
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.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
