Hi Forum.
I have the following script /home/user/EDW_ENV.sh to setup some environment variables as:
What does the following shell command do?
Is there another command to perform the same thing above?
I'm trying to add the same code in our ETL application (Informatica) Unix task but I'm getting the following error:
I have the following script /home/user/EDW_ENV.sh to setup some environment variables as:
Code:
##### section 1 PM_HOME #####
export PC_DIR_BASE=/data/informatica/ming
export DIR_ORACLE=/data/sw/apps/oracle/Oracle_scripts
export DIR_INF_SERVER=/cygdrive/d/EDW/Informatica951
.....
Code:
. /home/user/EDW_ENV.sh
I'm trying to add the same code in our ETL application (Informatica) Unix task but I'm getting the following error:
Code:
Severity Timestamp Node Thread Message Code Message
INFO 1/8/2015 4:47:22 PM node01_STCDEVINFM51 PRE-SESS CMN_1954 [Pre/Post Session Command] Process id 9200. Standard output and error:
'.' is not recognized as an internal or external command,operable program or batch file.