随笔 - 79  文章 - 11  trackbacks - 0
<2009年5月>
262728293012
3456789
10111213141516
17181920212223
24252627282930
31123456

不再堕落。
Oracle documents: 
http://tahiti.oracle.com/

常用链接

留言簿

随笔分类(66)

随笔档案(79)

相册

收藏夹(11)

搜索

  •  

积分与排名

  • 积分 - 54866
  • 排名 - 940

最新随笔

最新评论

阅读排行榜

mld@ORCL> conn scott/tiger
已连接。
scott@ORCL> select deptno,ora_rowscn,scn_to_timestamp(ora_rowscn) ts from dept;

    DEPTNO ORA_ROWSCN TS
---------- ---------- ---------------------------------------------------------
-----------------
        10     529426 30-8月 -05 03.05.26.000000000 下午
        20     529426 30-8月 -05 03.05.26.000000000 下午
        30     529426 30-8月 -05 03.05.26.000000000 下午
        40     529426 30-8月 -05 03.05.26.000000000 下午

scott@ORCL> select min(ora_rowscn) from dept;

MIN(ORA_ROWSCN)
---------------
         529426

scott@ORCL> select scn_to_timestamp(min(ora_rowscn)) from dept;

SCN_TO_TIMESTAMP(MIN(ORA_ROWSCN))
---------------------------------------------------------------------------
30-8月 -05 03.05.26.000000000 下午

scott@ORCL>
scott@ORCL>
scott@ORCL>
scott@ORCL>

posted on 2009-05-05 23:06 donnie 阅读(928) 评论(0)  编辑  收藏 所属分类: database