Upgrade ORacle to 9i - What change I do on Datastage server

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
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Upgrade ORacle to 9i - What change I do on Datastage server

Post by ketfos »

Hi,
We have upgraded ORacle 8i to 9i.
What changes we need to make on the datastage server side (7.5) so that it picks ORacle 9i database.

Thanks
Ketfos
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Hi Ketfos,
Make sure that Oracle9i client is installed and has its own home. Also, OCI8TO9.B utility should be used to convert any Oracle OCI8 stage used in your jobs. Good luck.
lebos
Participant
Posts: 74
Joined: Mon Jan 20, 2003 10:02 am
Location: USA

Post by lebos »

You will also have to change the dsenv file to specify the new Oracle Home and LibPath.

Details can be found in the Oracle OCI Plug In Manual.

We just did this and have experienced no problems at all.

Larry
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Hi,
Where is the dsenv file located. We are running DS 7.5 on HP Unix.

Thanks
Ketfos
mdan
Charter Member
Charter Member
Posts: 46
Joined: Mon Apr 28, 2003 4:21 am
Location: Brussels
Contact:

Post by mdan »

try
find <DS Installation Path> -name dsenv -print
usually in <dsadm home>/Ascential/DataStage/DSEngine/dsenv
ketfos wrote:Hi,
Where is the dsenv file located. We are running DS 7.5 on HP Unix.

Thanks
Ketfos
lebos
Participant
Posts: 74
Joined: Mon Jan 20, 2003 10:02 am
Location: USA

Post by lebos »

Do the following:

sign on as dsadm, then
cd `cat /.dshome`

This will take you to the dshome directory. dsenv is there.

I would recommend making a copy before changing it. Remember that you must bounce the DSEngine in order for changes to dsenv to take effect. From the dshome directory:

bin/uv -admin -stop
bin/uv -admin -start

Wait at least ten seconds between these two commands.

Good luck.

Larry
Post Reply