DBASupport

 The Knowledge Center for Oracle Professionals
HOME 11g Central 10g Central 9i Central 8i Central Oracle News Scripts FAQ OCP Zone Resources Technical Docs Tools & Utilities Forums

» HOME
» FEATURES
    11g Central
    10g Central
    9i Central
    8i Central
    Oracle News
» COMMUNITY
    Scripts
    Forums
    FAQ
    OCP Zone
» RESOURCES
    Resources
    Technical Docs
    Tools & Utilities
    Tech Jobs
Marketplace Partners
Become a Marketplace Partner






Internet News
Small Business

Advertise
Newsletters
Tech Jobs
E-mail Offers


   DBAsupport.com > Oracle > Oracle Scripts



 

Oracle Developer Jr - READY TO HIRE!
Next Step Systems
US-CA-Thousand Oaks

Justtechjobs.com Post A Job | Post A Resume

Scripts In this Category :
  • Display Lock Information - This script will query the V$LOCK table and display a decoded output to show the user and lock information pop (Added: 21-Aug-1999 Hits: 10919 Rating: 6.00 Votes: 4) Rate It
  • Find Blocking Sessions - Sometimes, lock occurs and we need to identify the user that is causing the
    lock.Usually, its a user that used "CTRL+ALT+DEL" and the process is still running in the database.
    Sometimes, its not a lock, its just the database that is running slow because of a heavy load. If no locks are returned, it indicates that no locks are present.

    You need to run the %ORACLE_HOME%\rdbms\admin\Catblock.sql file if you
    dont have the DBA_BLOCKERS table.
    (Added: 26-Feb-2001 Hits: 8254 Rating: 7.67 Votes: 3) Rate It
  • Find your own TRACE File - Question: How will you find your own TRACE File (say
    ORA_5310.trc),
    while, multiple Trace files are generated
    simultaneously
    using Same USERNAMEs with Multiple SESSIONs in Oracle?
    (Added: 17-Jan-2003 Hits: 3262 Rating: 9.09 Votes: 11) Rate It
  • find_criminal - This script provides details of users session. (Added: 27-Sep-2005 Hits: 4442 Rating: 0 Votes: 0) Rate It
  • Finding your trace file from SQL*PLUS - You must set TRACE_DIR and ORACLE_SID in
    this script Put trace in < $HOME/bin > make it executable
    and run it from sqlplus session
    Example: SQL> ! trace
    Critics, Comment and suggestion are welcome nomiak@yahoo.com
    Note:You Must Run this script from your sqlplus session
    (Added: 1-Jan-2005 Hits: 2731 Rating: 0 Votes: 0) Rate It
  • Killing locked users automatically - You can use this script to temporarily solve the locking issues in development. First create the procedure kill_locked_usr and then, submit a job with an argument that indicates the amount in seconds you will not permit a row exclusive lock. (Added: 7-May-2000 Hits: 7890 Rating: 7.33 Votes: 3) Rate It

Send your scripts to scripts@DBAsupport.com

SCRIPT SEARCH


Submit Scripts Here