Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • mutex in Oracle 10.2.0.2 or Oracle 10g Oracle
  • Oracle 10g Wait Model Oracle
  • Oracle Material from OTN Oracle
  • How to calculate PROCESSES parameter Oracle
  • CPU speed on solaris Linux/Unix
  • Updated LCK.SQL file. Oracle
  • perf_today.sql Oracle
  • OEM-Commnds Oracle
  • SAN Linux/Unix
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • load SPM baseline from cursor cache Oracle
  • DBA_HIST_SQLSTAT contents Oracle
  • SQL_PROFILE – I explaination Oracle
  • fuser to check who is using diretory Linux/Unix
  • good linux notes 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

  • Rename Oracle Instance Name Oracle
  • Find Multiple levels of object dependencies : depen.sql Oracle
  • get_vmstat_linux Oracle
  • When to rebuld B-tree index Oracle
  • Find all users who have DML privileges Oracle
  • How to find the real execution plan and binds used in that explain plan in Oracle 10g?? 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 (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • 284785.1 How to check RAC Option is currently linked into the Oracle Binary Oracle
  • currwaitobj.sql SQl_ID and SQL statement you can get from currwaitobj.sql Oracle
  • Gathering statistics with DBMS_STATS Oracle
  • 10g oem configuration Oracle
  • Oracle Identifiers Oracle
  • create trigger syntax Oracle
  • TRUNCATE Privs Oracle
  • Roles and Stored Procs II Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme