創(chuàng)建表空間
您好!
創(chuàng)建臨時(shí)表空間:
create temporary tablespace temptest2_tablespace
tempfile 'tempfile1.dbh' size 10M;
我們創(chuàng)建的表空間的名字是:temptest2 ? 什么在您輸入文件名時(shí)寫成:tempfile1.dbh ?而不寫成temptest2file.dbh 呢, 有什么不同嗎?
您好!
創(chuàng)建臨時(shí)表空間:
create temporary tablespace temptest2_tablespace
tempfile 'tempfile1.dbh' size 10M;
我們創(chuàng)建的表空間的名字是:temptest2 ? 什么在您輸入文件名時(shí)寫成:tempfile1.dbh ?而不寫成temptest2file.dbh 呢, 有什么不同嗎?
舉報(bào)
2016-06-01
不會(huì)吧,我記得第一次 是temptest1_tablespace 和tempfile1.dbf。 ?那個(gè)后面2是 添加一個(gè)新的到表空間.