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: owner of transactions

Re: owner of transactions

From: gazzag <gareth_at_jamms.org>
Date: 12 Apr 2007 08:17:21 -0700
Message-ID: <1176391041.345875.13540@b75g2000hsg.googlegroups.com>


On 12 Apr, 14:17, "Andrea" <netsecur..._at_tiscali.it> wrote:
> Hi,
> i've read on oracle library that is possible to find when the rows are
> inserted, through SCN:
>
> Example..
> SELECT SCN_TO_TIMESTAMP(ORA_ROWSCN) FROM FOO;
>
> SCN_TO_TIMESTAMP(ORA_ROWSCN)
> ------------------------------
> 11-APR-07 15:29:47,000000000
> 11-APR-07 15:29:47,000000000
> 10-APR-07 15:20:47,000000000
>
> is possible knows also which user has inserted the rows or which user
> had last access on the table?
>
> thanks
> bye
> Andrea

Check out Log Miner:

http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/logminer.htm

HTH -g Received on Thu Apr 12 2007 - 10:17:21 CDT

Original text of this message

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