ORACLE体系架构练习.pptVIP

  • 19
  • 0
  • 约8.24万字
  • 约 49页
  • 2016-12-03 发布于浙江
  • 举报
第一步: Create table testtab as select * from dba_objects; Insert into testtab select * from testtab; Insert into testtab select * from testtab; Insert into testtab select * from testtab; Insert into testtab select * from testtab; 第二步: 设置undo_retention的值 alter system set undo_retention=2 scope=spfile; 第三步: Shutdown immediate Startup 第四步: 设置一个小的undo空间 Create undo tablespace test_undo datafile ‘ 你的路径/test_undo.dbf‘ size 40m autoextend off; Alter system set undo_tablespace = test_undo Show parameter undo(看默认的回滚段表空间是否变化) 第五步: 在1终端下执行select * from testtab; 在2终端下执行delete from testtab

文档评论(0)

1亿VIP精品文档

相关文档