首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 冲浪宝典 > 网络资源 > Overview of Primary Components of Oracle
【标  题】:Overview of Primary Components of Oracle
【关键字】:Overview,of,Primary,Components,of,Oracle
【来  源】:http://www.cublog.cn/u/6589/showart.php?id=151702

Overview of Primary Components of Oracle

The Oracle architecture includes a number of primary components, which are discussed further in this lesson.
 
Oracle server:There are several files, processes, and memory structures in an Oracle server; however, not all of them are sued when processing a SQL statement. Some are used to improve the performance of the database, ensure that the database can be recovered in the event of a software or hadware error, or perform other tasks necessary to maintain the database. The Oracle server consists of an Oracle instance and an Oracle database.
 
Oracle instance:An Oracle instance is the combination of the background processes and memory structures. The instance must be started to access the data in the database. Every time an instance is started, a System Global Area(SGA) is allocated and Oracle background process. They consolidate functions that would otherwise be handled by multiple Oracle programs running for each user. The background processes perform input/output(I/O) and monitor other Oracle processes to provide increased parallelism for better performance and reliability
 
Oracle database: An Oracle database consists of operating system files, also known as database files, that provide the actual physical storage for database information. The database files are used to ensure that the data is kept consistent and can be recovered in the event of a failure of the instance
 
Other key files:Nondatabase files are used to configure the instance, authenticate privileged users, and recover the database in the event of a disk failure
 
User and server processes:The user and server processes are the primary processes involved when a SQL statement is executed; however, other processes may help the server complete the processing of the SQL statement.
 
Other processes:Many other processes exist that are used by other options within Oracle, such as Advanced Queuing, Real Application Clusters, Shared Server, Advanced Replication, and so on. These processes are discussed within their respective courses
 
关于服务器的CPU:【上一篇】
GNU emacs 常用快捷键:【下一篇】
【相关文章】
  • Microsoft Dynamics Ax精华帖归类(不断更新中)(来自专业Ax论坛-秋毫ERP咨询)
  • SSO From Microsoft
  • Linux下proftpd的安装配置与管理方法
  • oracle中查询语句执行顺序
  • 发现几个Vista 5472&Office 2007 beta2的bug
  • 感性认识Windows XP Professional x64 Edition(多图)
  • Oracle XE 创建新的数据库
  • Oracle XE 自带的数据库如何创建的?
  • Oracle必读
  • Oracle中的Merge函数
  • 【随机文章】
  • Linux和DOS常用命令对照表
  • 编写高性能的mysql语法
  • 软件工程知识体系全景图
  • 关于调用webservice的心得(3)
  • vsftp:500 OOPS: could not bind listening IPv4 socket 解决办法
  • 为什么我们需要SO工具
  • SSE指令介绍及其C、C++应用
  • 深入浅出话事件(下)
  • C与C++的一些不同点
  • 控制台版21点(BlackJack)源码(Java2游戏编程第4章练习参考答案)
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.