摘要: SYS用户在CMD下以DBA身份登陆:在CMD中打sqlplus /nolog然后再conn / as sysdba//创建临时表空间create temporary tablespace user_temptempfile 'D:\oracle\oradata\Oracle9i\user_temp.dbf'size 50mautoextend onnext 50m maxsize 20480mextent management local;//创建数据表空间create tablespace test_dataloggingdatafile 'D:\oracle\or 阅读全文
posted @ 2011-08-29 21:14 qm4050 阅读(122) 评论(0) 推荐(0)