mkw1351
2016-06-01 10:31
您好!
创建临时表空间:
create temporary tablespace temptest2_tablespace
tempfile 'tempfile1.dbh' size 10M;
我们创建的表空间的名字是:temptest2 什么在您输入文件名时写成:tempfile1.dbh 而不写成temptest2file.dbh 呢, 有什么不同吗?
不会吧,我记得第一次 是temptest1_tablespace 和tempfile1.dbf。 那个后面2是 添加一个新的到表空间.
Oracle数据库开发必备利器之SQL基础
160639 学习 · 641 问题
相似问题