Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • tar and untar a dolder with all its subfolder. Linux/Unix
  • configUOCIOTTO.ora Oracle
  • cache buffer chain latch Oracle
  • To find all disk io ( EMC as well as local) Linux/Unix
  • exp syntax in oracle 10g Oracle
  • How to connect to Oracle Database with Wallet with Python. Oracle
  • currwait.sql Oracle
  • Which environment is used by currently running process ( Very good) Linux/Unix
  • Processes Parameter decision Oracle
  • 10g oem configuration Oracle
  • How to Modify the statistics collection by MMON for AWR repository Oracle
  • xargs use Linux/Unix
  • reset Sequence Oracle
  • Guide to Linux System Command Mastery Linux/Unix
  • moving lob object to other tablespace lob_mvmt.sql 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

  • myfile Oracle
  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • All About Trace Fils Oracle
  • CPU Core related projections AWS
  • plan10g.sql good Oracle
  • Best approach for Oracle database patching sequence to latest/required patchset along with CPU/PSU/any-other-one-off patch ID 865255.1 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 (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Directory wise folder wise space usage Linux/Unix
  • Guide to Linux System Command Mastery Linux/Unix
  • Distributed Transaction Troubleshooting. Oracle
  • check_copy_progress.sh Linux/Unix
  • DBMS_JOB all example Oracle
  • Drop all SPM baselines for SQL handle Oracle
  • Adding addidional hard drive and attach it to a linux box. Linux/Unix
  • ORA-01220 Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme