开发者

What's the difference between OracleServiceORAL service(on Window XP) and Oracle instance?

开发者 https://www.devze.com 2022-12-24 07:33 出处:网络
I want to know what\'s the difference between OracleServiceORAL service(on Window XP) and Ora开发者_开发百科cle instance.

I want to know what's the difference between OracleServiceORAL service(on Window XP) and Ora开发者_开发百科cle instance.

Great thanks.


It is probably splitting hairs on semantics. An instance is a bunch of processes/threads and memory interacting with the database files. A service is how that is implemented on Windows.

I would probably use the concept of a Service when talking to a Windows sysadmin/developer, but Instance when talking to an Oracle admin/developer.

0

精彩评论

暂无评论...
验证码 换一张
取 消