首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

Oracle RAC 实施闪回数据库操作

2013-01-27 
Oracle RAC 执行闪回数据库操作SQL select to_char(scn_to_timestamp(1395475),yyyy-mm-dd hh24:mi:ss)

Oracle RAC 执行闪回数据库操作

SQL> select to_char(scn_to_timestamp(1395475),'yyyy-mm-dd hh24:mi:ss') time_stamp from dual;TIME_STAMP-------------------2013-01-23 17:14:05SQL> flashback database to timestamp to_timestamp('2013-01-23 17:14:05','yyyy-mm-dd hh24:mi:ss');flashback database to timestamp to_timestamp('2013-01-23 17:14:05','yyyy-mm-dd hh24:mi:ss')*ERROR at line 1:ORA-38757: Database must be mounted and not open to FLASHBACK.




热点排行