Drop vanilla index through Drop Index command
Hi,
Can we drop vanilla index S_SRV_REQ_M6 of S_SRV_REQ table through 'Drop Index' command in Oracle DB directly?
As per the explain plan, cost is increased when using this Index and also the cardinality gets increased a lot in comparison to table access cardinality.
Index column 'TEMPLATE_FLG' of S_SRV_REQ is by default storing value 'N' and we have checked in production server, no other values are stored in this column.
Kindly suggest.
Thanks,
Sailesh