摘要: 我们实际感受一下使用Flashback Database功能找回被TRUNCATE表的快感。1.Oracle数据库版本信息sys@secooler> select * from v$version;BANNER------------------------------------------... 阅读全文
posted @ 2013-01-07 10:49 刘竹青 阅读(247) 评论(0) 推荐(0)
摘要: 原文地址:表之后,采用的恢复方法">truncate 表之后,采用的恢复方法作者:ban仙一 模拟环境 1.Create environment sqlplus / as sysdba sql> create tablespace myexample sql> co... 阅读全文
posted @ 2013-01-07 10:47 刘竹青 阅读(116) 评论(0) 推荐(0)
摘要: 原文地址:表之后,采用的恢复方法">truncate 表之后,采用的恢复方法作者:ban仙一 模拟环境 1.Create environment sqlplus / as sysdba sql> create tablespace myexample sql> co... 阅读全文
posted @ 2013-01-07 10:47 刘竹青 阅读(180) 评论(0) 推荐(0)
摘要: 环境:Linux REDHAT-ORA 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:21 EST2007 i686 i686 i386 GNU/Linux Oracle Database 10g Enterprise Edition Release 10.... 阅读全文
posted @ 2013-01-07 10:39 刘竹青 阅读(128) 评论(0) 推荐(0)
摘要: 环境:Linux REDHAT-ORA 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:21 EST2007 i686 i686 i386 GNU/Linux Oracle Database 10g Enterprise Edition Release 10.... 阅读全文
posted @ 2013-01-07 10:39 刘竹青 阅读(187) 评论(0) 推荐(0)
摘要: 在oracle10g中,当使用命令drop table tablename命令时,其实不会真正的删除该表,而是把表放到了回收站中所以我们可以通过flashback命令来恢复drop掉的表,下面就该问题做一个小小的研究查看回收站:SQL>show recyclebin;我们先创建一张表Creat... 阅读全文
posted @ 2013-01-07 10:33 刘竹青 阅读(132) 评论(0) 推荐(0)
摘要: 在oracle10g中,当使用命令drop table tablename命令时,其实不会真正的删除该表,而是把表放到了回收站中所以我们可以通过flashback命令来恢复drop掉的表,下面就该问题做一个小小的研究查看回收站:SQL>show recyclebin;我们先创建一张表Creat... 阅读全文
posted @ 2013-01-07 10:33 刘竹青 阅读(126) 评论(0) 推荐(0)