Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Autotrace
Walter T Rejuney wrote:
>
> Sybrand Bakker wrote:
> >
> > Run the plustrce.sql script in %ORACLE_HOME%/sqlplus/admin
> >
>
> I've done that. It still does not work.
You need to grant the PLUSTRACE role to all the users who need to access the statistics (grants on the v_$ tables).
> What I did first was give SELECT,INSERT,UPDATE,DELETE to PUBLIC for the
> PLAN_TABLE owned by SYSTEM. Then I connect as SYS and ran plustrce.sql.
> Finally, I connected as SYSTEM and granted PLUSTRACE to the logins 'frb'
> and 'ops$frb'. If I log in as 'frb' I can SET AUTOTRACE ON and
> everything works fine. If I use a / default login to use ops$frb and try
> to SET AUTOTRACE ON I get the messages:
>
> SP2-0619: Error while connecting
> SP2-0611: Error enabling STATISTICS report
>
> So, the difference appears to be whether I use a login with an actual
> password or a default login.
Try the following :
sqlplus system/....
grant plustrace to ops$frb;
-- En vous souhaitant bonne reception cgilbert_at_mail.dotcom.frReceived on Wed Jul 12 2000 - 00:00:00 CDT
![]() |
![]() |