Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Default User Profile Oracle
  • How to know current SID Oracle
  • find checksum of a file. Linux/Unix
  • USER_TABLES.Freelists Oracle
  • Read CSV File using Python Python/PySpark
  • Sending SQLPLUS output in HTML format Oracle
  • CPU Core related projections AWS
  • Some useful Unix Commands Linux/Unix
  • Proc code Oracle
  • refre.sql Oracle
  • checking connectivity between two servers Linux/Unix
  • Jai Shree Ram Linux/Unix
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • Query to Generate aggregate on every 30 mins. Oracle
  • EXTPROC 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

  • oracle 11g RAC on vmware Oracle
  • Generating XML from SQLPLUS Oracle
  • How To Transfer Passwords Between Databases (ref note: 199582.1) Oracle
  • longtx.sql Oracle
  • How to find the real execution plan and binds used in that explain plan in Oracle 10g?? Oracle
  • FRA Information. 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 (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • 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
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Space padding in korn shell Linux/Unix
  • Good RAC & Standby Notes Oracle
  • V$ROLLSTAT status is Full Oracle
  • handling filenname with space Linux/Unix
  • CTAS with LONG Column for 9i and higher Oracle
  • To find explain plan for a statement that occurred in past. Oracle
  • sess_server.sql Oracle
  • export import with parameter file. Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme