Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • S3 Basic info AWS
  • Search and replace pattern Linux/Unix
  • send attachment from unix-shell script Linux/Unix
  • 10g oem configuration Oracle
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • find_idle_cpu.sql Oracle
  • get_vmstat_solaris Oracle
  • How to Use DBMS_STATS to Move Statistics to a Different Database Oracle
  • Optimizer SORT Operations Oracle
  • Oracle Release Explaination Oracle
  • lck.sql Oracle
  • Exadata Basics Oracle
  • Sequence Resetting Oracle
  • oracle Dba site Oracle
  • Goldengate document from Porus 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

  • Restoring a user’s original password 1051962.101 Oracle
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • export import with parameter file. Oracle
  • How to Modify the statistics collection by MMON for AWR repository Oracle
  • Find All internal Parameters Oracle
  • ORA-4031 issue and solution on 09-MAY-2008 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
  • usnsql.sql Displays information about UNDO segments with sql statements Oracle
  • segment_wise_space.sql segspace.sql Segment wise space usage (allocated and used) Oracle
  • Remove duplicate rows from table Oracle
  • upload.html PHP/MYSQL/Wordpress
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • Oracle Data Direct to TAPE Oracle
  • To find explain plan for a statement that occurred in past. Oracle
  • Adding addidional hard drive and attach it to a linux box. Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme