- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Permission Denied Problem arise !!!!
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
Forums
Discussions
Discussions
Discussions
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
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
03-06-2010 11:16 AM
03-06-2010 11:16 AM
Permission Denied Problem arise !!!!
Pls tell me two things:
I am intalling oracle database on HP-UX. When I execute the exe file then following message arise:
/u01/app/oracle/10gr1/admin/pfile
permission denied:
I have diffirent oracle user for installation. any problem with rights kindly guide me.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2010 11:24 AM
03-06-2010 11:24 AM
Re: Permission Denied Problem arise !!!!
When you execute _which_ exe file? Please
show the actual command and its actual
output.
who am i
ls -l /u01/app/oracle/10gr1/admin/pfile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2010 04:50 PM
03-06-2010 04:50 PM
Re: Permission Denied Problem arise !!!!
What HP-UX version are you running? What does "uname -a" show?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2010 08:16 PM
03-06-2010 08:16 PM
Re: Permission Denied Problem arise !!!!
you will have to to check if you have execute permission for this file /u01/app/oracle/10gr1/admin/pfile to the user you running the exe.
May be you can try to set execute permission for all for this file and see if thats working.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2010 03:27 AM
03-07-2010 03:27 AM
Re: Permission Denied Problem arise !!!!
>/u01/app/oracle/10gr1/admin/pfile
pfile is the directory which contains the initialization parameters for your instance.
Would be best if this directory will be a sub-directory within a directory called afther the name of the instance. I mean that if you have an instance called prod, you will find the initialization file (maybe called init.ora or initprod.ora)under:
/u01/app/oracle/10gr1/admin/prod/pfile/
directory. Like this your work will be easy when you would run multiple instances on that server.
>permission denied:
This means that the instance can not acces the files under pfile directory. This directory must be chowned by the user that will start the instance.
Horia.
Horia.