Operating System - HP-UX
1748202 Members
3024 Online
108759 Solutions
New Discussion юеВ

Re: Oracle 8.1.7 tracefile: errno=13

 
SOLVED
Go to solution
Jorge E. Litzmann
Occasional Advisor

Re: Oracle 8.1.7 tracefile: errno=13

If it's not to late, here you have a work around about it.
Sanjay_6
Honored Contributor

Re: Oracle 8.1.7 tracefile: errno=13

Hi Andreas,

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
Kawah Cheung
Advisor

Re: Oracle 8.1.7 tracefile: errno=13

Hi,

I am getting the same problem. Did you Oracle or yourself manage to find a solution?

Rgds,
Kawah
If in doubt, ask!
Andreas D. Skjervold
Honored Contributor

Re: Oracle 8.1.7 tracefile: errno=13

Hi

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
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
John Dixon_1
Advisor

Re: Oracle 8.1.7 tracefile: errno=13

Hi,
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

Kawah Cheung
Advisor
Solution

Re: Oracle 8.1.7 tracefile: errno=13

Hi, I managed to find a solution to this with the help of the tusc command.

tusc -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
If in doubt, ask!
Volker Borowski
Honored Contributor

Re: Oracle 8.1.7 tracefile: errno=13

WOW,
finally a solution for a nine month old thread.
Something you should report in DAN's success thread !

(N/A) for this please
Volker
Andreas D. Skjervold
Honored Contributor

Re: Oracle 8.1.7 tracefile: errno=13

Well you might call it a success but realy this was just an minor disturbance, so I don't think it really counts that much.

Thanks anyway everybody!

Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!