SCN Number [message #391738] |
Fri, 13 March 2009 05:14  |
ranjeet_badhe
Messages: 2 Registered: March 2009 Location: Chicago
|
Junior Member |

|
|
I have enabled table row movement, to flashback a table using SCN number.What is the SQL command to view SCN number of the transaction?
[Updated on: Fri, 13 March 2009 06:04] Report message to a moderator
|
|
|
|
|
|
|
Re: SCN Number [message #392076 is a reply to message #391952] |
Mon, 16 March 2009 05:08  |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
In 10g, you get the ORA_ROWSCN function that gives you a "conservative upper bound" estimate on the last SCN at which a row was updated.
You need to specify the ROWDEPENDENCIES clause when you create a table for this to work.
|
|
|