摘要: --创建永久性表空间,保存永久信息create tablespace bookspacedatafile 'F:\changweihua\bookspace.dbf'size 50Mautoextend onnext 5Mmaxsize 100M--创建临时表空间,存储临时数据create temporary tablespace booktemptempfile 'F:\changweihua\booktemp.dbf'size 10Mautoextend onnext 2Mmaxsize 20M--撤销表空间,存储撤消数据create undo tables 阅读全文
posted @ 2011-10-11 19:46 常伟华 阅读(174) 评论(0) 推荐(0)