1.SCN转换成时间
select scn_to_timestamp(current_scn) from v$database;
2.时间转换成SCN
select timestamp_to_scn(sysdate) from v$database;