how can we find the select statement is indexed or not?
Answers were Sorted based on User's Feedback
Answer / bunty
To check the statement is indexed or not via AUTO Trace -Â
Trace only command
Cheers,
Bunty
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / tushar
SELECT * FROM ALL_INDEXES
WHERE OWNER = 'MYUSERNAME' AND TABLE_NAME ='MYTABNAME' AND INDEX_NAME = 'MY_IND_NAME'
| Is This Answer Correct ? | 3 Yes | 8 No |
What are stored procedures used for?
Why use stored procedures?
What mean sql?
How do you clear the screen in sql?
What is set serveroutput on in pl sql?
What is PL/SQL table ?
How do I find duplicates in a single column in sql?
Are sql database names case sensitive?
How many rows can sqlite handle?
Why is nosql good?
Show how functions and procedures are called in a pl/sql block.
What are sql built in functions?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)