91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Oracle startup in restricted mode

發布時間:2020-04-02 12:59:12 來源:網絡 閱讀:424 作者:roidba 欄目:關系型數據庫
關于OCP的小知識點,實例受限啟動,實例啟動的知識點很多,也是OCP學習的重點,需要多看官方文檔和多做測試。
Restricting Access to an Instance at Startup 
--實例啟動限制

You can start an instance, and optionally mount and open a database, in restricted mode so that the instance is available only to administrative personnel (not general database users).
Use this mode of instance startup when you must accomplish one of the following tasks:
--實例啟動限制模式適用的場景,一定是我們不希望其他連接訪問數據,對數據庫數據進行改動,數據備份,loader,臨時阻止已經升級遷移會常常使用到。

?Perform an export or import of data
?Perform a data load (with SQL*Loader)
?Temporarily prevent typical users from using data
?Perform certain migration or upgrade operations

Typically, all users with the CREATE SESSION system privilege can connect to an open database. Opening a database in restricted mode allows database access only to users with both the CREATE SESSION and RESTRICTED SESSION system privilege. Only database administrators should have the RESTRICTED SESSION system privilege. Further, when the instance is in restricted mode, a database administrator cannot access the instance remotely through an Oracle Net listener, but can only access the instance locally from the system that the instance is running on. 

The following command starts an instance (and mounts and opens the database) in restricted mode:

小實驗:
[root@11g-ocp ~]# su - oracle
<11g-ocp:orcl:/home/oracle>$sqlplus / as sysdba

SQL*Plus: Release 11.2.0.4.0 Production on Wed Dec 12 18:12:11 2018

Copyright (c) 1982, 2013, Oracle.  All rights reserved.

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP and Real Application Testing options

SQL> startup restrict force 
ORACLE instance started.
--限制模式啟動

Total System Global Area 1870647296 bytes
Fixed Size                  2254304 bytes
Variable Size             503319072 bytes
Database Buffers         1358954496 bytes
Redo Buffers                6119424 bytes
Database mounted.
Database opened.
SQL> drop user roidba;
--刪除測試用戶

User dropped.

SQL> create user roidba identified by roidba;
--創建測試用戶

User created.

SQL> grant connect,resource to roidba;
--授權訪問

Grant succeeded.

SQL> conn roidba/roidba;
ERROR:
ORA-01035: ORACLE only available to users with RESTRICTED SESSION privilege
--登陸報錯,缺少系統權限restricted session 

Warning: You are no longer connected to ORACLE.
SQL> conn / as sysdba
Connected.
SQL> grant restricted session to roidba;

Grant succeeded.
--授予系統權限restricted session 

SQL> conn roidba/roidba
Connected.
--使用roidba連接數據庫,成功

SQL> conn / as sysdba
Connected.
SQL> revoke restricted session from roidba;
--收回權限

Revoke succeeded.

SQL> alter system disable restricted session;
--取消限制

System altered.

SQL> conn roidba/roidba;
--收回權限和取消限制抵消,可以繼續登陸
Connected.
SQL> 

這些都是OCP的小知識點,大家有時間多做測試。一定要多動手,多看文檔,多思考。
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

天柱县| 衡山县| 鸡东县| 西峡县| 勐海县| 博罗县| 邓州市| 大荔县| 常宁市| 玉屏| 宜春市| 孟村| 濮阳市| 高尔夫| 高密市| 广丰县| 崇信县| 东山县| 乐业县| 镇原县| 棋牌| 屯门区| 平乡县| 望都县| 文水县| 迁西县| 邢台市| 乌兰县| 贵港市| 辉县市| 河东区| 兰州市| 永福县| 嘉荫县| 湄潭县| 宁阳县| 南开区| 扶绥县| 呼和浩特市| 阜平县| 若尔盖县|