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
Could you explain why you don't want to
store the data on the row ?
-- Regards Jonathan Lewis http://www.jlcomp.demon.co.uk/faq/ind_faq.html The Co-operative Oracle Users' FAQ http://www.jlcomp.demon.co.uk/seminar.html Optimising Oracle Seminar - schedule updated Sept 19th "Prem K Mehrotra" <premmehrotra_at_hotmail.com> wrote in message news:43441e77.0410211201.77414e1d_at_posting.google.com...Received on Mon Oct 25 2004 - 12:45:18 CDT
> 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