美文网首页
oracle 数据误删除恢复

oracle 数据误删除恢复

作者: 王滕辉 | 来源:发表于2021-08-03 14:05 被阅读0次

    select table_name,dropped from user_tables

    select object_name,original_name,type,droptime from user_recyclebin;

    flashback table SYS_RESUM_USER_BASE_INFO to before drop;

    select count(1) from sys_resum_user_base_info

    相关文章

      网友评论

          本文标题:oracle 数据误删除恢复

          本文链接:https://www.haomeiwen.com/subject/tbydghtx.html