How do we know whether an index is created on a table ???

Answer Posted / anithaletchumi

select index_name from dba_indexes where table_name=upper
('table_name');

dba_indexes -> This view has the description for all
indexes in the database.

Is This Answer Correct ?    6 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of rows option in exp command.

585


What are the different types of failures that occur in Oracle database?

600


How to call a stored function with parameters?

564


Explain a private synonyms?

634


How to shutdown your 10g xe server?

618






What are the benefits of ordbms?

619


How to define a variable to match a table column data type?

580


How to change system global area (sga) in oracle?

572


Is oracle a programming language?

565


Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?

557


how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?

1530


State and explain about oracle instance?

551


How to use attributes of the implicit cursor in oracle?

565


How to drop a tablespace?

574


Can we call procedure inside function in oracle?

612