2013年3月30日
摘要: ==演练数据文件丢失的恢复:==============================================================测试环境:oracle 11g x64 linux / archivelog1. 建立一个表空间test,数据文件为test01.dbf 并建立一张表test_tbl create tablespace test datafile '/u01/test01.dbf' size 20M; create table test_tbl (id number) tablespace test; insert into test_tbl 阅读全文
posted @ 2013-03-30 16:00 胡彼德 阅读(180) 评论(0) 推荐(0)