Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • newupload.html PHP/MYSQL/Wordpress
  • usnsql.sql Displays information about UNDO segments with sql statements Oracle
  • Reading parameter file and printing Linux/Unix
  • Find long Running Transaction Linux/Unix
  • OEM-Commnds Oracle
  • SAN Linux/Unix
  • CPU speed on Linux Linux/Unix
  • Running select from V$ views from remote server Linux/Unix
  • ENQ: KO – FAST OBJECT CHECKPOINT tips Oracle
  • Find sort details from Db find_sort.sql Oracle
  • To check whether standby is recovering properly or not?? Oracle
  • export import with parameter file. Oracle
  • nfs mount command Linux/Unix
  • Absolute file number and relative file number Oracle
  • Index Range Scan 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

  • FRA Information. Oracle
  • Locally Managed Tablespace and Dictionary managed tablespace (LMT-DMT) Oracle
  • The most important Tuning Notes Oracle
  • ORACLE_SID in sqlplus Oracle
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • Proc Compilation 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Standby Database File Management in 10g with STANDBY_FILE_MANAGEMENT Oracle
  • find_longsql.sql Oracle
  • How To Limit The Access To The Database So That Only One User Per Schema Are Connected (One Concurrent User Per Schema) Oracle
  • How To Resolve Stranded DBA_2PC_PENDING Entries ID 401302.1 (Very Good prooven) Oracle
  • Oracle Connections expire_time and firewall Oracle
  • on IBM-AIX for display Linux/Unix
  • ORA-3136 Oracle
  • Remove DOS CR/LFs (^M) Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme