## oracle恢复误删除的表数据
**
查询某个时间节点的表数据
```java
select * from 表名 as of timestamp to_timestamp('2020-04-27 17:25:00','yyyy-mm-dd hh24:mi:ss')
```
开启行移动功能
```java
alter table 表名 enable row movement
```
恢复表数据
```java
flashback table 表名 to timestamp to_timest