Oracle认证频道  Oracle认证 等级考试 水平考试 微软认证 思科认证 Linux认证 Java认证
    考试动态 | 考试介绍 | 学习教程 | 应用技术 | 经验交流
  OracleDBA数据库结构题选1
您现在的位置: 好好学 >> IT认证 >> Oracle认证 >> 学习教程 >> 文章正文
文章标题:OracleDBA数据库结构题选1
作者:HHxue.CO…    文章来源:好好学整理    点击数:    更新时间:2006-8-28    

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
  2

 


  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
  2


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

  • 上一篇文章:


  • 下一篇文章: 没有了
  •  【好好学】 【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
    版权申明:如果本网站所转载内容不慎侵犯了您的权益,请与我们联系stephen5514@sina.com.cn,我们将会及时处理。如转载本站内容,请注明出处。
         相关文章
    SCJP Mock Exam 3
    SCJP Mock Exam 2
    SCJP Mock Exam 1
    SUN认证Java2程序员考试(SCJP) 试题解
    SCJP考试题310-025(第一套)
    AJAX是否能够取代桌面应用程序
    新一代网络模式Web2.0火爆发展
    Java人才现状大调查结果出炉(组图)
    OracleDBA数据库结构题选2
    OracleDBA启动和关闭例程试选题
    OracleDBA回滚段管理试选题
    OracleDBA面试题及参考答案
         发表评论
    没有任何评论
      热点文章
    普通文章 OracleDBA数据库结构题选1
    普通文章 OracleDBA数据库结构题选2
    普通文章 OracleDBA启动和关闭例程试选
    普通文章 OracleDBA回滚段管理试选题
    普通文章 OracleDBA面试题及参考答案
    推荐文章 Oracle 10g学习手册1:证书的验
    推荐文章 Oracle 10g学习手册1:证书的验
    推荐文章 有关于oracle10G新特性培训的
    推荐文章 ORACLE认证基础:ORACLE系统概
    推荐文章 我当时初学ORACLE认证时写的一
      推荐文章
    推荐文章 Oracle 10g学习手册1:证书的验
    推荐文章 Oracle 10g学习手册1:证书的验
    推荐文章 有关于oracle10G新特性培训的
    推荐文章 ORACLE认证基础:ORACLE系统概
    推荐文章 我当时初学ORACLE认证时写的一
    推荐文章 国外公司的Oracle DBA试题
    推荐文章 ORACLE认证基础:ORACLE系统概
    推荐文章 Oracle常用函数列表速查
    推荐文章 启动Oracle常见疑难问题分析
    推荐文章 Oracle数据库中的“锁”学习小
     
    网站首页 IT 认证 外语考试 资格考试 学历考试 工程考试 硕士学历 财经考试

    好好学版权所有 © 2006-2007 网站首页 | 关于我们 | 联系我们 | 免责声明 | 友情链接 | 招聘英才 |
    客户服务QQ:418260511客户服务邮箱:stephen5514@sina.com.cn
    晋ICP备06005044号 好好学版权所有