Software code areas are portions of memory used to store code that is being run or can
be run. Oracle code is stored in a software area that is typically at a different location
from users’ programs—a more exclusive or protected location.
软件代码区域是内存的一部份用于存储正运行或者被运行的存储代友。ORACLE的代码存储
在软件区域,是典型在不同的用户程序位置上-一个更独占或受保护的位置
reinstalled. The required size of these areas varies by operating system.
Software areas are read only and can be installed shared or nonshared. When possible,
Oracle code is shared so that all Oracle users can access it without having multiple
copies in memory. This results in a saving of real main memory and improves overall
performance.
软件代码区域通常大小不变的,改变只有当软件在升级或重装的时候。这些区域要求大小
由操作系统改变。软件区域为只读并且通共享或不共享安装。在可能时候,ORACLE代码
是共享的所以用户可以访问它而不需要在内存中多个备份。这样就可以实际节点省内存和提高
整体的性能。
Oracle Forms and SQL*Plus) can be installed shared, but some cannot. Multiple
instances of Oracle can use the same Oracle code area with different databases if
running on the same computer.
用户程序能被共享或不共享。一些ORACLE工具和使用方法(像ORACLE FORMS 和SQL*PLUS)
能被共享安装,但是一些不能。ORACLE多实例可以使用相同的ORACLE代码区域在一个电脑的多
个数据库上;
operating systems (for example, on PCs operating Windows).
See your Oracle operating system-specific documentation for more
information.
备注:安装软件共享是可选 的,它并不能对所有的操作系统生效(如,在PCS的操作窗口)。
也可以参见ORACLEoperating system-specific文档获得更多的信息;
本文介绍了Oracle软件代码区域的概念及其在内存中的存储方式。Oracle代码通常存储在一个独立且受保护的内存区域,该区域根据操作系统有所不同。此外,文章还讨论了用户程序如何通过共享或非共享方式安装,以及在同一台计算机上不同数据库间如何共享同一Oracle代码区域。
426

被折叠的 条评论
为什么被折叠?



