Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Important Script Method for tuning Oracle
  • exp syntax in oracle 10g Oracle
  • DBMS_SQL for alter session. Oracle
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • CTAS with LONG Column for 9i and higher Oracle
  • Removing Blank lines from file using grep Linux/Unix
  • find_encr_wallet.sql Uncategorized
  • Find All internal Parameters Oracle
  • V$transaction notes for finding XID composition. Oracle
  • Reading config file from other folder inside class Python/PySpark
  • OEM-troubleshooting on 20-MAY-08 Oracle
  • currwaitobj.sql SQl_ID and SQL statement you can get from currwaitobj.sql Oracle
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • column level grant syntax 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

  • OPENING A STANDBY DATABASE IN READ-ONLY MODE Oracle
  • find_string_in_database.sql Oracle
  • Find execution plan from dba_hist_sql_plan for a specific SQL_ID and PLAN_HASH_VALUE fplan.sql Oracle
  • Pending Transaction Neighbors Script Oracle
  • Finding locked objects Oracle
  • SQLPLUS COPY command Precautions. 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 (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Deleting first line and lastline of a file using sed Linux/Unix
  • Sending SQLPLUS output in HTML format Oracle
  • Set Role explaination. Oracle
  • metalink all dynamic view reference notes. Oracle
  • fkwoind.sql fkwoindex.sql Oracle
  • cp_filesystem.sql Oracle
  • Implementation of key based authentications Linux/Unix
  • My Test Case On 21-OCT-2005 Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme