I got ” ORA-10635: Invalid segment or tablespace type ” error in Oracle database. ORA-10635: Invalid segment or tablespace type Details of error are as follows. SQL> alter table <table_name> enable row movement; Table altered. SQL> alter table <table_name> shrink space compact; alter table <table_name> shrink space compact * ERROR at line 1: ORA-10635: …
The post ORA-10635: Invalid segment or tablespace type appeared first on IT Tutorial.