Page 1 of 1

error while setting oracle path

Posted: Tue Mar 04, 2008 4:29 pm
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.

Posted: Tue Mar 04, 2008 5:30 pm
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.