转自:http://book.2cto.com/201209/4154.html 闪回查询对撤销数据及参数undo_retention的依赖注定了它们在大事务量的情况下闪回时间窗口将会很小,想要查询数月之前的“旧”数据绝对不可能,但在闪回数据归档面前这并不是不可能的。 闪回数据归档的工作原理是将原本...
分类:
其他好文 时间:
2015-07-14 13:21:51
阅读次数:
186
383.At the request of a user, you issue the following command to restore a dropped table: flashback table
"BIN$F2JFfMq8Q5unbC0ceE9eJg==$0" to before drop; Later, the user notifies you that the data i...
分类:
其他好文 时间:
2015-07-14 11:33:15
阅读次数:
85
原理:基于undo 闪回事务查询可以看作一个在事务级别查询数据库改变的一个诊断工具 FLASHBACK_TRANSACTION_QUERY retrieve transaction information for all tables involved in a transaction. provi...
分类:
其他好文 时间:
2015-07-13 13:50:15
阅读次数:
162
DBAs can use Oracle Flashback Version Query to retrieve the different versions of specific rows that existed during a given time interval. A row versi...
分类:
其他好文 时间:
2015-07-13 00:39:38
阅读次数:
147
Flashbacking a database means going back to a previous database state.闪回数据库到之前数据库的状态 The Flashback Database feature provides a way to quickly revert e...
分类:
数据库 时间:
2015-07-12 21:37:52
阅读次数:
300
386.You have just performed a FLASHBACK TABLE operation using the following command:
flashback table employees to scn 123456;
The employees table has triggers associated with it. Which of the follow...
分类:
其他好文 时间:
2015-07-11 15:13:30
阅读次数:
153
mysqlbinlog相关命令:mysqlbinlog支持下面的选项:---help,-? 显示帮助消息并退出。---database=db_name,-d db_name 只列出该数据库的条目(只用本地日志)。--force-read,-f 使用该选项,如果mysqlbinlog读它不能识别的二进...
分类:
数据库 时间:
2015-07-06 10:01:24
阅读次数:
160
通常情况下DB都是有非常完整的监控的,那么如果监控不完善,那么在某段时间内又发生了性能问题,那么我们也可以分析binlog来尝试找到问题。下面就贴出命令,其实就是常用的命令组合。mysqlbinlog --no-defaults --base64-output=decode-rows -vv mys...
分类:
其他好文 时间:
2015-06-25 19:05:10
阅读次数:
127
expdp时遇到ORA-39097&ORA-39065&ORA-39079&ORA-06512&ORA-24033
expdp时各种报错,我也是醉了,版本为11.2.0.1,expdp命令为:
nohup expdp HQ_X1/HQ_X1 DUMPFILE=HQ_X1%u.DMP DIRECTORY=DIR1 parallel=8 flashback_scn=10838324803 &
...
分类:
其他好文 时间:
2015-06-24 02:03:35
阅读次数:
573
expdp时遇到ORA-31693&ORA-02354&ORA-01466
对一个schema执行expdp导出,expdp命令:
nohup expdp HQ_X1/HQ_X1 DUMPFILE=HQ_X1.DMP DIRECTORY=DIR1 parallel=8 flashback_scn=10838324803 &
ORA-39095: Dump file space has be...
分类:
其他好文 时间:
2015-06-24 02:02:03
阅读次数:
369