How do we know whether an index is created on a table ???
Answer Posted / urmi
select index_name from user_indexes u where u.TABLE_NAME=upper('table_name');
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
What is merge in oracle?
How to do paging with oracle?
What is the difference between sharding and partitioning?
What is ordinary table in oracle?
How to view the tablespaces in the current database?
How do I find my oracle client driver version?
How to upsert (update or insert into a table)?
Explain an index segment?
Explain the blob datatype?
Explain parameter file in oracle.
How to define and use table alias names in oracle?
Why do you create or replace procedures rather that drop and recreate.
What is tns service name?
What are the system predefined user roles?