- 博客(3)
- 收藏
- 关注
原创 oracle scn
-- 查询某个时间段的 SCN 系统快照号 select timestamp_to_scn(to_timestamp('2012-07-19 15:00:00','YYYY-MM-DD HH24:MI:SS')) from dual; --根据系统快照号查询在该 SCN 号下 查询表对应的 数据集如 select * from text1(表名) as of scn 25107913(SCN号);
2015-03-25 09:21:48
355
原创 oracle常用命令
/*创建表空间时指定的文件夹必须存在*/ drop user snym cascade /*第1步:创建临时表空间 */ create temporary tablespace ices_temp tempfile 'D:\app\wenfanchao\oradata\oracle11g\ices_temp.dbf' size 50m autoextend on next 50m ma
2015-03-24 11:19:23
620
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人