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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle startup(nomount mount open restrict)OracleREST
- startup mount與startup restrict mount有何區別REST
- cannot mount database in EXCLUSIVE modeDatabase
- startup,startup mount,startup nomount之間的區別
- [Oracle] ORA-01102: cannot mount database in EXCLUSIVE modeOracleDatabase
- Oracle ORA-01102故障: cannot mount database in EXCLUSIVE modeOracleDatabase
- Oracle 11g RAC ORA-01102: cannot mount database in EXCLUSIVE modeOracleDatabase
- ORA-01102: cannot mount database in EXCLUSIVE modeDatabase
- ORA-01102 cannot mount database in EXCLUSIVE modeDatabase
- Oracle 11g 報錯ORA-01102: cannot mount database in EXCLUSIVE modeOracleDatabase
- [Oracle]startup mount時報ORA-12514錯誤的解決方法Oracle
- oracle ORA-01102: cannot mount database in EXCLUSIVE mode(無法起到獨佔模式)OracleDatabase模式
- 關於ORA-01102: cannot mount database in EXCLUSIVE modeDatabase
- ORA-01102: 不能EXCLUSIVE模式mount資料庫模式資料庫
- Oracle shutdown and startupOracle
- RAC 11.2.0.3 ORA-01102: cannot mount database in EXCLUSIVE mode”Database
- ORA-01102: cannot mount database in EXCLUSIVE mode 的解決辦法Database
- oracle-startup過程Oracle
- oracle的exclusive和restricted啟動方式OracleREST
- Oracle blocking issue with lock table in exclusive modeOracleBloC
- 啟動資料庫時 ORA-01102: cannot mount database in EXCLUSIVE mode資料庫Database
- Oracle 資料庫啟動 startup和startup force的區別Oracle資料庫
- 【故障-ORACLE】_NEXT_OBJE Exclusive鎖問題分析OracleOBJ
- ORACLE mount NFS NAS 正確方法OracleNFS
- Oracle使用NFS的mount選項OracleNFS
- Oracle Automatic Startup and Shutdown in Linux platformOracleLinuxPlatform
- startup migrate、startup upgrade區別以及Oracle打補丁集文件(轉)Oracle
- 【ARCHIVE】使用startup mount force啟動資料庫後無法修改歸檔模式的模擬Hive資料庫模式
- oracle nomount mount open直接的關係Oracle
- oracle asm Unable to mount ASMlib driver filesystemOracleASM
- Disable the automatic startup of the Oracle Clusterware (CRS|HAS) softwareOracle
- Oracle 啟動例程 STARTUP引數說明Oracle
- 【Oracle】startup hung 遇到 ORA-00443,ORA-00445Oracle
- oracle asm 磁碟組mount不成功總結OracleASM
- Oracle10g startup報ORA-27102Oracle
- Oracle Undo的作用Oracle
- aix mountAI
- Oracle 12CR2 Oracle Restart - ASM Startup fails with PRCR-1079OracleRESTASMAI