Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • v$backup.status information Oracle
  • nfs mount command Linux/Unix
  • Oracle 10g Installation/Applying Patches Tips Oracle
  • ORA-3136 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
  • Useful Solaris Commands on 28-SEP-2005 Linux/Unix
  • on IBM-AIX for display Linux/Unix
  • how to find OS block size Oracle
  • chk_space_SID.ksh Linux/Unix
  • Parallel DML Oracle
  • Adding a new disk and mount it automatically. on VMWARE LINUX Linux/Unix
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • plan10g.sql good Oracle
  • On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8) 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

  • Recovering lost SYS password Oracle
  • SQLPLUS COPY command Precautions. Oracle
  • cache buffer chain latch Oracle
  • Oracle Internal Good Websites 1 Oracle
  • Wait.sql Oracle
  • How to Use DBMS_STATS to Move Statistics to a Different Database 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
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • How to find where datafile is created dbf_info.sql Oracle
  • find_cons.sql Oracle
  • handling filenname with space Linux/Unix
  • Exadata Basics Oracle
  • PLSQL Table Syntax 2 Oracle
  • AWR license Oracle
  • Facts about SCN and Rollback Segment Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme