ORACLE_SID与SID区别

143 阅读1分钟

ORACLE_SID是系统标识符(环境变量)
SID(实例名)= instance_name
例如在inittest.ora中设置

db_name='test'
instance_name='test'
db_domain=''