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
"Connor McDonald" <connor_mcdonald_at_yahoo.com> wrote in message
news:910fde4f.0410250835.3eca83f8_at_posting.google.com...
| "Mark C. Stock" <mcstockX_at_Xenquery .com> wrote in message
news:<frOdnSz5I9yn3OTcRVn-pg_at_comcast.com>...
| > "Connor McDonald" <connor_mcdonald_at_yahoo.com> wrote in message
| > news:417913C2.464E_at_yahoo.com...
| > | 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
| > |
| >
| >
| >
| | Yep my mistake - I read the OP as "when was row changed" as opposed to | initial creation time. Often the two are synonymous, but it was wrong | of me to assume that | | Cheers | Connor
happens to me all the time ... but the value returned does appear to be a block-level number as well
++ mcs Received on Mon Oct 25 2004 - 12:20:51 CDT