- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- want to run mknod as oracle?
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
05-24-2005 01:46 PM
05-24-2005 01:46 PM
want to run mknod as oracle?
chomd u=rx,u+s /sbin/mknod
However when I run as oracle I still get the following error:
netman:oracle:openview:/home/oracle >mknod
mknod: must be super-user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 02:06 PM
05-24-2005 02:06 PM
Re: want to run mknod as oracle?
$ /sbin/mknod pipe_file p
You can also use mkfifo to do the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 04:05 PM
05-24-2005 04:05 PM
Re: want to run mknod as oracle?
To compress large files as they are built as user Oracle you can use mkfifo (make FIFO (named pipe) special files).
This will serve your purpose.
mkfiof -p ${compress_file_path}
Indira A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 04:10 PM
05-24-2005 04:10 PM
Re: want to run mknod as oracle?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 11:46 PM
05-24-2005 11:46 PM
Re: want to run mknod as oracle?
The best option is to mknod as root, chmod the pipe, su [-] oracle ....
The only issue is that you have to start the script as root.
To ACS: Thanks for the compliment. Your view on DBAs is not very optimistic/realistic.
If you grant such right, make good procedures. That helps a lot.
Cheerio,
Renarios