Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • SYSOPER Mystery Oracle
  • How to Use DBMS_STATS to Move Statistics to a Different Database Oracle
  • Insert cause enqueue locks Oracle
  • Important Script Method for tuning Oracle
  • proc.sql Oracle
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • Python class import from different folders Python/PySpark
  • oracle_env_10g_CADEV Linux/Unix
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • plan10g.sql Oracle
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • send email from unix mailx with attachment. Linux/Unix
  • Good notes for shared pool Oracle

findx.sql /* Find Indexes on specified USER.TABLE_NAME */

Posted on 02-Aug-2005 By Admin No Comments on findx.sql /* Find Indexes on specified USER.TABLE_NAME */

accept usrnm prompt “Enter The User Name -> ”

accept tblnm prompt “Enter The Table Name -> ”

select index_name, substr(column_name,1,15) “Colm Name”, column_position “Position”

from dba_ind_columns

where table_name = upper(‘&tblnm’)

and table_owner = upper(‘&usrid’)

order by index_name, column_position;

Oracle, SQL scripts

Post navigation

Previous Post: tab.sql
Next Post: fkwoindex.sql /* Find FK without Index */

Related Posts

  • Standby Database Behavior when a Datafile is Resized on the Primary Database Note:123883.1 Oracle
  • To see how much time or progress of long transaction Oracle
  • sess1.sql Oracle
  • Locally Managed Tablespace and Dictionary managed tablespace (LMT-DMT) Oracle
  • Very Good Oralce Internal Tuning Book Oracle
  • How to Modify the statistics collection by MMON for AWR repository Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (397)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (345)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • DBMS_STATS Metalinks Notes Oracle
  • Gathering statistics with DBMS_STATS Oracle
  • replace alphabets using sed Linux/Unix
  • fkwoind.sql fkwoindex.sql Oracle
  • .profile Linux/Unix
  • Jai Shree Ram Oracle
  • Committing distributed transaction using commit force Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme