system表空間滿了影響 oracle中如何對system表空間進行清理?
oracle中如何對system表空間進行清理?1、為系統(tǒng)表空間添加另一個數(shù)據(jù)文件。altertablespacesystemadddatafile“D:oracleXEoradataXEsystem
oracle中如何對system表空間進行清理?
1、為系統(tǒng)表空間添加另一個數(shù)據(jù)文件。altertablespacesystemadddatafile“D:oracleXEoradataXEsystemu01。DBF”大小為1024M 2。更改系統(tǒng)表空間的數(shù)據(jù)文件系統(tǒng).dbf分配空間。alterdatabasedatafile“D:oracleXEoradataXEsystemu01.dbf”autoextendonalterdatabasedatafile“D:oracleXEoradataXEsystemu01。DBF“resize1024m
system表空間滿了會影響oracle速度嗎?
創(chuàng)建數(shù)據(jù)時會創(chuàng)建系統(tǒng)表空間。所有字典對象都存儲在系統(tǒng)表空間中。數(shù)據(jù)庫創(chuàng)建的PL/SQL程序單元(如過程、包、函數(shù)、觸發(fā)器)也存儲在系統(tǒng)表空間中。Oracle建議,除了Oracle dictionary之外,不應該在系統(tǒng)表空間中創(chuàng)建其他對象