随笔分类 -  Oracle基操

摘要:Oracle误删数据恢复 1、查指定时间段对应表的数据 select * from 表名 as of timestamp to_timestamp('2021-09-04 09:44:00', 'yyyy-MM-dd hh24:mi:ss') 2、开启闪回功能 alter table 表名 enab 阅读全文
posted @ 2021-09-04 10:03 挨平底锅的灰太狼 阅读(71) 评论(0) 推荐(0)
摘要:创建表空间 create tablespace tablespace_name datafile 'G:\oracle\Administrator\oradata\amop\amop_support.dbf' size 500M autoextend on next 100M maxsize unl 阅读全文
posted @ 2021-08-04 13:26 挨平底锅的灰太狼 阅读(156) 评论(0) 推荐(0)