Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORACLE USER TRACE FILE PERMISSION

Re: ORACLE USER TRACE FILE PERMISSION

From: Jeremiah Wilton <jeremiah_at_wolfenet.com>
Date: 1998/01/28
Message-ID: <Pine.OSF.3.95.980128162337.14786B-100000@gonzo.wolfenet.com>#1/1

On Tue, 27 Jan 1998, azaman wrote:
>
> Under unix, the user trace files are generated in
> $RDBMS/udump directory. Oracle recomends that
> this directory should have 660 permission which
> precludes any developers from viewing those files.
>
> The permission on the generated trace files also preclude
> developers ( usually not in DBA groyp ) from runing tkprof
> on thoses trace files.

Have the DBA set the following init. parameter:

_trace_files_public = true

It will make newly created trace files world readable.

Don't forget the leading underscore character!

--
Jeremiah Wilton      http://www.wolfenet.com/~jeremiah
Received on Wed Jan 28 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US