Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Logic to chech # of parameters command line parameters Linux/Unix
  • How to change hostname in Linux Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • Goldengate document from Porus Oracle
  • catall.sh Linux/Unix
  • online_bkup.sql Oracle
  • Jai Shree Ram PHP/MYSQL/Wordpress
  • plan10g.sql Oracle
  • This is from Temi Oracle
  • Find All internal Parameters Oracle
  • Kernel Parameters for Solaris Linux/Unix
  • AWR settings- MMON is not taking snapshot. Oracle
  • TRUNCATE Privs Oracle
  • moving lob object to other tablespace lob_mvmt.sql Oracle
  • Oracle 11g RAC on OEL 5 and Vmware 2 Oracle

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

  • UTL_FILE test program Oracle
  • Optimizer SORT Operations Oracle
  • Oracle Connections expire_time and firewall Oracle
  • DBMS_UTILITY.ANALYZE_SCHEMA Oracle
  • Changing Instance Name ( No DB_NAME) Oracle
  • dbinv.sql Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Renaming Oracle Instance Name Oracle
  • Benefits and Usage of RMAN with Standby Databases Oracle
  • Standby Database Behavior when a Datafile is Resized on the Primary Database Note:123883.1 Oracle
  • DBMS_UTILITY PACKAGE Oracle
  • Jai Shree Ram Oracle
  • CPU speed on Linux Linux/Unix
  • find_longsql.sql Oracle
  • oracle_env_10g_CADEV Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme