Login  Register

Re: Environment Oracle Application 11g cannot execute

Posted by Brian Hogantara on Sep 22, 2017; 2:02am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Environment-Oracle-Application-11g-cannot-execute-tp3512p3543.html

ok i would like to share my problem to you.

you reply :
"There is a ":" character in the beginning of that file.
It is clearly seen Brian :)

See the first line, before the line starting with # $Header: APPSORA_ux.env . There is ":" character, delete it and your problem will be fixed."

did you means i must delete the character ":" from the script "APPSDEVELMEN_development-2.env"?

i didn't delete, i check the script first and compare between APPSDEVELMEN_development-2.env and APPSPROD_production-2.env(environment of production) and the character ":" in APPSPROD_production-2.env is exist.

i run the environment with startApps.sh (shell script), the error shows when i run this command
bash-3.2$sh startApps.sh
': not a valid identifier
i try to run it manualy like this:
bash-3.2$. /d01/DEVELMEN/apps/apps_st/appl/APPSDEVELMEN_development-2.env
': not a valid identifier

and the error still show up.
So i try to delete startApps.sh and recreate it which is ". /d01/DEVELMEN/apps/apps_st/appl/APPSDEVELMEN_development-2.env" command put in there.
at the end it resolved :)