Sqlplus Error
Hey all, I know this may not be the right place to post this query but thought I'd give it a shot anyway. I am trying to invoke the sqlplus utility from the command prompt in Putty and I keep getting the following error:
-bash-3.00$ sqlplus
ld.so.1: sqlplus: fatal: /d03/oracle/product/10.2.0/PWCGTST/lib/libsqlplus.so: Permission denied
Killed
Prior to running the sqlplus command, I set both the PATH and ORACLE_HOME variables appropriately as follows,
PATH=$PATH:/d01/oracle/product/10.2.0/PWTS/bin/
export ORACLE_HOME=/d01/oracle/product/10.2.0/PWTS/
As you notice, I'm specifying /d01 in my settings and in the error it mentions a completely different path altogether. I'm curious as to why it is going to a different location to look for the library. Any ideas how to get the sqlplus to work?