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? ()
A.The table is partitioned
B.The table name is wrong.
C.It is an index-Organized table (IOT)
D.The table is stored in locally managedtablespace.
E.The table is stored in atablespacewhere segment space is managed manually.