• 网络学院
  • IT资讯
  • 操作系统
  • 网络技术
  • 软件应用
  • 办公软件
  • 编程技术
  • 网站架设
  • 数据库类
  • 平面设计
  • 多媒体类
  • 游戏资讯
  • 教学论文
  • 认证考试
OracleDBA数据库结构试题选[一]
  站点:
  • 首 页
  • 最新软件
  • 文章教程
  • 国内软件
  • 国外软件
  • 绿色软件
  • 源码下载
  • 字体下载
OracleDBA数据库结构试题选[一]
软件发布 OracleDBA数据库结构试题选[一]
网络软件 系统工具 应用软件 联络聊天 图形图像 多媒体类 行业软件 游戏娱乐 编程开发 安全相关 教育教学 数码软件 绿软下载
热门软件: QQ 瑞星 pplive e话通 木马克星 千千静听 office2000 五笔字根 Photoshop 视频分割
返回文章教程首页 >> 文章首页 >> 认证考试 >> Oracle认证 >> Oracle题库 >> OracleDBA数据库结构试题选[一]

OracleDBA数据库结构试题选[一]

添加时间: 2008-4-18 22:25:02  作者: Oracle题库  阅读次数:26   来源: http://www.d9soft.com

       

Q. 1 : Physical Disk Resources in an Oracle Database are
  1. Control Files
  2. Redo Log Files
  3. Data Files
  4. All of the above

  4

  Q. 2 : What is a Schema

  1. A Physical Organization of Objects in the Database
  2. A Logical Organization of Objects in the Database
  3. A Scheme Of Indexing
  4. None of the above

  2

  Q. 3 : An Oracle Instance is

  1. Oracle Memory Structures
  2. Oracle I/O Structures
  3. Oracle Background Processes
  4. All of the Above

  4

  Q. 4 : The SGA Consists of the Following Items

  1. Buffer Cache
  2. Shared Pool
  3. Redo Log Buffer
  4. All of the Above

  4

  Q. 5 : The area that stores the blocks recently used by SQL statements is called

  1. Shared Pool
  2. Buffer Cache
  3. PGA
  4. UGA

  2

  Q. 6 : Which of the following is not a Background Server Process in an Oracle Server

  1. DB Writer
  2. DB Reader
  3. Log Writer
  4. SMON

  2

  Q. 7 : Which of the following is a valid background server processes in Oracle

  1. ARCHiver
  2. LGWR ( Log Writer )
  3. DBWR ( Dbwriter )
  4. All of the above

  4

  Q. 8 : The process that writes the modified blocks to the data files is

  1. DBWR
  2. LGWR
  3. PMON
  4. SMON

  1 : Oracle does not modify the data in data file. Once the server process makes a change in the Memory, DBWR writes the modified blocks back to disk.

  Q. 9 : The process that records information about the changes made by all transactions that commit is

  1. DBWR
  2. SMON
  3. CKPT
  4. None of the above

  4 : LGWR process records the information about changes to database

  Q. 10 : Oracle does not consider a transaction committed until

  1. The Data is written back to the disk by DBWR
  2. The LGWR successfully writes the changes to redo
  3. PMON Process commits the process changes
  4. SMON Process Writes the data

  2

  Q. 11 : The process that performs internal operations like Tablespace Coalescing is

  1. PMON
  2. SMON
  3. DBWR
  4. ARCH

  2

  Q. 12 : The process that manages the connectivity of user sessions is

  1. PMON
  2. SMON
  3. SERV
  4. NET8

  1

  Q. 13 : The ARCH process is enabled when the database runs in a

  1. PARALLEL Mode
  2. ARCHIVE LOG Mode
  3. NOARCHIVELOG Mode
  4. None of the above


  Q. 14 : What performs the Check Point in the absence of a CKPT Process

  1. DBWR
  2. LGWR

    3. PMON
  4. SMON

  2 : At a check point dbwr writes all data to data files from memory. At this time the datafile headers have to be updated by LGWR in the absence of a CKPT process

  Q. 15 : If an application requests data that is already in the memory, it is referred to as a

  1. Cache Read
  2. Cache Hit
  3. Cache Miss
  4. Cache Latch

  2

  Q. 16 : If the data requested is in the memory but had to be reloaded due to aging, it is referred to as

  1. CACHE HIT
  2. CACHE REFRESH
  3. CACHE RELOAD
  4. None of the above

  3

  Q. 17 : If the data requested is not in the servers memory, it is referred to as

  1. CACHE DISK
  2. CACHE MISS
  3. CACHE READ
  4. None of the above

  2

  Q. 18 : You can Dynamically resize the following Parameters in the SGA

  1. Buffer Cache
  2. Library Cache
  3. Dictionary Cache
  4. None of the above

  4

  Q. 19 : The memory area that stores the parsed representation of most recently executed Statements is

  1. BUFFER CACHE
  2. LIBRARY CACHE
  3. DICTIONARY CACHE
  4. NONE OF THE ABOVE

  2

  Q. 20 : The Most recently used data dictionary information is stored in

  1. DATA DICTIONARY CACHE
  2. SHARED CACHE
  3. BUFFER CACHE
  4. NONE OF THE ABOVE

  1

  Q. 21 : The server memory that holds session-specific information is referred to as

  1. Program or Private Global Area
  2. Session Global Area
  3. Temp Space
  4. None of the above

  1

  Q. 22 : The area of memory used by the server as temporary area for sorting is called

  1. TEMP SPACE
  2. SORT AREA
  3. REDO BUFFER
  4. SORT BUFFER

  2

  Q. 23 : The fundamental unit of storage in a data file is

  1. BYTE
  2. BIT
  3. BLOCK
  4. None of the above

  3

  Q. 24 : The process that resolves the in-doubt transactions in a distributed environment is

  1. ARCH
  2. PROC
  3. RECO
  4. NONE OF THE ABOVE

  3

  Q. 25 : The size of each buffer in the database is set using this parameter

  1. DB_BLOCK_BUFFERS
  2. DB_BLOCK_SIZE
  3. DB_BYTE_SIZE
  4. NONE OF THE ABOVE

  2

  Q. 26 : The number of Block Buffers in the database is set in the init.ora using

  1. DB_BLOCK_SIZE
  2. DB_BLOCK_BUFFERS
  3. DB_BUFFER_CACHE
  4. NONE OF THE ABOVE

  2

  Q. 27 : The Parameter that sets the size of the shared SQL Area is

  1. SHARED_SQL_AREA
  2. SHARED_POOL_SIZE
  3. SHARED_CACHE_SIZE
  4. NONE OF THE ABOVE

 

上下文章:

 

上一篇文章: OracleDBA回滚段管理试选题 下一篇文章: OracleDBA启动和关闭例程试选题

相关文章:

  • Oracle下调数据库许可价格以适应多芯CPU
  • Oracle发布免费数据库管理工具Raptor
  • 甲骨文意外泄漏数据库安全漏洞
  • Oracle认证数据库备份技巧
  • 甲骨文发布数据库新工具·启动内容管理战略

相关软件:

  • Access数据库密码破解器 V2.65
  • dbguide 数据库管理专家 V1.3.0.0
  • HiHand结构设计工具箱 2005 Build 0903
  • 网际数据库浏览器 3.0.52
  • NeoExam考试系统 大众版/ACCESS数据库 1.0.8
  • NeoExam考试系统 VIP版/ACCESS数据库 1.0.8

 

快速导航

  • 网络学院
  • 精品汇聚
  • 字体下载
  • 教程下载
  • ASP源码
  • PHP源码
  • Net源码
  • JSP 源码

Oracle认证分类导航

  • Oracle动态
  • Oracle指导
  • Oracle题库

本类经典文章推荐

  • AIX下自动启动Oracle数据库与监听...
  • SQLServer和Oracle的常用函数对比
  • Oracle数据库配置错误信息解决方法
  • 修改oracle的数据文件
  • Oracle维护常用SQL语句
  • Oracle9i精华集粹
  • Oracle中导入文本数据的方法
  • 如何彻底删除Oracle
  • Oracle数据库的分组问题下
  • Oracle并行服务器(OPS)十二问

Oracle题库阅读排行

  • AIX下自动启动Oracle数据库与监听...
  • Oracle维护常用SQL语句
  • Oracle试题:032的144题
  • Oracle中导入文本数据的方法
  • 今年4月三级数据库笔试试题及答案
  • Oracle9i精华集粹
  • 修改oracle的数据文件
  • OracleDBA面试题及参考答案
  • OracleDBA数据库结构题选1
  • OracleDBA数据库结构题选2

Oracle认证阅读总排行

  • Oracle系统表查询
  • 实例:Oracle导出EXCEL文件
  • Oracle常用的OCI函数上
  • 在ORACLE的存储过程中如何做简单的...
  • Oracle企业管理器(OEM 2.1)使用...
  • Tomcat+SQLServer连接池配置
  • 如何将excel数据导入oracle中
  • AIX下自动启动Oracle数据库与监听...
  • 如何取出某一用户的密码 再原样改...
  • 实例:Oracle导出EXCEL文件

广告位置

字母检索 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 回到顶部

关于我们 | 版权声明 | 免责条款 | 广告联系 | 软件发布 | 下载帮助 | 下载排行 | 网站地图 | 特别鸣谢 | 友情连接

copyright; 2005-2008 D9soft.com 第九软件网 版权所有