Re: so error message when edit one table in pl/sql

From: The Burkes <jlburke_at_mediaone.net>
Date: Wed, 28 Feb 2001 13:07:19 GMT
Message-ID: <bK6n6.51$3F2.20011_at_typhoon.ne.mediaone.net>


uh, you can disable statistics in the preference menu, or obtain select privileges on the v$session, v$sesstat and v$statname tables

basically there is a menu option in the app you can shut off or you can log in as sys and issue these statements:

grant select on v$session to yourusername;
grant select on v$sesstat to yourusername;
grant select on v$statname to yourusername;


"osborn" <osbornlin_at_ares.com.tw> wrote in message news:97hkd2$gr7$1_at_news.is.net.tw...
> help me...
>
> "Dynamic Performance Tables not accessible,
> Automatic Statistics disabled for this session
>
> You can disable statistics in the preference menu, or obtain s
> priviliges on the v$session, v$sesstat and v$statname tables"
>
> what can i do , thank you !
>
>
Received on Wed Feb 28 2001 - 14:07:19 CET

Original text of this message