Scn to timestamp and viceversa
-- Get current scn value:
oracle configurationintermediate
by OracleDba
12 views
-- Get current scn value:
123456
-- Get current scn value:
select current_scn from v$database;
-- Get scn value at particular time:
select timestamp_to_scn('19-JAN-08:22:00:10') from dual;
-- Get timestamp from scn:
select scn_to_timestamp(224292)from dual;Please to add comments
No comments yet. Be the first to comment!