oracle 启动挂载独占
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5245318/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
startup mount exclusive
提问by kupa
What does the following command do?
下面的命令有什么作用?
startup mount **exclusive**;
回答by Thomas Sampson
Deprecated .. now use STARTUP MOUNT
已弃用 .. 现在使用 STARTUP MOUNT
http://psoug.org/reference/start_stop.html
http://psoug.org/reference/start_stop.html
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.
如果您的 Oracle 服务器允许多个实例同时访问单个数据库(Oracle 并行服务器选项),请选择以独占方式还是并行方式安装数据库。
If you specify EXCLUSIVE (the default), then the database can only be mounted and opened by the current instance.
如果指定 EXCLUSIVE(默认值),则数据库只能由当前实例装载和打开。
Taken from: http://download.oracle.com/docs/cd/A87860_01/doc/server.817/a76956/start.htm#6155
取自:http: //download.oracle.com/docs/cd/A87860_01/doc/server.817/a76956/start.htm#6155