Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Jai Shree Ram Oracle
  • Global Unique Identifier Generation in Oracle 9.2 SYS_GUID() Oracle
  • SYSOPER Mystery Oracle
  • check_copy_progress.sh Linux/Unix
  • RMAN : Consistent Backup, Restore and Recovery using RMAN Oracle
  • xargs use Linux/Unix
  • This is from Temi Oracle
  • Remove duplicate rows from table Oracle
  • Insert cause enqueue locks Oracle
  • MYSQL and Oracle Comparison for Oracle DBA MYSQL
  • shutdown linux Linux/Unix
  • Index Range Scan Oracle
  • To find all disk io ( EMC as well as local) Linux/Unix
  • Oracle Connections expire_time and firewall Oracle
  • v$backup.status information 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

  • How To Limit The Access To The Database So That Only One User Per Schema Are Connected (One Concurrent User Per Schema) Oracle
  • Oracle Support Metalink ID 161818.1 Oracle
  • Rollback force for distributed transactions Oracle
  • How to connect to Oracle Database with Wallet with Python. Oracle
  • CTAS with LONG Column for 7.x and 8 and 8i Oracle
  • Handling LOB data in Oracle 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • copying/removing directory with all its subdirectory Linux/Unix
  • Good link for LIO in Oracle ( Logical IOs) Oracle
  • set_env_dba Linux/Unix
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • How To Transfer Passwords Between Databases (ref note: 199582.1) Oracle
  • db_status.sql Oracle
  • USE_NL and INDEX hints example Oracle
  • tab.sql Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme