Skip to Main Content

SQL & PL/SQL

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!

Sqlplus Error

knayam247Jan 8 2008 — edited Jan 9 2008
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 6 2008
Added on Jan 8 2008
8 comments
773 views