Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • chk_space_SID.ksh Linux/Unix
  • Example of How To Resize the Online Redo Logfiles Note:1035935.6 Oracle
  • Drop specific SQL plan baseline – spm Oracle
  • Monitor and Trace Unix processes using truss Linux/Unix
  • Nice notes on wait events Oracle
  • Set Role explaination. Oracle
  • AWR license Oracle
  • Clean up Oracle
  • All Hints for Oracle Databases Oracle
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • First Entry in RAC Oracle
  • SQL Tracker by SID sqltrackerbysid.sql Oracle
  • Convert multiple rows to single column Oracle
  • find_open_cur.sql Find open cursorts per session Oracle
  • find_log_switch.sql Find log switches in graphical manner Oracle

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

  • fkwoindex.sql /* Find FK without Index */ Oracle
  • This is from Temi Oracle
  • UTL_FILE test program Oracle
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • Drop all SPM baselines for SQL handle Oracle
  • How to connect to Oracle Database with Wallet with Python. 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
  • find_cons.sql Oracle
  • plan10g.sql Oracle
  • Pending Transaction Neighbors Script Oracle
  • Database link password in user_db_links Oracle
  • Finding Oracle Patches with opatch Oracle
  • Good Oracle Architecture In Short and point to point Oracle
  • findx.sql /* Find Indexes on specified USER.TABLE_NAME */ Oracle
  • Korn Shell Arithmatic Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme