Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • find the files that are 1 day old. Linux/Unix
  • For Search and replace unix command. Linux/Unix
  • Good notes for shared pool Oracle
  • ipcs -l Linux/Unix
  • How To Limit The Access To The Database So That Only One User Per Schema Are Connected (One Concurrent User Per Schema) Oracle
  • How to see which patches are applied. Oracle
  • Explain Plan Doesn’T Change For Sql After New Statistics Generated Oracle
  • Check_recovery.sh program to run sqlplus and return its values remotely. Linux/Unix
  • Good notes on Oracle Events Oracle
  • Library cahe Latches and internal explaination Oracle
  • Jai Shree Ram Oracle
  • Oracle 10g Installation/Applying Patches Tips Oracle
  • plan10g.sql good Oracle
  • xargs use Linux/Unix
  • When error comes for temporary tablespace with version <= 9i 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

  • Set Role explaination. Oracle
  • sid_wise_sql.sql Further explaination Oracle
  • plan10g.sql good1 Oracle
  • tblwopk.sql /* Find Tables Without PK */ Oracle
  • cur_sql.sql Oracle
  • Disbaling DBA_SCHEDULER_JOBS Oracle

Leave a Reply Cancel reply

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

Categories

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

Recent Posts

  • 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
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • column level grant syntax Oracle
  • how to find OS block size Oracle
  • Order by with ROWNUM Oracle
  • Generating XML from SQLPLUS Oracle
  • Validating ORACLE_SID againt oratab file. Linux/Unix
  • Consolidated Reference List Of Notes For Migration / Upgrade Service Requests -ID 762540.1 Oracle
  • TNSNAMES entries details Oracle
  • cif crons Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme