- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sh: ./sqlplus: Execute permission denied.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2007 11:11 AM
тАО02-20-2007 11:11 AM
sh: ./sqlplus: Execute permission denied.
After the install of Oracle on a D380, I get the following sqlplus error.
sh: ./sqlplus: Execute permission denied.
Does anybody know why I get the permission denied?
Jacques
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2007 11:25 AM
тАО02-20-2007 11:25 AM
Re: sh: ./sqlplus: Execute permission denied.
Not much details to go on... can you do an ls -al on the file to see what are the permissions?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2007 12:50 PM
тАО02-20-2007 12:50 PM
Re: sh: ./sqlplus: Execute permission denied.
Tried to log in to an account in the dba group?
./sqlplus is an odd location to run sqlplus from.
Should that not be something like :
$ORACLE_HOME/bin/sqlplus
Where are you? (pwd), where is Oracle?
As the other reply indicated, let's see an ls -al on ./sqlplus.
Maybe even a 'file sqlplus' to make sure it is the executable and not a helper.
What do you get from `which sqlplus` ?
Hopefully one of these questions geets you looking in the right direction..
Cheers,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2007 01:31 PM
тАО02-20-2007 01:31 PM
Re: sh: ./sqlplus: Execute permission denied.
Load the Oracle environment varialbes and try,
- or logon to the oracle user and try.
- If you are as root try # su - oracle
Then use the swlplus command.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2007 08:36 PM
тАО02-20-2007 08:36 PM
Re: sh: ./sqlplus: Execute permission denied.
did you run the $ORACLE_HOME/root.sh file as root / at all ?
Check permissions with ll.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2007 08:35 PM
тАО02-21-2007 08:35 PM
Re: sh: ./sqlplus: Execute permission denied.
I got the same time ago due to teh act that the suer I try to run sqlplus was not in the same group as oracle user. Probbaly adding the user in the same group of oracle suer save this or chnage teh permission for oracle having s in the permission. (I'm sorry but I do not remmeber how to have this)
HTH,
Art