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: Strange behavior on enabling autotrace..

Re: Strange behavior on enabling autotrace..

From: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 13 Dec 2005 10:42:12 -0800
Message-ID: <1134499327.229519@jetspin.drizzle.com>


nirav wrote:
> Hi ,
>
> I have plus trace role enabled and also plan table created on the
> schema of the user..now from the server when I login as the user, from
> the server itself, I do not get the error, but when I login as the same
> user, not from the server , but using oracle client and connect as
> username/password_at_connect string then I get following error:
>
> SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is
> enabled
> SP2-0611: Error enabling STATISTICS report
>
>
> What could be the cause?
>
> n.

Verify that you are looking at the same instance and have the same user name.

SELECT instance_name FROM v_$instance;
SELECT user FROM dual;

Verify the owner of the plan table. BTW: Was the plan table built with utlplan.sql or catplan.sql?

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Tue Dec 13 2005 - 12:42:12 CST

Original text of this message

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