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?

Re: Tracing?

From: Martin Haltmayer <Martin.Haltmayer_at_0800-einwahl.de>
Date: Fri, 18 Feb 2000 19:29:06 +0200
Message-ID: <38AD8162.161D3611@0800-einwahl.de>


I think it is a bug in 7.3.4.

Try:

  1. lsnrctl stop & shutdown your instance
  2. EPC_DISABLE=TRUE; export EPC_DISABLE in ksh or setenv EPC_DISABLE TRUE in csh
  3. Remove the mentioned *.dat files.
  4. lsnrctl start and startup your instance.

I heard that you can also set the environment variables in listener.ora, but I do not know the exact syntax (it is something like (ENV='EPC_DISABLE=TRUE'). Martin

"Ms. D.H. Harvey" wrote:
>
> SunOS 5.6
>
> Oracle7 Server Release 7.3.4.0.1 - Production
> With the distributed and replication options
> PL/SQL Release 2.3.4.0.0 - Production
>
> In .../otrace/admin files collect.dat, process.dat & regid.dat
> are growing ie some/all of our Oracle7 databases are oracle
> tracing. Can't tell as these file don't give any clues.
>
> Oracle8 Enterprise Edition Release 8.0.5.0.0 - Production
> PL/SQL Release 8.0.5.0.0 - Production
>
> The .dat files as above exist in .../otrace/admin here but are not
> growing ie not tracing.
>
> Have check oracle_trace_enable parameter for each database and it
> is FALSE for all.
>
> Any pointers as to why O7 tracing and determining on which database/s
> would be much appreciated.
>
> TIA Helen
Received on Fri Feb 18 2000 - 11:29:06 CST

Original text of this message

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