Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • tar and untar a dolder with all its subfolder. Linux/Unix
  • How To Transfer Passwords Between Databases (ref note: 199582.1) Oracle
  • Error Handling in Proc Oracle
  • pvm_pre_change.sql Oracle
  • Trace a SQL session from another session using ORADEBUG Oracle
  • Check SQL Server edition SQL Server
  • SQL_PLAN.sql for checking real execution plan Oracle
  • First Entry in RAC Oracle
  • oradebug ipcrm ipcs Oracle
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • cache buffer chain latch Oracle
  • How to find Unix server conguraiton including Server Model number and underlying disk sub-system ( On Solaris) Linux/Unix
  • Removing Blank lines from file using grep Linux/Unix
  • Find nth max and min. Oracle
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR 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

  • Explain Plan Output 2 Oracle
  • Rman Notes -1 Oracle
  • In Addition to previous note, following grants needed on PERFSTAT user. Oracle
  • import-export with multiple files Oracle
  • Handling LOB data in Oracle Oracle
  • online_ts_bkup.sql Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • 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

  • 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
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Find Plan Hash value fphv.sql Oracle
  • Logic to chech # of parameters command line parameters Linux/Unix
  • 10g oem configuration Oracle
  • CTAS with LONG Column for 9i and higher Oracle
  • Remove duplicate rows from table Oracle
  • Establishing trusted relationship between dbmonitor( central monitoring) and monitoring targets. Linux/Unix
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • Wait time tuning research Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme