Oracle数据库进行撤销
发布时间:2020-12-12 16:45:13 所属栏目:百科 来源:网络整理
导读:第一步:在v$sqlarea 这视图里面找到你操作那条SQL的时间;select r.FIRST_LOAD_TIME,r. ?from v$sqlarea r order by r.FIRST_LOAD_TIME desc ;第二步:create table t_table_recove —新表asselect? from t_table—你操作的那张表as of timestamp to_timestamp
第一步:在v$sqlarea 这视图里面找到你操作那条SQL的时间;select r.FIRST_LOAD_TIME,r.?from v$sqlarea r order by r.FIRST_LOAD_TIME desc ;第二步:create table t_table_recove —新表asselect?from t_table—你操作的那张表as of timestamp to_timestamp(‘2010-06-02 11:36:53’,’yyyy-mm-dd hh24:mi:ss’); (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |