Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to know current SID Oracle
  • find checksum of a file. Linux/Unix
  • SQLPLUS COPY command Precautions. Oracle
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle
  • Histogram Overview Oracle
  • find_err.sql for finding errors from dba_errors. Oracle
  • get_aix_vmstat.ksh Oracle
  • create database link syntax Oracle
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • pvm_rbs1.sql (to collect rbs info from db) Oracle
  • SQL Tracker by SID sqltrackerbysid.sql Oracle
  • create a folder in multiple places Linux/Unix
  • process id based files and processes Linux/Unix
  • Check Oracle installed products using one command Oracle
  • Jai Shree Ram 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

  • Very Good Oralce Internal Tuning Book Oracle
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • Rename Tablespace Oracle
  • Monitor Long Running Job Oracle
  • How To Limit The Access To The Database So That Only One User Per Schema Are Connected (One Concurrent User Per Schema) Oracle
  • Find_stale_dr.sql finding stale physical DR.. 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 (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • Oracle Release Explaination Oracle
  • ENQ: KO – FAST OBJECT CHECKPOINT tips Oracle
  • Histogram information Oracle
  • Wait.sql Oracle
  • ORA-01220 Oracle
  • oracle 10g on linux Linux/Unix
  • This is from Temi Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme