Removes a TEXT index from the database.
Quick Links:
Go to Parameters
Go to Examples
Go to Usage
Go to Permissions
DROP TEXT INDEX text-index-name ON [ owner ] table-name
(back to top)
CREATE TEXT INDEX TextIdx ON Customers ( Street ); DROP TEXT INDEX TextIdx ON Customers;
You must drop dependent TEXT indexes before you can drop a text configuration object.