茴字的三種寫法-找出當前會話ID
Finding the current session's ID
select sid, serial# from v$session where audsid = sys_context('userenv','sessionid');
Or, if you're only interested in the sid, not in serial#:
select distinct sid from v$mystat;
Note, the selected sid has nothing to do with the System Identifier. If dbms_support is installed, the current sid can also be found with its mysid function:
select dbms_support.mysid from dual;
Thanks to Jan Arnoldus who pointed out an error on this page!
dbms_support的包位於 ?/rdbms/admin/dbmssupp.sql 檔案中
引自
[@more@]完來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/271063/viewspace-1033334/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【轉載】檢視當前會話SID的三種方法會話
- 茴字的四種寫法——淺談移動前端適配前端
- Oracle查詢當前會話的sidOracle會話
- 檢視當前會話session id方法:會話Session
- 從V$SESSMETRIC檢視中找出當前最佔用資源的會話SSM會話
- oracle獲取當前會話(程式)session id(sid)Oracle會話Session
- ORA-00027: 無法終止當前會話會話
- 獲取當前會話資訊的方法會話
- Oracle 檢視當前會話 SESSION ID 方法 說明Oracle會話Session
- oracle 10046當前會話Oracle會話
- [原] Json 陣列之茴香豆的茴有幾種寫法JSON陣列
- v$SORT_USAGE.SQL_ID 不是會話當前的執行的SQL IDSQL會話
- 獲取當前會話資訊的方法(二)會話
- 獲取當前會話的trc檔名會話
- 利用dbms_support包查詢當前會話的session_id會話Session
- 利用sql語句找出表中有重複記錄的三種sql寫法SQL
- Oracle 查詢當前會話標識Oracle會話
- 茴香豆的“茴”有四種寫法,Python的格式化字串也有Python字串
- 修改oracle當前會話的語言環境Oracle會話
- 檢視當前pg會話連線數會話
- oracle 跟蹤當前使用者會話Oracle會話
- Android開發之onClick事件的三種寫法Android事件
- sys_context獲取當前會話的屬性Context會話
- 分析依賴物件對當前失敗會話的影響物件會話
- 回字有四種寫法,那你知道單例有五種寫法嗎單例
- 使用sys_context找出會話資訊Context會話
- css的三種常用寫法是什麼CSS
- CSS三欄佈局的五種寫法CSS
- oracle如何找出登入會話v$session的IP地址?Oracle會話Session
- 取當前日期各種資料庫的寫法 (轉)資料庫
- 單例模式你會幾種寫法?單例模式
- 當laravel獲取不到session的三種解決辦法LaravelSession
- vue專案重新整理當前頁面的三種方法Vue
- Postgresqlddl在事務中可以回滾,truncate時relfilenode在當前會話會改變SQL會話
- jsp的三種自定義標籤 寫法示例JS
- 刪除重複資料的三種sql寫法SQL
- 【MySQL】鎖——檢視當前資料庫鎖請求的三種方法MySql資料庫
- 學習筆記 ProgressBar三種style 水平兩種寫法筆記