Zargo
Programmer
- Mar 21, 2005
- 109
Hi all,
How can we get (in a SQL statement) all indexes on a table?
IN SQL server we could do this with a stored procedure called sp_helpindex(sp_helpindex tablename) how to do this in Oracle?
TIA
How can we get (in a SQL statement) all indexes on a table?
IN SQL server we could do this with a stored procedure called sp_helpindex(sp_helpindex tablename) how to do this in Oracle?
TIA