Consider using ORACLE's recommended solution of automatic segment space management in a locally managed tablespace for the tablespace "TBSADDM" containing the TABLE "ADDM.ADDM" with object id 57202. Alternatively, you can move this object to a different tablespace that is locally managed with automatic segment space management.
ADDM 테이블에 ASSM 기능을 사용하도록 권장하고 있다.
ALTER TABLE HR.EMPLOYEES MOVE;
SELECT INDEX_NAME, TABLE_NAME, STATUS FROM USER_INDEXES WHERE STATUS <> 'VALID';