error while setting oracle path

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
laxman.ds
Premium Member
Premium Member
Posts: 66
Joined: Thu Mar 02, 2006 9:00 am

error while setting oracle path

Post by laxman.ds »

Hi ,

source is Oracle

Error executing View Data command:

##E TOSH 000205 03:56:09(004) <main_program> PATH search failure:

Then I tired setting these
D:\Ascential\DataStage\PXEngine\install>sh
$ ORACLE_HOME="D:/oracle/product/10.1.0/db_1"
$ export ORACLE_HOME
$ APT_ORCHHOME = "D:/Ascential/DataStage/PXEngine"
APT_ORCHHOME: not found


got the above error message..

Please let me know how can i rectify this.
2 B 1 4 ALL
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Why, when the error was clearly telling you that there was a problem with PATH, did you think that changing other environment variables would have any effect? It's the PATH environment variable that needs to be corrected - perhaps by inclusion of ${ORACLE_HOME}/bin.
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