Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • sql_plan9i.sql Oracle
  • purge_trc.sh Linux/Unix
  • Composite Index creation tip from Vivek Oracle
  • Multiple listeners Oracle
  • Jai Shree Ram Linux/Unix
  • Library cahe Latches and internal explaination Oracle
  • normal maintenance for exp-imp and renaming table Oracle
  • logminer and my_lbu Oracle
  • oracle 10g on linux Linux/Unix
  • TNSNAMES entries details Oracle
  • refre.sql Oracle
  • Goog notes on X$ tables Oracle
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • Good link for LIO in Oracle ( Logical IOs) Oracle
  • Shuffle an array PHP/MYSQL/Wordpress

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

  • Exadata Basics Oracle
  • Display the top 5 salaries for each department using single SQL Oracle
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • ORA-1841 Error Connecting to Upgraded Database After Set PASSWORD_LIFE_TIME Oracle
  • Absolute file number and relative file number Oracle
  • USE_NL and INDEX hints example 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 (387)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (336)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Add new columns in dataframe30-Sep-2023

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • EXTPROC Oracle
  • Giving Grant on v$DATABASE Oracle
  • nfs mount command Linux/Unix
  • Mutating Table Error while using database trigger Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • moving lob object to other tablespace lob_mvmt.sql Oracle
  • Index Range Scan Oracle
  • Sample WW22 listener.ora Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme