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: Tracing Question:

Re: Tracing Question:

From: sybrandb <sybrandb_at_gmail.com>
Date: 29 Dec 2006 12:17:54 -0800
Message-ID: <1167423474.149247.76060@48g2000cwx.googlegroups.com>

probashi wrote:
> If I enable tracing using the following
> alter session set sql_trace = true
> the trace file in being generated in user_dump_dest (Oracle Parameter)
> folder and the file names are of the following format
>
> {instance_name}_ora_{process id}.trc
>
> Is there any way I can take the process id off or use a fixed file name?

alter session set trace_file_identifier='<anything you choose>' and that string will be included in the filename. It won't however override standard conventions.

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Fri Dec 29 2006 - 14:17:54 CST

Original text of this message

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