Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is there a way to find a timestamp of a row
Prem K Mehrotra wrote:
>
> When I look in any of my tabls in Oracle database, I can get rowid for
> each
> row, but is there a way to find the time when that row was created. I
> don't want to store cretaion time of a row as a column in my table.
> Does Oracle internally keep this information some where, if yes how to
> access this time information?
>
> Thanks,
> Prem
ora_rowscn in v10 gives the scn which can be mapped relatively closely to a time of day.
hth
connor
-- Connor McDonald Co-author: "Mastering Oracle PL/SQL - Practical Solutions" ISBN: 1590592174 web: http://www.oracledba.co.uk web: http://www.oaktable.net email: connor_mcdonald_at_yahoo.com Coming Soon! "Oracle Insight - Tales of the OakTable" "GIVE a man a fish and he will eat for a day. But TEACH him how to fish, and...he will sit in a boat and drink beer all day" ------------------------------------------------------------Received on Fri Oct 22 2004 - 09:05:54 CDT