- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Super-User rights for 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
03-13-2003 05:35 AM
03-13-2003 05:35 AM
Super-User rights for Oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 05:39 AM
03-13-2003 05:39 AM
Re: Super-User rights for Oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 05:42 AM
03-13-2003 05:42 AM
Re: Super-User rights for Oracle
I would suggest that you look at sudo to give this person the specific command access they need (and I would think carefully before even granting that access). You can download it from the Porting and Archive Center:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.6/
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 05:42 AM
03-13-2003 05:42 AM
Re: Super-User rights for Oracle
"to somehow improve performance of the DB"
also ellaborate on how your Oracle DBA plans to do it.
We can help with other alternatives also...
revert
Regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 06:28 AM
03-13-2003 06:28 AM
Re: Super-User rights for Oracle
with those rights, they will be able to do ANYTHING, whether correctly, or incorrectly.
This would not let me sleep well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 07:09 AM
03-13-2003 07:09 AM
Re: Super-User rights for Oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 07:33 AM
03-13-2003 07:33 AM
Re: Super-User rights for Oracle
BTW - I do have (and use) the sysman & sysadm passwords and will "jump in" as necessary when I find run-away jobs.
I will look at SUDO and MKFIFO to see if they will do the trick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 09:33 AM
03-13-2003 09:33 AM
Re: Super-User rights for Oracle
Oracle is clear that you should not make the root user the owner of the database application. Giving that user root priviledges creates the same problems.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 11:19 AM
03-13-2003 11:19 AM
Re: Super-User rights for Oracle
he should not need to create them all the time.
Create him a couple of "pipe*" and
chmod oracle:dba pipe*
them. He can use them as he likes.
Do not remove them, they do not expire :-)
He can reuse them as he likes.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 08:13 PM
03-13-2003 08:13 PM
Re: Super-User rights for Oracle
you also consider using
exp files=(file1.dmp,file2.dmp,file3.dmp,....) filesize=N
and export will create many dmp files, each N bytes in size -- see the server
utilities guide for all of the details.
hth
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2003 10:35 PM
03-13-2003 10:35 PM
Re: Super-User rights for Oracle
If these jobs are done by different people,
don't do it. Pipes can be created with mkfifo.
Also running the root.sh script should only be done by a sysadmin, not a dba.
At my place i do both jobs and i would never su from the oracle user.
Rgds
Alexander M. Ermes