flashback table的意思|示意

美 / / 英 / /

闪回表


flashback table的网络常见释义

闪回表 闪回表(Flashback Table)是针对某个表的出错工作已被提交后,我们可以指定ORACLE倒退从指定的某个时间点以来该表的所进行的所有变化,同时其他表停留在当...

表闪回 介绍: (2) 表闪回(Flashback Table):使表返回到过去某一时间的状态,可以恢复 ..

实验 ... Recycle Bin 回收站 Flashback TABLE 实验 ORA-01403:no data found 及 select a into b 空值 ...

注意事项 ... Flashback Database 闪回数据库 Flashback Table 注意事项 AIX 常用命令 ...

flashback table相关短语

1、 flashback table dodo before drop 闪回那张表

2、 FLASHBACK ANY TABLE 闪回任何表

flashback table相关例句

SQL>flashback table t1 to before drop;

闪回后,把删除的表,及索引都会恢复。

Flashback table statement reads the past images of the table from the undo segments and reconstructs the table rows using the flashback queries.

flashback TABLE语句从undo段读取表的过去的映像,并使用flashback查询重新构造该表的行。

When a transaction containing DML on a tracked table commits, this process stores the pre-image of the rows into the Flashback Data Archive.

当在被追踪的表上面发生了dml事务的时候,这个进程存储行的前镜像到闪回数据归档里面。