Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • DBMS_PROFILER for tuning PLSQL programs. Oracle
  • Committing distributed transaction using commit force Oracle
  • v$backup.status information Oracle
  • upload.html PHP/MYSQL/Wordpress
  • Zip and unzip with tar Linux/Unix
  • All About oracle password and security from metalink Oracle
  • Drop database in Oracle 10g Oracle
  • V$transaction notes for finding XID composition. Oracle
  • longtx.sql Oracle
  • find_cons.sql Oracle
  • Running some SQL on multiple databases connecting using monitoring userid and password Linux/Unix
  • Jai Shree Ram Linux/Unix
  • SQL Tracker by SID sqltrackerbysid.sql Oracle
  • For Search and replace unix command. Linux/Unix
  • Which environment is used by currently running process ( Very good) 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

  • USE_NL and INDEX hints example Oracle
  • Find_planinfo.sql Oracle
  • Oracle 11g RAC on OEL 5 and Vmware 2 Oracle
  • find_err.sql for finding errors from dba_errors. Oracle
  • Reclaim temp tablespace for oracle 8, 8i Oracle
  • On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8) Oracle

Leave a Reply Cancel reply

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

Categories

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

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Composite Index creation tip from Vivek Oracle
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • Find Command Linux/Unix
  • 10g oem configuration Oracle
  • create database link syntax Oracle
  • Good Site for Oracle Internals Oracle
  • Running select from V$ views from remote server Linux/Unix
  • To find explain plan for a statement that occurred in past. Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme