0% found this document useful (0 votes)
17 views1 page

Important Document Lock Objects

The document discusses lock objects in a database, detailing a SQL query to identify locked objects and sessions. It also provides instructions for killing a session using the ALTER SYSTEM command. Additionally, it outlines steps to find and use the Hardware Wizard to install the Microsoft Loopback Adapter for network connections.

Uploaded by

Sp Vinoth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

Important Document Lock Objects

The document discusses lock objects in a database, detailing a SQL query to identify locked objects and sessions. It also provides instructions for killing a session using the ALTER SYSTEM command. Additionally, it outlines steps to find and use the Hardware Wizard to install the Microsoft Loopback Adapter for network connections.

Uploaded by

Sp Vinoth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Important Document Lock Objects

Lock Objects
Tables - dba_waiters & dba_blockers
Query -

select c.owner, c.object_name, c.object_type, b.sid, b.serial#,


b.status, b.osuser, b.machine, a.locked_mode
from
v$locked_object a , v$session b, dba_objects c
where
b.sid = a.session_id
and a.object_id = c.object_id;

Killing the process

ALTER SYSTEM KILL SESSION 'sid,serial#';

I found the, or a, solution:

The key step I was missing was how to find the Hardware Wizard:

Click the Start menu.


Search for “cmd".
Right-click on “cmd” and select “Run as Administrator”
Enter “hdwwiz.exe”

From that point on it's the same approach as under Vista, i.e.:

In the "Welcome to the Add Hardware Wizard", click Next.


Select "Install the hardware that I manually select from a list (Advanced)" and
click Next.
Scroll down and select "Network adapters" and click Next.
Select under Manufacturer "Microsoft" and then under Network Adapter "Microsoft
Loopback Adapter" and click Next.

I've tested this and it's working for me (connecting the host to a VPC using the
loopback adapter).

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy