Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • 10g RAC: Troubleshooting CRS Root.sh Problems Oracle
  • move_arch_files.ksh Linux/Unix
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • arch_configUOCIOTTO.ora Oracle
  • For Perl DBI installation and testing program PHP/MYSQL/Wordpress
  • TNSNAMES entries details Oracle
  • 276434.1 Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware Node Oracle
  • Database logon trigger issue Oracle
  • How to Modify the statistics collection by MMON for AWR repository Oracle
  • avail.sh ( find filesystem spae usage) Linux/Unix
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • Temporary tablespace explaination Oracle
  • Rman Notes -1 Oracle
  • Roles and Stored Object behaviour Oracle
  • Oracle 11g Environment Setup 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

  • Explain Plan Output 2 Oracle
  • Jai Shree Ram Oracle
  • Privilege to describe the table. Oracle
  • findobj.sql Oracle
  • Difference between SYNC and AFFIRM 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

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • For Search and replace unix command. Linux/Unix
  • Drop database in Oracle 10g Oracle
  • DBMS_STATS Metalinks Notes Oracle
  • How to remove blank lines using vi editor command Linux/Unix
  • database trigger failing Oracle
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • Find total file sizes Linux/Unix
  • Goog notes on X$ tables Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme