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: Oracle 9.2.0.5 fts

Re: Oracle 9.2.0.5 fts

From: sybrandb <sybrandb_at_gmail.com>
Date: 2 Apr 2007 00:39:12 -0700
Message-ID: <1175499552.289916.252240@o5g2000hsb.googlegroups.com>


On Apr 2, 8:16 am, "Sylvestre" <Sylves..._at_world.com> wrote:
> Hello
>
> Is there a way to monitore the number of FULL TABLE SCAN
> made by one session ? (trigger ?)
>
> Thank you

select * from v$session_longops where operation = 'FULL TABLE SCAN' (or something like that).

You can also monitor it from v$sesstat.

--
Sybrand Bakker
Senior Oracle DBA
Received on Mon Apr 02 2007 - 02:39:12 CDT

Original text of this message

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