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: How to find out a table last access time-stamp?

Re: How to find out a table last access time-stamp?

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Fri, 25 Mar 2005 12:00:39 +0100
Message-ID: <fnr741d0ujsmfecfeu8hvv67jm1f885e6b@4ax.com>


On Fri, 25 Mar 2005 11:23:47 +0100, Noel <tbal_at_go2.pll-l> wrote:

>Personally, i would create table TABLE_ACCESS with, table_name,
>last_read_date, last_write_date columns.
>
>Then i would create a script or procedure, which for each table in
>schema create a trigger on it after insert,select,update and delete.
>Trigger just update TABLE_ACCESS table.
>No way in 8.1.7.4 to check system tables for last table access, i think.

Trigger on select? Could you please show me the location of the docs where it is stated you build a trigger on a select?

If the O/P is not interested in the actual sql statement, AUDIT would do the tric.

And in 8.1.7 you have v$access.

--
Sybrand Bakker, Senior Oracle DBA
Received on Fri Mar 25 2005 - 05:00:39 CST

Original text of this message

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