Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • SQL Tracker by SID sqltrackerbysid.sql Oracle
  • How to stop OCSSD Daemon Oracle
  • Proc code Oracle
  • AWR license Oracle
  • Order by with ROWNUM Oracle
  • Session_info.ksh Linux/Unix
  • Windows based Command line mailing program like mailx (Sednmail for windows) PHP/MYSQL/Wordpress
  • db_status.sql Oracle
  • plan10g.sql good1 Oracle
  • Export Import with QUERY Oracle
  • ext#.sql Oracle
  • All About oracle password and security from metalink Oracle
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • Query to Generate aggregate on every 30 mins. Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix

dbinv.sql

Posted on 02-Aug-2005 By Admin No Comments on dbinv.sql

set linesize 132

select owner, substr(object_name,1,30) objname , object_type

from dba_objects

where owner not in (‘SYS’, ‘SYSTEM’)

and status = ‘INVALID’

order by owner, object_type, object_name;

Oracle, SQL scripts

Post navigation

Previous Post: myfile
Next Post: Good links for x$ tables in oracle.

Related Posts

  • Load SPM baseline from AWR Oracle
  • DBMS_Shared_pool pinning triggers Oracle
  • CTAS with LONG Column for 7.x and 8 and 8i Oracle
  • useful dg links Oracle
  • Oracle 10g Installation/Applying Patches Tips Oracle
  • Renaming Oracle Instance Name 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
  • block_ident.sql Oracle
  • Complete Git Tutorial for Beginners GIT
  • ipcs -l Linux/Unix
  • pvm_pre_change.sql Oracle
  • How to choose Driver table in SQL statement Oracle
  • Set Role explaination. Oracle
  • perf_today.sql Oracle
  • Reclaim temp tablespace for oracle 8, 8i Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme