分享我個人ORACLE SQL語法學習經驗
DROP INDEX [schema.]index_name;
schema : 架構名稱
index_name : 索引名稱
說明 : 刪除hr使用者的索引,名稱為app
drop index hr.app;