Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need Help: Urgent:(sqlplus: cannot execute)

853478May 23 2011 — edited May 23 2011
Hi,
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! :( :(
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2011
Added on May 23 2011
3 comments
2,569 views