阅读背景:

pl/sql,Oracle数据库中,不小心delete数据并提交后如何恢复被删数据

来源:互联网 
需要创建备份表的方法:
create table tableName_bak 
as 
select * from tableName as of TIMESTAMP to_timestamp('20081126 103435','yyyymmdd hh24miss'); 
create table tableName_bak 
as 
s



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: