Restricting Access to a Database at Startup
Restricting Access to a Database at Startup
You can start an instance and mount and open a database in restricted mode so that the database is available only to administrative personnel (not general database users). Use this mode of database startup when you need to accomplish one of the following tasks:
- Perform. an export or import of database data
- Perform. a data load (with SQL*Loader)
- Temporarily prevent typical users from using data
- During certain migration and 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.
Start an instance (and, optionally, mount and open the database) in restricted mode by using the STARTUP command with the RESTRICT option:
STARTUP RESTRICT
Later, use the ALTER SYSTEM statement to disable the RESTRICTED SESSION feature:
ALTER SYSTEM DISABLE RESTRICTED SESSION;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/13750068/viewspace-758484/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Overview of Instance and Database Startup (289)ViewDatabase
- Auditing Database AccessDatabase
- Troubleshooting Database Control Startup IssuesDatabase
- Exclusive access could not be obtained because the database is in useAIDatabase
- Access denied for user 'default'@'%' to database 'shop'報錯Database
- Upon startup of Linux database get ORA-27102LinuxDatabase
- use database 切換提示You can turn off this feature to get a quicker startupDatabaseUI
- When to Use Startup / Shutdown DB and Alter Database Command in 12c_1582453.1Database
- startup,startup mount,startup nomount之間的區別
- ERROR 1044 (42000): Access denied for user 'root'@'%' to databaseErrorDatabase
- ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'mysql'ErrorlocalhostDatabaseMySql
- Database Startup Fails with ORA-01113, ORA-01110DatabaseAI
- Restricting a Method to Class-Only o Instance-OnlyREST
- startup mount與startup restrict mount有何區別REST
- STARTUP FORCE 理解
- Oracle shutdown and startupOracle
- NON-RAC Database Startup Giving Error ORA-29702 (Doc ID 433310.1)DatabaseError
- 【本人親測 已解決】044 - Access denied for user ‘root‘@‘%‘ to database ‘資料庫名稱‘Database資料庫
- MySQL Server Startup ScriptMySqlServer
- Database Startup Fails with ORA-01113, ORA-01110 errors (Doc ID 146039.1)DatabaseAIError
- Oracle 資料庫啟動 startup和startup force的區別Oracle資料庫
- Jetpack之Startup快速掌握Jetpack
- oracle-startup過程Oracle
- Oracle startup mount exclusive作用Oracle
- Forced Startup in Abnormal Situations (292)ORM
- 一看便知linux下mysql報錯ERROR 1044: Access denied for user: '@localhost' to database 'mysql'LinuxMySqlErrorlocalhostDatabase
- startup migrate、startup upgrade區別以及Oracle打補丁集文件(轉)Oracle
- download startup video in xlzhaoIDE
- Restricted Mode of Instance Startup (291)REST
- oracle startup(nomount mount open restrict)OracleREST
- Unable to startup CRS as ASM failed to startup with "ORA-01017:inval_1681849.1ASMAI
- 無法安裝 Microsoft Access Database Engine 2016 @ accessdatabaseengine_X64.exe 的解決方案ROSDatabase
- JAVA使用accessJava
- access()函式函式
- Httplistener Access DeniedHTTP
- AP(Access Pointer)
- asp.net core 系列之StartupASP.NET
- 理解ASP.NET Core - [01] StartupASP.NET