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
How to delete multiple rows from a table in oracle?
How to assign data of the deleted row to variables?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
What to do if dba lost the system password?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
What are the differences between date and timestamp in oracle?
How data locks are respected in oracle?
can u plz provide me oca sql dumps please i need them
What is integrity and what is constraint??Explain with example
Can you drop an index associated with a unique or primary key constraint?
What is an oracle cursor variable?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
Is there a combination of "like" and "in" in sql?
What is program global area (pga) in oracle?
What do you understand by a database object? Can you list a few of them?