Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: not able to turn on sql_trace for an instance
Hi Harald,
Actually I really need to trace at instance level. We are using Cognos a BI tool to create cubes to analyze. The problem is that the tool open a session does something with it and then open an new session and does something else... this for many times.
we would like to trace the sql that it is generating but it is really
difficult
when the session is changing so often. this is why I thought
to use alter system:
SQL> alter system set sql_trace on
2 ;
alter system set sql_trace on
*
I have looked in the documentation but I could not find anything and in the performance and tuning it says you can use it if you need to trace the whole instance.
Do not worry I know it will slow down the system but I am going to use
it on a test server
with only that tool running ;-)
Any other suggestion?
thanks very much!!
Fabrizio
"Harald Maier" <maierh_at_myself.com> wrote in message news:m3lltlgafg.fsf_at_ate.maierh
> "Fabrizio Napolitano" <fnapolitano_at_belgacom.net> writes:
>
> > Hello again,
> >
> > I would like to set sql_trace on for my instance, but whenever I try to
> > do
> > Alter system set sql_trace on
> > I get the error message:
> > sql_trace not system modifiable
> >
> > Is this normal, what am I missing?
>
> 'alter session' is your friend. See too the other messages about
> sql_trace.
>
> ,----
> | SQL> alter session set sql_trace = true;
> |
> | Session altered.
> `----
>
>
> Harald
-- Posted via Mailgate.ORG Server - http://www.Mailgate.ORGReceived on Fri Aug 22 2003 - 07:23:00 CDT