限制End User Session數量 【Blog 搬家】
限制End User Session數量
2006 年 04 月 11日, 星期二
如何限制中斷使用者只有=
《以限制2 個Session 為例》
1: 建立一個 Profile
create profile limite_session limit sessions_per_user 2;
2: 將需要限制的使用者profile 修改為 limite_session
alter user lis profile limite_session;
3: 設定Database Resource_limite=true
alter system set resource_limit=true;
結果是使用者可以無限制的連線到 Database,但當達到限制時新增加的連線會使上一個有效連線
中斷。總量保持不變(如上面Example total=2)
myhuaer 發表於:2006.04.11 17:07 ::分類: ( Oracle Infomation ) ::閱讀:(309次) ::
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/34596/viewspace-661942/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 限制End User Session數量Session
- profile限制user連線session數Session
- V$SESSION_LONGOPS bug 【Blog 搬家】SessionGo
- 資料庫加密Product_user_profile(PUP) TABLE FOR security 【Blog 搬家】資料庫加密
- Oracle backgroud Process【Blog 搬家】Oracle
- float datatype in Oracle database 【Blog 搬家】OracleDatabase
- oracle Distinct|Unique 異同【Blog 搬家】Oracle
- Oracle Database Link Problems【Blog 搬家】OracleDatabase
- 限制使用者使用session數Session
- Oracle DDL 執行過程【Blog 搬家】Oracle
- HP -Data Protector Restore file system【Blog 搬家】REST
- Trim() 函式的介紹【Blog 搬家】函式
- oracle Database Event trace 設定【Blog 搬家】OracleDatabase
- Oracle event 10231 【Blog 搬家】Oracle
- Oracle Date Function 講解和事例【Blog 搬家】OracleFunction
- ora -03232 問題解決【Blog 搬家】
- oracle ora-00997 problems【Blog 搬家】Oracle
- 修改預設 session 數量Session
- RMAN 只備份當前資料?【Blog 搬家】
- Database Link 建立注意的兩點【Blog 搬家】Database
- 監控session數量指令碼Session指令碼
- exp/imp expdp/impdp Tables 萬用字元 % 的使用【Blog 搬家】字元
- Oracle Optimizer -RBO (理解Rule-based 優化器)【Blog 搬家】Oracle優化
- Database Triggers and event attributes--Introduction[Blog 搬家]Database
- Maximum No. Of SAP Session Per UserSession
- SAP EEM End-User Experience Monitoring Central Note
- MM-DD-RRRR / MM-DD-YYYY 的區別【Blog 搬家】
- Database Triggers and event attributes--Event Attributes【Blog 搬家】Database
- Database Triggers and event attributes--Database System Events【Blog 搬家】Database
- Database Triggers and event attributes--DDL/Client Events【Blog 搬家】Databaseclient
- 技術卡片 - 限制依賴注入的數量依賴注入
- MySQL的欄位數量以及長度限制MySql
- 限制oracle資料庫例項中的使用者(user)總數Oracle資料庫
- SAP急聘 Finance模組顧問, 要求R/3 FI end/ key userNaN
- 如何使用kubelet 啟動命令限制Pod 啟動數量?
- 《MySQL 入門教程》第 11 篇 限制結果數量MySql
- javascript 限制checkbox核取方塊選中數量JavaScript
- Oracle10g V$OSSTAT 關於PHYSICAL_MEMORY_BYTES 的 Bug【Blog 搬家】Oracle