system表空間滿了影響 oracle中如何對(duì)system表空間進(jìn)行清理?
oracle中如何對(duì)system表空間進(jìn)行清理?1、為系統(tǒng)表空間添加另一個(gè)數(shù)據(jù)文件。altertablespacesystemadddatafile“D:oracleXEoradataXEsystem
oracle中如何對(duì)system表空間進(jìn)行清理?
1、為系統(tǒng)表空間添加另一個(gè)數(shù)據(jù)文件。altertablespacesystemadddatafile“D:oracleXEoradataXEsystemu01。DBF”大小為1024M 2。更改系統(tǒng)表空間的數(shù)據(jù)文件系統(tǒng).dbf分配空間。alterdatabasedatafile“D:oracleXEoradataXEsystemu01.dbf”autoextendonalterdatabasedatafile“D:oracleXEoradataXEsystemu01。DBF“resize1024m
系統(tǒng)表空間會(huì)記錄一些用戶對(duì)象的信息,因此系統(tǒng)表空間已滿,用戶對(duì)象的創(chuàng)建也會(huì)失敗。您可以嘗試清理或傳輸放置在系統(tǒng)表空間中的用戶對(duì)象。