Oracle startup mount exclusive作用
If your Oracle server allows multiple instances to access a single database concurrently (Oracle Parallel Server option), choose whether to mount the database exclusively or in parallel. For example, to open in parallel mode you can issue:
STARTUP OPEN sales PFILE=initsale.ora PARALLEL;
Multiple instances can now access the database.
If you specify EXCLUSIVE (the default), then the database can only be mounted and opened by the current instance. The following statement starts an instance, mounts and opens the database named sales in exclusive mode, and restricts access to administrative personnel.
STARTUP OPEN sales PFILE=initsale.ora EXCLUSIVE RESTRICT;
Taken from: http://download.oracle.com/docs/cd/A87860_01/doc/server.817/a76956/start.htm#6155
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25744374/viewspace-732248/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- startup,startup mount,startup nomount之間的區別
- ORA-01102: cannot mount database in EXCLUSIVE modeDatabase
- oracle ORA-01102: cannot mount database in EXCLUSIVE mode(無法起到獨佔模式)OracleDatabase模式
- CRS-4124: Oracle High Availability Services startup failed.OracleAI
- CRS-4124: Oracle High Availability Services startup failed. CRS-4000OracleAI
- startup nomount
- linux mountLinux
- [20190418]exclusive latch spin count.txt
- mount 的使用
- [20190416]exclusive latch測試指令碼.txt指令碼
- MySQL Server Startup ScriptMySqlServer
- 掛載mount指令
- [20200302]startup dba.txt
- 4.1.2 關於Startup部署
- Jetpack之Startup快速掌握Jetpack
- mount 學習筆記筆記
- 磁碟掛載mount,umount
- [20230322]mount systemd.txt
- 閱讀nopcommerce startup原始碼原始碼
- mount error(5): Input/output errorError
- Linux命令之mount掛載Linux
- Ubuntu mount命令用法詳解Ubuntu
- [20190416]11g下那些latch是Exclusive的.txt
- .NET Core開發日誌——Startup
- asp.net core 系列之StartupASP.NET
- 理解ASP.NET Core - [01] StartupASP.NET
- NFS mount results in "vmount: operation not permitted" errorNFSMITError
- Jtti:oracle強制索引不起作用怎麼解決JttiOracle索引
- FATAL - Fatal error: Target Interaction Manager failed at StartupErrorAI
- 巧用Startup簡化Java命令列程式Java命令列
- JavaWeb開發之load-on-startup用法JavaWeb
- Vue原始碼分析系列二:$mount()方法Vue原始碼
- rfs (PID:146054): Database mount ID mismatch案例Database
- 【Oracle】表空間誤刪除導致startup啟動時提示ORA-01110和ORA-01157錯誤Oracle
- ASP.NET Core[原始碼分析篇] - StartupASP.NET原始碼
- FastAPI 學習之路(五十四)startup 和 shutdownASTAPI
- Vue $mount的掛載入口的奧祕Vue
- Linux 檔案系統掛載mount命令Linux
- error creating overlay mount to invalid argument unbuntu系統Error