SELECT index_name name FROM user_indexes WHERE table_name = 'TEST2' AND generated = 'N' SELECT DISTINCT procedure_name FROM all_procedures

  alberton.info

If you want to see all indexes across all databases all at once To get all indexed columns per index in one column in the sequence order.

  stackoverflow.com

  dbadiaries.com

  www.thegeekstuff.com

  www.opennet.ru

  www.mousedc.ru

SELECT USER, COUNT(*) FROM information_schema.PROCESSLIST GROUP BY USER. This gets rid of all information schema tables (since those are all ‘SYSTEM VIEW’s).

  code.openark.org

  otvet.mail.ru

SELECT table_rows "Rows Count" FROM information_schema.tables WHERE table_name="Table_Name" AND table_schema="Database_Name" In the mean time between two counts, use the cached value.

  dba.stackexchange.com

  www.mssqltips.com

Page generated - 0.1934969425 (78064fe77f8a6bccfb7eb99de712d28b)