oracle表空間滿了怎么處理 oracletemp表空間滿了,怎么辦?
oracletemp表空間滿了,怎么辦?當(dāng)臨時(shí)表空間太大時(shí),可以重建以下方法:SQL> create temp2 tempfile“/opt/Oracle/oradata/Conner/temp1
oracletemp表空間滿了,怎么辦?
當(dāng)臨時(shí)表空間太大時(shí),可以重建以下方法:SQL> create temp2 tempfile“/opt/Oracle/oradata/Conner/temp1。DBF “size 200m AUTOEXTEND off,SQL> alter database default temp2 temp2,SQL> drop table space temp,或SQL> drop table space temp including contents and data files cascade Constraints(在操作系統(tǒng)中完全刪除包含臨時(shí)表空間的數(shù)據(jù)文件)。最后,刪除操作系統(tǒng)上的temp文件以釋放空間。