<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>https://wiki.pplant.de/index.php?action=history&amp;feed=atom&amp;title=Gesperrte_Tabelle_entsperren</id>
		<title>Gesperrte Tabelle entsperren - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.pplant.de/index.php?action=history&amp;feed=atom&amp;title=Gesperrte_Tabelle_entsperren"/>
		<link rel="alternate" type="text/html" href="https://wiki.pplant.de/index.php?title=Gesperrte_Tabelle_entsperren&amp;action=history"/>
		<updated>2026-05-06T02:32:42Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in PPwiki</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>https://wiki.pplant.de/index.php?title=Gesperrte_Tabelle_entsperren&amp;diff=10496&amp;oldid=prev</id>
		<title>Schreur: Die Seite wurde neu angelegt: „==Unlocking an oracle table==   1) Get the object ID of the locked table:  SELECT object_id FROM dba_objects WHERE object_name='YOUR TABLE NAME'; 2) Get the SI…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.pplant.de/index.php?title=Gesperrte_Tabelle_entsperren&amp;diff=10496&amp;oldid=prev"/>
				<updated>2022-01-21T14:48:08Z</updated>
		
		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „==Unlocking an oracle table==   1) Get the object ID of the locked table:  SELECT object_id FROM dba_objects WHERE object_name=&amp;#039;YOUR TABLE NAME&amp;#039;; 2) Get the SI…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Unlocking an oracle table== &lt;br /&gt;
&lt;br /&gt;
1) Get the object ID of the locked table:&lt;br /&gt;
 SELECT object_id FROM dba_objects WHERE object_name='YOUR TABLE NAME';&lt;br /&gt;
2) Get the SID values for this ID:&lt;br /&gt;
 SELECT sid FROM v$lock WHERE id1=OBJECT ID FROM STEP1&lt;br /&gt;
3) Get the session values for these SIDs:&lt;br /&gt;
 SELECT sid, serial# from v$session where sid in (COMMA SEPARATED LIST OF SIDs FROM STEP2.)&lt;br /&gt;
4) Kill the sessions causing the lock:&lt;br /&gt;
 ALTER SYSTEM KILL SESSION (SID,SERIAL#)&lt;br /&gt;
&lt;br /&gt;
pair values from step 3 e.g. ALTER SYSTEM KILL SESSION '231,23454'&lt;/div&gt;</summary>
		<author><name>Schreur</name></author>	</entry>

	</feed>