- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: strange HP-UX 13 with 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
10-30-2003 04:07 PM
10-30-2003 04:07 PM
strange HP-UX 13 with oracle
I have a very strange problem sometimes we get this error message. We have checked all the permission, and all oracle related staff but do not have any finding.
Strange thing is this happened intermittent at night. We was told it could be shared memory related problems. Last time it happened about few months ago. Sometime it happened once a month
Oracle8i Enterprise Edition Release 8.1.7.4.0 - 64bit Production
With the Partitioning option
JServer Release 8.1.7.4.0 - 64bit Production
SVRMGR> ORA-09925: Unable to create audit trail file
HP-UX Error: 13: Permission denied
Additional information: 9925
ORA-01017: invalid username/password; logon denied
SVRMGR> SVRMGR> ORA-01012: not logged on
SVRMGR> Server Manager complete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 04:35 PM
10-30-2003 04:35 PM
Re: strange HP-UX 13 with oracle
Of either the dir is not available as defined in the init
"audit_file_dest"
Also check for the permissions of the folder.
Also check the user by which you have logged into.Most probably u should log in as the dba so that the dir permissions are valid.
Make sure that you point the audit_file_dest location to the existing dir and the directory has permissions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2003 04:41 PM
10-30-2003 04:41 PM
Re: strange HP-UX 13 with oracle
You may be using the wrong user to start the database.
Or permissions on the file or directory may be wrong.
But you say you checkd.
Give me the following data:
output from the id command on the user you are starting the database with.
ll on the file in question and the directory.
I know you checked but another pair of eyes never hurts right? Even better, get a fresh pair of eyes in your shop to take a peak.
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
10-30-2003 10:46 PM
10-30-2003 10:46 PM
Re: strange HP-UX 13 with oracle
There is a report of this on metalink Note:1018924.102.
In case you don't have metalink access, a synopsis (ie paste!!) follows:
Solution Description -------------------- Have your UNIX sysadmin run fsck against the filesystem, unmount and mount the filesystem. Explanation ----------- There is an error in the status of the filesystem and it needs to be corrected so that writes to the audit directory will succeed. fsck audits and interactively repairs inconsistent file system conditions. If the file system is inconsistent the default action for each correction is to wait for the user to respond yes or no. If the user does not have write permission fsck defaults to a no action. Some corrective actions will result in loss of data. The amount and severity of data loss may be determined from the diagnostic output.
Hope this helps.
-- Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 12:57 AM
10-31-2003 12:57 AM
Re: strange HP-UX 13 with oracle
Could also be that the $ORACLE_HOME filesystem is mounted with nosuid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2003 11:46 AM
11-01-2003 11:46 AM
Re: strange HP-UX 13 with oracle
How about a shared memory issue? I have four instance running on this box.
However, only this instance having this problem.
We have checked all the permission and usage of oracle binary. I am very sure that there is no evidence of usage problem.
This thing happened intermittenly it could be 6 months it could be 3 months and it could be 1 month. We have this offline backup running everyday. Even we don't do any thing the next day backup is okay again.
I guess there must be some sort of shared memory issue.
Just wondering what parameter I need to monitor for this server.