You work as a database administrator for Supportcenter.cn. Because of space constraints, you decided to manually shrink the table. You executed the ALTER TABLE ....SHRINK SPACE statement to shrink the space and you receive an error as follows: ERROR at Line 1: ORA-10635: Invalid segment or tablespace type What could be the reason? ()
- AThe table is partitioned
- BThe table name is wrong.
- CIt is an index-Organized table (IOT)
- DThe table is stored in locally managedtablespace.
- EThe table is stored in atablespacewhere segment space is managed manually.