Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to collect CPU usage on Linux using Shell script Linux/Unix
  • Composite Index creation tip from Vivek Oracle
  • How To Transfer Passwords Between Databases (ref note: 199582.1) Oracle
  • MYSQL for Oracle DBA MYSQL
  • online_bkup.sql Oracle
  • MYSQL and Oracle Comparison for Oracle DBA MYSQL
  • Recovering lost SYS password Oracle
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • Read CSV File using Python Python/PySpark
  • sql_doing_fts.sql Oracle
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • Backup and Recovery Scenarios Oracle
  • Alter procedure auditing Oracle
  • Day to day MYSQL DBA operations (Compared with Oracle DBA) MYSQL
  • Oracle Statspack survival Guide 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

  • How to find password change date for user Oracle
  • before_trunc.sql Before Truncate table needs to execute following: Oracle
  • RMAN : Consistent Backup, Restore and Recovery using RMAN Oracle
  • Oracle Statspack survival Guide Oracle
  • SQL_PLAN.sql for checking real execution plan Oracle
  • 339939.1 Running Cluster Verification Utility to Diagnose Install Problems 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 (402)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (350)
  • SQL Server (6)
  • Uncategorized (5)
  • Videos (0)

Recent Posts

  • SAT Mathematics 10 questions and answer at the end.30-Apr-2026
  • top 10 AI news today30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sql23-Apr-2026
  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Proc code Oracle
  • Remove duplicate rows from table Oracle
  • Good RAC & Standby Notes Oracle
  • V$transaction notes for finding XID composition. Oracle
  • setting prompt display with .profile Linux/Unix
  • SAN Linux/Unix
  • Jai Shree Ram Oracle
  • VIvek Encryption Package and Its Usage Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme