How does one give developers access 2 trace files (required as input 2 tkprof)?
D “alter session set sql_trace=true” command generates trace files in USER_DUMP_DEST that can be used by developers as input 2 tkprof. On Unix D default file mask for D se files are “rwx r– —“. D re is an undocumented INIT.ORA parameter that will allow everyone 2 read (rwx r– r–) D se trace files: _trace_files_public = true Include this in ur INIT.ORA file and bounce ur database for it 2 take effect.