Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • segment_wise_space.sql segspace.sql Segment wise space usage (allocated and used) Oracle
  • Drop database in Oracle 10g Oracle
  • crtgr.sql /* For creating trigger from data dictionary */ Oracle
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle
  • run this before doing any dbchange pvm_pre_change.sql Oracle
  • Implementing Listener Security Oracle
  • Convert multiple rows to single column Oracle
  • create PLAN_TABLE command. Oracle
  • tuning commmand for cpu, ip and memory stats Linux/Unix
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • process id based files and processes Linux/Unix
  • Recovering lost SYS password Oracle

find_err.sql for finding errors from dba_errors.

Posted on 04-Dec-2009 By Admin No Comments on find_err.sql for finding errors from dba_errors.

set lines 120 pages 200

col line format 9999

col position format 999

col text format a80

select line, position, text from dba_errors

where owner= upper(‘&owner_name’)

and name = upper(‘&obj_name’)

order by SEQUENCE;

Oracle, SQL scripts

Post navigation

Previous Post: More info about /proc folder and its relation with processes.
Next Post: Database link password in user_db_links

Related Posts

  • 556976.1 Oracle Clusterware: Components installed Oracle
  • logminer and my_lbu Oracle
  • Database link password in user_db_links Oracle
  • Updated LCK.SQL file. Oracle
  • Creating never expiring DB user accounts in Oracle Oracle
  • Committing distributed transaction using commit force 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 (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • 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

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Goldengate Tutorial Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • shr1.sql for MTS or Shared server configuration Oracle
  • Roles and Stored Procs II Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • myfile Oracle
  • proper cpu stats Linux/Unix
  • Good notes on Oracle Events Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme