Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Physical Standby switchover with session active Oracle
  • Configure ssh authentications for RAC Oracle
  • Index Range Scan Oracle
  • Find all users who have DML privileges Oracle
  • Processes Parameter decision Oracle
  • Default User Profile Oracle
  • Oracle Statspack survival Guide Oracle
  • How to Make Trace Files Created by Oracle Readable by All Users ? Oracle
  • PLSQL Table Syntax 1 Oracle
  • Goldengate Tutorial Oracle
  • SAN Linux/Unix
  • catall.sh Linux/Unix
  • Some OS level threshold for performance. Linux/Unix
  • age_alert.ksh aging out alert.log Linux/Unix
  • adding new line after specific pattern using sed Linux/Unix

Finding locked objects

Posted on 11-Jun-2007 By Admin No Comments on Finding locked objects

select object_id from dba_objects

where object_name = ‘MYTABLE’;

select sid, id1, id2

from v$lock

where id1= &objid

or id2 = &objid;

Oracle, SQL scripts

Post navigation

Previous Post: Changing Instance Name ( No DB_NAME)
Next Post: Good RAC & Standby Notes

Related Posts

  • get_aix_vmstat.ksh Oracle
  • Jai Shree Ram Oracle
  • FRA Information. Oracle
  • My Minimum Tuning Programs Oracle
  • Restoring a user’s original password 1051962.101 Oracle
  • shr1.sql for MTS or Shared server configuration 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • 276434.1 Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware Node Oracle
  • Find Plan Hash value fphv.sql Oracle
  • Debugging Shell FIles Linux/Unix
  • Transfer SQL Profiles from One database to other database. Oracle
  • chk_space_SID.ksh Linux/Unix
  • Jai Shree Ram Oracle
  • Another Tuning Article for subheap of shared pool Oracle
  • OEM-troubleshooting on 20-MAY-08 Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme