Closed GoogleCodeExporter closed 9 years ago
SELECT owner, index_name, tablespace_name
FROM dba_indexes
WHERE status = 'UNUSABLE';
SELECT 'alter index '||index_name||' rebuild tablespace '||tablespace_name ||';'
FROM dba_indexes
WHERE status = 'UNUSABLE';
Original comment by ntanh...@gmail.com
on 6 Aug 2014 at 5:46
Original comment by ntanh...@gmail.com
on 14 Aug 2014 at 1:28
Original issue reported on code.google.com by
ntanh...@gmail.com
on 6 Aug 2014 at 5:46