Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Pending Distributed Transations Oracle
  • Locally Managed Tablespace and Dictionary managed tablespace (LMT-DMT) Oracle
  • temp_use.sql diplays usage of temp ts Oracle
  • UTL_FILE test program Oracle
  • MYSQL and Oracle Comparison for Oracle DBA MYSQL
  • eplan.sql Oracle
  • ORA-1841 Error Connecting to Upgraded Database After Set PASSWORD_LIFE_TIME Oracle
  • ORA-8031 issue and solution if it is occuring due to truncate. Oracle
  • Database logon trigger issue Oracle
  • alter database backup controlfile to trace Oracle
  • import-export with multiple files Oracle
  • to see when crontab is changed. Linux/Unix
  • Remove DOS CR/LFs (^M) Linux/Unix
  • plan10g.sql good Oracle
  • How does one SELECT a value from a table into a Unix variable? From SQL to Shell Linux/Unix

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

  • Consolidated Reference List Of Notes For Migration / Upgrade Service Requests -ID 762540.1 Oracle
  • JSON/XML Types in Oracle Oracle
  • TOP-N Sql to find Nth max or Top N rows Oracle
  • When error comes for temporary tablespace with version <= 9i Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • AWR settings- MMON is not taking snapshot. 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
  • Good link for LIO in Oracle ( Logical IOs) Oracle
  • Wait time tuning research 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 find Unix server conguraiton including Server Model number and underlying disk sub-system ( On Solaris) Linux/Unix
  • runsql_once.ksh Linux/Unix
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • Process Map for CPU and Memory for OS processes Linux/Unix
  • Oracle Internal Good Websites 1 Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme