怎麼確保終端使用者在Oracle資料庫中只有一個會話
《Oracle 9i & 10g 程式設計藝術:深入資料庫體系結構》第38頁
利用概要檔案(profile)方式:
1、建立一個名稱為one_session的概要檔案2、為概要檔案one_session設定sessions_per_user=1的limit
3、為使用者分配one_session概要檔案
4、設定資料庫引數resource_limit=true
下面演示具體操作過程:
[@more@]ora_test@oracle[/home/oracle]> sqlplus / as sysdba SQL*Plus: Release 10.2.0.1.0 - Production on Tue Mar 16 10:12:15 2010 Copyright (c) 1982, 2005, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production With the Partitioning, OLAP and Data Mining options sys@CNHTM> create profile one_session limit sessions_per_user 1; Profile created. sys@CNHTM> alter user scott profile one_session; User altered. sys@CNHTM> alter system set resource_limit=true; System altered. sys@CNHTM> conn scott/tiger Connected. scott@CNHTM> ! sqlplus scott/tiger SQL*Plus: Release 10.2.0.1.0 - Production on Tue Mar 16 10:13:26 2010 Copyright (c) 1982, 2005, Oracle. All rights reserved. ERROR: ORA-02391: exceeded simultaneous SESSIONS_PER_USER limit Enter user-name: |
--end--
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22049049/viewspace-1031866/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- mybatis怎麼實現insert into多個資料-oracle資料庫MyBatisOracle資料庫
- screen 命令示例:管理多個終端會話會話
- Asciinema:在雲端記錄並分享你的終端會話ASCII會話
- 在 Linux 上記錄和重放終端會話活動Linux會話
- Oracle Goldengate是如何保證資料有序和確保資料不丟失的?OracleGo
- 確保Oracle 11g R2資料庫高可用性WQOracle資料庫
- 在Linux中,如何備份一個資料庫?Linux資料庫
- 使用 Terminator 在一個視窗中執行多個終端
- 華納雲:怎麼在Docker中執行資料庫?Docker資料庫
- 【資料庫資料恢復】oracle資料庫誤truncate table怎麼恢復資料?資料庫資料恢復Oracle
- Linux終端會話實時共享(kibitz)Linux會話
- Oracle資料庫中convert()函式,在瀚高資料庫中如何替換使用?Oracle資料庫函式
- Oracle 如何快速的 duplicate 一個資料庫Oracle資料庫
- 資料庫會話數量過多,定期清理inactive會話資料庫會話
- Oracle的過載保護-資料庫資源限制Oracle資料庫
- 怎麼在anaconda終端搜尋安裝包
- 在Oracle中,如何定時清理INACTIVE狀態的會話?Oracle會話
- 成為MySQL DBA後,再看ORACLE資料庫(八、程序、連線與會話)MySqlOracle資料庫會話
- ORACLE 配置連線遠端資料庫Oracle資料庫
- Oracle終於在Maven Central釋出資料庫JDBC驅動程式 - Kuassi MensahOracleMaven資料庫JDBC
- 現在後端都在用什麼資料庫儲存資料?後端資料庫
- oracle資料庫使用者建立步驟Oracle資料庫
- 前後端資料的互動--如何確保前後端資料的安全性?後端
- 資料庫中的圖片欄位怎麼在報表中呈現資料庫
- 在 Kubernetes 中執行 Oracle 資料庫的新方法Oracle資料庫
- Oracle中的sql%rowcount在瀚高資料庫中的相容方案OracleSQL資料庫
- 怎樣在資料庫中儲存貨幣資料庫
- 推薦一個Oracle資料庫學習網站Oracle資料庫學習網站
- 同一會話中的多個 WebRequest會話Web
- 只有端到端的移動IT方案才能讓資料管理盡在掌控之中
- 1.1. Oracle 資料庫使用者型別Oracle資料庫型別
- 大資料時代,我們應該怎麼保護個人資料?大資料
- 保護雲端資料的5個技巧
- 網際網路通訊安全之終端資料保護
- 資料庫以後可能換,現在報表怎麼做好一點?資料庫
- Oracle資料庫中遇到的坑Oracle資料庫
- 中國信通院:2022年OTT終端資料安全和個人資訊保護研究報告(附下載)
- SQL Server資料庫怎麼找出一個表包含的頁資訊(Page)SQLServer資料庫
- Oracle同一臺伺服器建立多個資料庫Oracle伺服器資料庫