在windwos注册表中每个实例都有4个选项,这4个环境变量用来控制实例随着服务OracleServiceSID
的启动和停止而如何变化。
Starts Oracle Database when OracleService
SID
service is started. The default value is true.
true
, the default value, this parameter shuts down the instance of Oracle Database identified by SID
when OracleService
SID
is stopped manually—using either the Control Panel or Net stop command.Sets maximum time (in seconds) to wait for shutdown to complete before the service for a particular SID
stops. The default value is 30
.
Specifies mode in which Oracle Database is shut down when you stop OracleService
SID
. Valid values are a
(abort), i
(immediate), and n
(normal). The default value is i
.
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/19602/viewspace-1059926/,如需转载,请注明出处,否则将追究法律责任。