Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Checking if index already exists

hobsonMay 3 2004 — edited May 3 2004
Hello
Im new to Oracle, so please dont blame me if this question is stupid.

I need a way to find out if index already exists before dropping it. As far as I remember with some DBMS was possible to execute query like:

IF EXISTS index_on_column1 DROP INDEX index_on_column1;

I need to know how to do the same thing with Oracle 9i r2.

thx in advance
Hobson
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2004
Added on May 3 2004
1 comment
827 views