analyze table supermag.smspec validate structure cascade;
alter table supermag.smspec move;
Скрытый текст (вы должны войти под своим логином или зарегистрироваться и иметь 21 сообщение(ий)): У вас нет прав чтобы видеть скрытый текст, содержащийся здесь. |
OlegON: |
не правил бы сообщение... |
SQL> alter table supermag.smspec move; Table altered. SQL> analyze table SUPERMAG.SMSPEC validate structure cascade; analyze table SUPERMAG.SMSPEC validate structure cascade * ERROR at line 1: ORA-01502: index 'SUPERMAG.SMCSPEC_PK' or partition of such index is in unusable state SQL> alter INDEX SUPERMAG.SMSPEC_PK rebuild; alter INDEX SUPERMAG.SMSPEC_PK rebuild * ERROR at line 1: ORA-01418: specified index does not exist SQL> alter INDEX SUPERMAG.SMCSPEC_PK rebuild; Index altered. SQL> analyze table SUPERMAG.SMSPEC validate structure cascade; analyze table SUPERMAG.SMSPEC validate structure cascade * ERROR at line 1: ORA-01502: index 'SUPERMAG.SMCSPEC_DISPLAYPOS' or partition of such index is in unusable state SQL> alter INDEX SUPERMAG.SMCSPEC_DISPLAYPOS rebuild; Index altered. SQL> analyze table SUPERMAG.SMSPEC validate structure cascade; analyze table SUPERMAG.SMSPEC validate structure cascade * ERROR at line 1: ORA-01502: index 'SUPERMAG.SMSPEC_CAUSEIDX' or partition of such index is in unusable state SQL> alter INDEX SUPERMAG.SMSPEC_CAUSEIDX rebuild; Index altered. SQL> analyze table SUPERMAG.SMSPEC validate structure cascade; analyze table SUPERMAG.SMSPEC validate structure cascade * ERROR at line 1: ORA-01502: index 'SUPERMAG.SMSPEC_ART' or partition of such index is in unusable state SQL> alter INDEX SUPERMAG.SMSPEC_ART rebuild; Index altered. SQL> analyze table SUPERMAG.SMSPEC validate structure cascade; Table analyzed. SQL>