Hi,

Im trying to install application in a database. But install.sh was unable to run.

oracle@xx09:/rpm/application # ./install.sh
ksh: ./install.sh: not found.



oracle@xx09:/rpm/application # ls -lrt
total 240
-rw-r--r-- 1 oracle dba 23388 Dec 30 2011 antinstall-config.xml
-rw-r--r-- 1 oracle dba 2314 Dec 30 2011 ant.install.properties.sample
-rwxrwxr-x 1 oracle dba 4372 Jan 31 2012 install.sh


ksh is also installed

I already source the environment but still have the same error.

Thanks