- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle 8.1.7 tracefile: errno=13
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
09-05-2001 02:10 AM
09-05-2001 02:10 AM
I'm getting the following trace file on my 8.1.7 databases upon each startup:
Oracle8i Enterprise Edition Release 8.1.7.0.0 - 64bit Production
JServer Release 8.1.7.0.0 - 64bit Production
ORACLE_HOME = /oracle/product/8.1.7
System name: HP-UX
Node name: bico_utv
Release: B.11.00
Version: U
Machine: 9000/800
Instance name: TEST8i
Redo thread mounted by this instance: 0
Oracle process number: 0
8787
User does not have permission : errno=13
Anyone been there?
Andreas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 03:33 AM
09-05-2001 03:33 AM
Re: Oracle 8.1.7 tracefile: errno=13
Check the rights for your Oracle directories.
One of them ( tracefile directory ) may either not be owned by oracle or does not have the right mode or does not even exist.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 04:23 AM
09-05-2001 04:23 AM
Re: Oracle 8.1.7 tracefile: errno=13
errno 13 is PERMISSION DENIED.
Have a look on /usr/conf/h/errno.h.
You may have problems due to :
1. Not having the right user name.
2. Not having the right group name.
3. Permission on directories and files.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 09:32 PM
09-05-2001 09:32 PM
Re: Oracle 8.1.7 tracefile: errno=13
Make the user as a member of the dba group.
Retry the operation.
Thanks
GM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 11:14 PM
09-05-2001 11:14 PM
Re: Oracle 8.1.7 tracefile: errno=13
My directories is owned by the oracle sw owner (login:oracle8i) and group oinstall.
All directories have 755 rights.
Tracefile directories seem OK too.
User oracle8i is member of dba group and has oinstall as primary group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 01:00 AM
09-06-2001 01:00 AM
Re: Oracle 8.1.7 tracefile: errno=13
whether the Oracle-user that correct group is assigned.
whether the oper-roup is installed or defined.
whether the start pocedure are assigned to the correct user.
whether if S-bit is be set
whether other mistakes in the oracle-tracefile like ora-00942 are taken down.
mo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 02:11 AM
09-06-2001 02:11 AM
Re: Oracle 8.1.7 tracefile: errno=13
Oracle Support is now looking into this, as I can't find anything wrong with permissions, ownership etc.
I'll let you know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 02:16 AM
09-06-2001 02:16 AM
Re: Oracle 8.1.7 tracefile: errno=13
Just try the permissions to the directories as
775.
have a go!
These permissions will also give full rights to the oracle group.
GM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 02:18 AM
09-06-2001 02:18 AM
Re: Oracle 8.1.7 tracefile: errno=13
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 02:33 AM
09-06-2001 02:33 AM
Re: Oracle 8.1.7 tracefile: errno=13
Check the permissions of the archive log directories if your database is running in archivelog mode.
Also check the trace directory permissions.
Open your init
Thanks
G Manikandan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2001 11:26 AM
09-13-2001 11:26 AM
Re: Oracle 8.1.7 tracefile: errno=13
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2001 12:37 PM
09-13-2001 12:37 PM
Re: Oracle 8.1.7 tracefile: errno=13
Anything under /Oracle should be owned by User Oracle and the group to which oracle belong. We have set the group to dba.
Also look for the permission of these files and directories which should be owned by oracle and group dba
/etc/oratab
/etc/listener.ora
/var/opt/oracle
/usr/local/bin
Also check for the permission of the temp directories /temp and /tmp. Also /var/tmp.
Hope this helps.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 06:09 AM
05-14-2002 06:09 AM
Re: Oracle 8.1.7 tracefile: errno=13
I am getting the same problem. Did you Oracle or yourself manage to find a solution?
Rgds,
Kawah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 02:15 AM
05-15-2002 02:15 AM
Re: Oracle 8.1.7 tracefile: errno=13
Didn't find a solution.
Have applied patchset 8.1.7.3.0 and the trace still comes.
But everything runs smoothly and bases are seldom started som this is infact not a problem anyway (just an anoyance)
rgds
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2002 08:40 AM
05-18-2002 08:40 AM
Re: Oracle 8.1.7 tracefile: errno=13
bit of a long shot this one...
Have you got the log_archive_trace parameter set in initTEST8i.ora?
Try setting this to zero to disable tracing.
cheers,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 02:55 AM
05-24-2002 02:55 AM
Solutiontusc -afpo /tmp/tusc.out sqlplus [enter]
username: /as sysdba
Connected to an idle instance.
SQL> startup
This produces a trace, and shows you what is actually happening when you issue the oracle startup command. Looks like junk but pretty useful when you know what to look for. when "permissions" are involved, searching for "ERR#13" will normally direct you to the right place, when analysing tusc output file. What was happening in my case was that oracle did not have permission to /dev/async (asynchronous io). Once permission were amended, no more trace files were being produced. Tusc is not an HP utility - you can download it from http://eigen.ee.ualberta.ca/hppd (hit search button and search for tusc).
All the best.
Kind Regards,
Kawah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 05:41 AM
05-24-2002 05:41 AM
Re: Oracle 8.1.7 tracefile: errno=13
finally a solution for a nine month old thread.
Something you should report in DAN's success thread !
(N/A) for this please
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2002 06:57 AM
05-25-2002 06:57 AM
Re: Oracle 8.1.7 tracefile: errno=13
Thanks anyway everybody!
Andreas