Skip to content

有害部落格同好會

2012/01/07 / Oracle EBS

查詢誰在使用 db-link

原文來自: Who’s using a database link?

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
SELECT
   b.username,
   b.sid SID,
   b.serial# SERIAL#,
   b.osuser,
   b.process
FROM v$session b,
     v$process d,
     v$sess_io e,
     v$timer
WHERE
   b.sid = e.sid
   AND  b.paddr = d.addr
   AND  b.username IS NOT NULL
   -- added 0.0000001 to the division above to
   -- avoid divide by zero errors
   -- this is to show all sessions, whether they
   -- have done IO or not
   --and  (e.consistent_Gets + e.block_Gets) > 0
   -- uncomment to see only your own session
   --and userenv('SESSIONID') = b.audsid
ORDER BY
         b.username,
         b.osuser,
         b.serial#,
         d.spid,
         b.process,
         b.status,
         e.consistent_Gets,
         e.block_Gets,
         e.Physical_reads;

select b.username, b.sid SID, b.serial# SERIAL#, b.osuser, b.process from v$session b, v$process d, v$sess_io e, v$timer where b.sid = e.sid and b.paddr = d.addr and b.username is not null -- added 0.0000001 to the division above to -- avoid divide by zero errors -- this is to show all sessions, whether they -- have done IO or not --and (e.consistent_Gets + e.block_Gets) > 0 -- uncomment to see only your own session --and userenv('SESSIONID') = b.audsid order by b.username, b.osuser, b.serial#, d.spid, b.process, b.status, e.consistent_Gets, e.block_Gets, e.Physical_reads;

Post navigation

Previous Post:

想念一個人的滋味

Next Post:

解決 Form / Report builder 6i 於 Win7 下無法開啟 .hlp 檔

分類

  • 新奇有趣の搶先報導
    • Raspberry Pi
    • 手機相關
    • 推薦軟體
    • 新鮮有趣
    • 生活資訊
  • 想破腦袋の程式技巧
    • Oracle EBS
    • Database
    • Excel, VBA
    • php
    • JavaScript, VBScript
    • VS.NET
    • Others
    • Windows
    • SAP
  • 撩動心弦の短文小品
  • 聚沙成塔の理財守則
  • 不可不知の職場實錄
  • 剎那永恆の生活翦影

近期文章

  • 受保護的內容: 如何透過Personalize功能呼叫另一form來回傳值
  • Win10 / 8 / 7 無法安裝 SSD
  • 受保護的內容: 樹梅派+遠端連線
  • EBS R12 取得客戶的phone, email, URL資料
  • 受保護的內容: 管控Workflow Administrator Role

友站

  • Masaya396's 協奏曲
  • 老塗的咁仔店

其他操作

  • 登入
  • 訂閱網站內容的資訊提供
  • 訂閱留言的資訊提供
  • WordPress.org 台灣繁體中文

Tag Cloud

你目前使用的瀏覽器不支援 HTML5 的 CANVAS 標籤。

  • SQL
  • MySql
  • VB6
  • EBS 12.1.3
  • LDAP
  • EBS 11.5.10
  • VBA
  • 管理
  • 感情
  • Oracle DB
  • Win7
  • excel
  • Oracle EBS
  • HTC
  • javascript
  • WinXP
  • php
  • VB.Net
  • CSS
  • SAP
© 2025 有害部落格同好會 - Powered by SimplyNews