Need Help: Urgent:(sqlplus: cannot execute)
853478May 23 2011 — edited May 23 2011Hi,
This is the content in my .profile on a unix server,
MAIL=/usr/mail/${LOGNAME:?}
umask 027 #added by enRole Agent
PATH=${PATH}:/opt/app/p1crm1c3/informatica/oracle/product/10.2.0
export PATH
PATH=$PATH:/opt/app/p1crm1c3/informatica/oracle/product/10.2.0/network/admin/sqlnet.ora;export PATH
ORACLE_HOME=/opt/app/p1crm1c3/informatica/oracle/product/10.2.0
export ORACLE_HOME
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/bin
The paths are set correctly, however when i try to login to the server through the below line,
sqlplus username/password@oracleservername
ksh: sqlplus: cannot execute
It says, sqlplus cannot execute.. Please help me out with this! :( :(