在往TTK表插入數(shù)據(jù)的時候用戶收到以下錯誤
ERROR at line 1:
ORA-01653: unable to extend table HR.TTK by 128 in tablespace SMD
Upon investigation, you find that SMD is a small file tablespace.
哪三個動作可以插入數(shù)據(jù)?()
A.添加一個數(shù)據(jù)文件與用戶HR相關(guān)的臨時表空間
B.將SMD的段管理改為自動
C.改變SMD表空間中的數(shù)據(jù)文件為自增長
D.調(diào)整與SMD表空間相關(guān)的數(shù)據(jù)文件,以使其變大
E.添加一個數(shù)據(jù)文件到SMD表空間