startup mount独家

时间:2011-03-09 11:45:58

标签: oracle startup mount

以下命令有什么作用?

startup mount **exclusive**;

1 个答案:

答案 0 :(得分:4)

已弃用..现在使用STARTUP MOUNT

http://psoug.org/reference/start_stop.html

如果您的Oracle服务器允许多个实例同时访问单个数据库(Oracle Parallel Server选项),请选择是以独占方式还是并行安装数据库。

如果指定EXCLUSIVE(默认值),则只能由当前实例装入和打开数据库。

取自:http://download.oracle.com/docs/cd/A87860_01/doc/server.817/a76956/start.htm#6155