您好,登錄后才能下訂單哦!
舉例 :
為xiaoming 創建profile 同時允許兩個用戶連接進來
SYS@ odb>create profile prof_xiaoming limit sessions_per_user 2;
Profile created.
//用戶和profile 綁定起來;
SYS@ odb>alter user xiaoming profile prof_xiaoming;
User altered.
//賦予創建會話的權限
SYS@ odb>grant create session to xiaoming;
隨后用該用戶登錄幾個客戶端都無報錯;疑問:這里限制登錄session數量為2 為何終端登錄3個4個 還是可以的,沒提示報錯;
原來是沒有啟用資源限制
SYS@ odb>alter system set resource_limit=true;
System altered.
在重新以xiaoming用戶登錄就會提示 超出限制,不能登錄;
SYS@ odb>conn xiaoming/xiaoming
ERROR:
ORA-02391: exceeded simultaneous SESSIONS_PER_USER limit
Warning: You are no longer connected to ORACLE.
@ >
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。