Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • ORACLE_SID in sqlplus Oracle
  • shr1.sql for MTS or Shared server configuration Oracle
  • To find explain plan for a statement that occurred in past. Oracle
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • V$transaction notes for finding XID composition. Oracle
  • Drop specific SQL plan baseline – spm Oracle
  • checking connectivity between two servers Linux/Unix
  • load SPM baseline from cursor cache Oracle
  • Parallel DML Oracle
  • Caching sequence in Memory Oracle
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • Adding addidional hard drive and attach it to a linux box. Linux/Unix
  • runon_allcdbs_find_pdbs.sh Linux/Unix

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

  • Rman Notes -1 Oracle
  • Oracle 10g Wait Model Oracle
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • temp_use.sql diplays usage of temp ts Oracle
  • OEM-Commnds Oracle
  • USE_NL and INDEX hints example Oracle

Leave a Reply Cancel reply

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

Categories

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

Recent Posts

  • AMC1020-Sep-2026
  • Key Management in Oracle: The Core Issue: Missing Master Key12-May-2026
  • SAT Mathematics 10 questions and answer at the end.30-Apr-2026
  • top 10 AI news today30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sh23-Apr-2026
  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • move_arch_files.ksh Linux/Unix
  • How to know current SID Oracle
  • oracle 10g on linux Linux/Unix
  • find_idle_cpu.sql Oracle
  • Reclaim temp tablespace for oracle 8, 8i Oracle
  • CPU Core related projections AWS
  • telnet listening Linux/Unix
  • Trace a SQL session from another session using ORADEBUG Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme