Hi guys,
We have one global index on a partitioned table (Oracle 8.1.6). Their is one partition for each days worth of data. We have a job that deletes partitions over 30 days. Does this job ' alter table xxxx drop partition xxxx' cause our global index to become unusable?
When I attempt to rebuild the index sqlplus freezes. Should I drop the index and re-create it?
Should I be using local partitioned indexes?
Thanks in advance
We have one global index on a partitioned table (Oracle 8.1.6). Their is one partition for each days worth of data. We have a job that deletes partitions over 30 days. Does this job ' alter table xxxx drop partition xxxx' cause our global index to become unusable?
When I attempt to rebuild the index sqlplus freezes. Should I drop the index and re-create it?
Should I be using local partitioned indexes?
Thanks in advance