sqlplus: Permission denied [message #379717] |
Wed, 07 January 2009 14:42 |
prashanthgs
Messages: 89 Registered: May 2005 Location: chennai
|
Member |
|
|
Hello
I have installed Oracle Client 10.2.0.1.0 in SUN OS 5.10.
Logged in as Oracle user
While I am trying to execute sqlplus in oracle home I am getting below error.
cnc.sop.com% cd $ORACLE_HOME
cnc.sop.com% sqlplus
sqlplus: Permission denied
But while trying from $ORACLE_HOME/bin I am able to do so
cnc.sop.com% cd $ORACLE_HOME/bin
cnc.sop.com% sqlplus
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jan 7 15:40:08 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter user-name:
Whats the problem?
Thanks
Prashanth
|
|
|
|
|
Re: sqlplus: Permission denied [message #379720 is a reply to message #379719] |
Wed, 07 January 2009 15:10 |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
That should answer your question.
Note that when you try to execute a command in unix and there is a directory with that name, this is the error message you will get.
-
Oh, I left out that it looks like you never set up (at least some of) your environment variables (ie. PATH).
[Updated on: Wed, 07 January 2009 15:13] Report message to a moderator
|
|
|
Re: sqlplus: Permission denied [message #379729 is a reply to message #379719] |
Wed, 07 January 2009 16:00 |
prashanthgs
Messages: 89 Registered: May 2005 Location: chennai
|
Member |
|
|
But I set the path in .login as below and executed.
/opt/oracle/product/10.2.0.1.0/bin:/opt/oracle/product/10.2.0.1.0/OPatch:/usr/bin:/usr/local/bin:/usr/ccs/bin:/usr/sbin:/usr/openwin/ bin:/bin:/usr/dt/bin:/usr/sbin/X11:/usr/java14/bin:.
But still I am getting same error.
|
|
|
|
|