How to Drop an Index

To drop an index in Oracle you need to know the index name, for example emp_ix1:

drop index emp_ix1;

IN THIS PAGE