|
I want to know how to get the SCN numbers in Oracle 9i and 10g. Please let me know if you have the answer.
(comments are locked)
|
|
The current SCN can be retrieved by querying the V$DATABASE view. Do you have any idea to get the same in the query format ?
Dec 21 '09 at 12:16 PM
OracleApprender
Thank you for your quick response
Dec 21 '09 at 12:17 PM
OracleApprender
you mean like 'SELECT * FROM V$DATABASE'?
Dec 21 '09 at 12:35 PM
HillbillyToad
Yes. I want it in SELECT query format.
Dec 21 '09 at 01:49 PM
OracleApprender
(comments are locked)
|
|
Answer for this question is : select sys.dbms_flashback.get_system_change_number from dual;
(comments are locked)
|

