Stopped working the drive index. What is the procedure ? If it is easy...
Backup - no. Try without a backup.
It would seem not difficult - the index information is recoverable, but something goes wrong.
ALTER DATABASE DATAFILE 'g:\ORACLE\ORADATA\SKONTCO\INDX01.DBF' offline DROP;
and so with all the index files.
Then a vicious circle about primary indexes.
DROP TABLESPACE INDX swears on primary indexes.
Disable constrain primary indexes also impossible... What is the correct order of action?
Thread locked by OP's request -- Programming Moderator Ken g6
Backup - no. Try without a backup.
It would seem not difficult - the index information is recoverable, but something goes wrong.
ALTER DATABASE DATAFILE 'g:\ORACLE\ORADATA\SKONTCO\INDX01.DBF' offline DROP;
and so with all the index files.
Then a vicious circle about primary indexes.
DROP TABLESPACE INDX swears on primary indexes.
Disable constrain primary indexes also impossible... What is the correct order of action?
Thread locked by OP's request -- Programming Moderator Ken g6
Last edited by a moderator: